Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/bluetooth/audio/utils/session/
H A DBluetoothAudioSupportedCodecsDB_2_1.cpp59 static_cast<ChannelMode>(ChannelMode::MONO | ChannelMode::STEREO),
93 (pcm_config.channelMode != ChannelMode::MONO && in IsSoftwarePcmConfigurationValid_2_1()
H A DBluetoothAudioSupportedCodecsDB.cpp51 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 Dtypes.hal83 MONO = 0x01,
93 MONO = 0x08,
136 MONO = 0x04,
/aosp12/system/bt/audio_hal_interface/
H A Dclient_interface_unittest.cc119 {.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 Dcodec_status.cc206 return ChannelMode::MONO; in A2dpCodecToHalChannelMode()
245 sbc_config.channelMode = SbcChannelMode::MONO; in A2dpSbcToHalConfig()
437 ldac_config.channelMode = LdacChannelMode::MONO; in A2dpLdacToHalConfig()
H A Dle_audio_software.cc242 {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 DLeAudioAudioProvider.cpp124 case ChannelMode::MONO: in startSession_2_1()
/aosp12/hardware/interfaces/bluetooth/a2dp/1.0/
H A Dtypes.hal53 MONO = 0x01,
/aosp12/hardware/interfaces/bluetooth/audio/2.1/vts/functional/
H A DVtsHalBluetoothAudioV2_1TargetTest.cpp83 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 Ddevice_port_proxy.cc78 case ChannelMode::MONO: in OutputChannelModeToAudioFormat()
89 case ChannelMode::MONO: in InputChannelModeToAudioFormat()
/aosp12/frameworks/native/services/inputflinger/reader/controller/
H A DPeripheralController.h84 : Light(context, name, id, InputDeviceLightType::MONO), rawId(rawId) {} in MonoLight()
/aosp12/frameworks/native/include/input/
H A DInputDevice.h104 MONO = 0, enumerator
/aosp12/hardware/interfaces/bluetooth/audio/2.0/vts/functional/
H A DVtsHalBluetoothAudioV2_0TargetTest.cpp80 ChannelMode::UNKNOWN, ChannelMode::MONO, ChannelMode::STEREO};
832 ChannelMode::UNKNOWN, ChannelMode::MONO, ChannelMode::STEREO};
/aosp12/hardware/interfaces/broadcastradio/2.0/
H A Dtypes.hal430 * Audio stream is MONO if this bit is not set.
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp1998 if (lightInfo.type == InputDeviceLightType::MONO) { in nativeGetLights()
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp9092 ASSERT_EQ(InputDeviceLightType::MONO, lights[0].type); in TEST_F()