Searched refs:AUDIO_DIRECTION_INPUT_BIT (Results 1 – 1 of 1) sorted by relevance
126 private static final int AUDIO_DIRECTION_INPUT_BIT = 0x02; field in LeAudioService1541 (oldSupportedAudioDirections & AUDIO_DIRECTION_INPUT_BIT) != 0; in updateActiveInDevice()1543 (newSupportedAudioDirections & AUDIO_DIRECTION_INPUT_BIT) != 0; in updateActiveInDevice()2014 && ((newSupportedAudioDirections & AUDIO_DIRECTION_INPUT_BIT) != 0)) { in updateActiveDevices()2549 newDirections |= AUDIO_DIRECTION_INPUT_BIT; in handleGroupTransitToInactive()4797 && (descriptor.mDirection & AUDIO_DIRECTION_INPUT_BIT) != 0; in isLeAudioDuplexSupported()