Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DAudioManager.java4756 static Integer sAudioPortGeneration = new Integer(AUDIOPORT_GENERATION_INIT); field in AudioManager
4763 synchronized (sAudioPortGeneration) { in resetAudioPortGeneration()
4764 generation = sAudioPortGeneration; in resetAudioPortGeneration()
4765 sAudioPortGeneration = AUDIOPORT_GENERATION_INIT; in resetAudioPortGeneration()
4773 synchronized (sAudioPortGeneration) { in updateAudioPortCache()
4775 if (sAudioPortGeneration == AUDIOPORT_GENERATION_INIT) { in updateAudioPortCache()
4842 sAudioPortGeneration = portGeneration[0]; in updateAudioPortCache()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt34466 Landroid/media/AudioManager;->sAudioPortGeneration:Ljava/lang/Integer;