Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioService.java1539 Integer newSupportedAudioDirections) { in updateActiveInDevice() argument
1543 (newSupportedAudioDirections & AUDIO_DIRECTION_INPUT_BIT) != 0; in updateActiveInDevice()
1606 Integer newSupportedAudioDirections) { in updateActiveOutDevice() argument
1610 (newSupportedAudioDirections & AUDIO_DIRECTION_OUTPUT_BIT) != 0; in updateActiveOutDevice()
1997 Integer newSupportedAudioDirections, in updateActiveDevices() argument
2014 && ((newSupportedAudioDirections & AUDIO_DIRECTION_INPUT_BIT) != 0)) { in updateActiveDevices()
2026 newSupportedAudioDirections); in updateActiveDevices()
2032 newSupportedAudioDirections); in updateActiveDevices()