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