Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DAudioManager.java6364 static Integer sAudioPortGeneration = new Integer(AUDIOPORT_GENERATION_INIT); field in AudioManager
6371 synchronized (sAudioPortGeneration) { in resetAudioPortGeneration()
6372 generation = sAudioPortGeneration; in resetAudioPortGeneration()
6373 sAudioPortGeneration = AUDIOPORT_GENERATION_INIT; in resetAudioPortGeneration()
6381 synchronized (sAudioPortGeneration) { in updateAudioPortCache()
6383 if (sAudioPortGeneration == AUDIOPORT_GENERATION_INIT) { in updateAudioPortCache()
6450 sAudioPortGeneration = portGeneration[0]; in updateAudioPortCache()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt27215 Landroid/media/AudioManager;->sAudioPortGeneration:Ljava/lang/Integer;