/aosp12/hardware/interfaces/bluetooth/audio/utils/session/ |
H A D | BluetoothAudioSupportedCodecsDB_2_1.cpp | 59 static_cast<ChannelMode>(ChannelMode::MONO | ChannelMode::STEREO), 93 (pcm_config.channelMode != ChannelMode::MONO && in IsSoftwarePcmConfigurationValid_2_1()
|
H A D | BluetoothAudioSupportedCodecsDB.cpp | 51 static_cast<ChannelMode>(ChannelMode::MONO | ChannelMode::STEREO), 61 .channelMode = static_cast<SbcChannelMode>(SbcChannelMode::MONO | 350 (pcm_config.channelMode != ChannelMode::MONO && in IsSoftwarePcmConfigurationValid()
|
/aosp12/hardware/interfaces/bluetooth/audio/2.0/ |
H A D | types.hal | 83 MONO = 0x01, 93 MONO = 0x08, 136 MONO = 0x04,
|
/aosp12/system/bt/audio_hal_interface/ |
H A D | client_interface_unittest.cc | 119 {.hal_channel_mode_ = ChannelMode::MONO, 448 ChannelMode::MONO in SbcCodecConfigurationsGenerator() 449 ? SbcChannelMode::MONO in SbcCodecConfigurationsGenerator() 599 (channel_mode_pair.hal_channel_mode_ == ChannelMode::MONO in LdacCodecConfigurationsGenerator() 600 ? LdacChannelMode::MONO in LdacCodecConfigurationsGenerator()
|
H A D | codec_status.cc | 206 return ChannelMode::MONO; in A2dpCodecToHalChannelMode() 245 sbc_config.channelMode = SbcChannelMode::MONO; in A2dpSbcToHalConfig() 437 ldac_config.channelMode = LdacChannelMode::MONO; in A2dpLdacToHalConfig()
|
H A D | le_audio_software.cc | 242 {SampleRate_2_1::RATE_16000, ChannelMode::MONO, 360 return ChannelMode::MONO; in le_audio_channel_mode2audio_hal()
|
/aosp12/hardware/interfaces/bluetooth/audio/2.1/default/ |
H A D | LeAudioAudioProvider.cpp | 124 case ChannelMode::MONO: in startSession_2_1()
|
/aosp12/hardware/interfaces/bluetooth/a2dp/1.0/ |
H A D | types.hal | 53 MONO = 0x01,
|
/aosp12/hardware/interfaces/bluetooth/audio/2.1/vts/functional/ |
H A D | VtsHalBluetoothAudioV2_1TargetTest.cpp | 83 ChannelMode::UNKNOWN, ChannelMode::MONO, ChannelMode::STEREO}; 930 ChannelMode::UNKNOWN, ChannelMode::MONO, ChannelMode::STEREO}; 1016 ChannelMode::UNKNOWN, ChannelMode::MONO, ChannelMode::STEREO}; 1110 ChannelMode::UNKNOWN, ChannelMode::MONO, ChannelMode::STEREO};
|
/aosp12/system/bt/audio_bluetooth_hw/ |
H A D | device_port_proxy.cc | 78 case ChannelMode::MONO: in OutputChannelModeToAudioFormat() 89 case ChannelMode::MONO: in InputChannelModeToAudioFormat()
|
/aosp12/frameworks/native/services/inputflinger/reader/controller/ |
H A D | PeripheralController.h | 84 : Light(context, name, id, InputDeviceLightType::MONO), rawId(rawId) {} in MonoLight()
|
/aosp12/frameworks/native/include/input/ |
H A D | InputDevice.h | 104 MONO = 0, enumerator
|
/aosp12/hardware/interfaces/bluetooth/audio/2.0/vts/functional/ |
H A D | VtsHalBluetoothAudioV2_0TargetTest.cpp | 80 ChannelMode::UNKNOWN, ChannelMode::MONO, ChannelMode::STEREO}; 832 ChannelMode::UNKNOWN, ChannelMode::MONO, ChannelMode::STEREO};
|
/aosp12/hardware/interfaces/broadcastradio/2.0/ |
H A D | types.hal | 430 * Audio stream is MONO if this bit is not set.
|
/aosp12/frameworks/base/services/core/jni/ |
H A D | com_android_server_input_InputManagerService.cpp | 1998 if (lightInfo.type == InputDeviceLightType::MONO) { in nativeGetLights()
|
/aosp12/frameworks/native/services/inputflinger/tests/ |
H A D | InputReader_test.cpp | 9092 ASSERT_EQ(InputDeviceLightType::MONO, lights[0].type); in TEST_F()
|