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

/frameworks/base/media/java/android/media/
H A DAudioManager.java3584 static Integer sAudioPortGeneration = new Integer(AUDIOPORT_GENERATION_INIT); field in class:AudioManager
3591 synchronized (sAudioPortGeneration) {
3592 generation = sAudioPortGeneration;
3593 sAudioPortGeneration = AUDIOPORT_GENERATION_INIT;
3601 synchronized (sAudioPortGeneration) {
3603 if (sAudioPortGeneration == AUDIOPORT_GENERATION_INIT) {
3662 sAudioPortGeneration = portGeneration[0];

Completed in 69 milliseconds