Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DAudioManager.java3625 static final int AUDIOPORT_GENERATION_INIT = 0; field in AudioManager
3626 static Integer sAudioPortGeneration = new Integer(AUDIOPORT_GENERATION_INIT);
3634 sAudioPortGeneration = AUDIOPORT_GENERATION_INIT; in resetAudioPortGeneration()
3642 if (sAudioPortGeneration == AUDIOPORT_GENERATION_INIT) { in updateAudioPortCache()