Searched refs:sAudioPortGeneration (Results 1 – 2 of 2) sorted by relevance
4756 static Integer sAudioPortGeneration = new Integer(AUDIOPORT_GENERATION_INIT); field in AudioManager4763 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()
34466 Landroid/media/AudioManager;->sAudioPortGeneration:Ljava/lang/Integer;