Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/
DAudioFocusManager.java144 focusGain == C.AUDIOFOCUS_GAIN || focusGain == C.AUDIOFOCUS_NONE, in setAudioAttributes()
268 return C.AUDIOFOCUS_NONE; in convertAudioAttributesToFocusGain()
276 return C.AUDIOFOCUS_NONE; in convertAudioAttributesToFocusGain()
330 return C.AUDIOFOCUS_NONE; in convertAudioAttributesToFocusGain()
/external/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/
DC.java476 AUDIOFOCUS_NONE,
484 public static final int AUDIOFOCUS_NONE = AudioManager.AUDIOFOCUS_NONE; field in C