Searched refs:sAudioPortGeneration (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/
H A DAudioManager.java3718 static Integer sAudioPortGeneration = new Integer(AUDIOPORT_GENERATION_INIT); field in class:AudioManager
3725 synchronized (sAudioPortGeneration) {
3726 generation = sAudioPortGeneration;
3727 sAudioPortGeneration = AUDIOPORT_GENERATION_INIT;
3735 synchronized (sAudioPortGeneration) {
3737 if (sAudioPortGeneration == AUDIOPORT_GENERATION_INIT) {
3796 sAudioPortGeneration = portGeneration[0];

Completed in 30 milliseconds