Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/audio_bluetooth_hw/
Ddevice_port_proxy_hidl.h47 void ForcePcmStereoToMono(bool force) override { is_stereo_to_mono_ = force; } in ForcePcmStereoToMono()
89 bool is_stereo_to_mono_ = false; variable
Ddevice_port_proxy.h138 void ForcePcmStereoToMono(bool force) override { is_stereo_to_mono_ = force; } in ForcePcmStereoToMono()
186 bool is_stereo_to_mono_ = false; variable
Ddevice_port_proxy_hidl.cc389 << ", mono=" << (is_stereo_to_mono_ ? "true" : "false") in Start()
408 << ", mono=" << (is_stereo_to_mono_ ? "true" : "false") in Start()
512 if (!BluetoothAudioPortHidl::is_stereo_to_mono_) { in WriteData()
610 (BluetoothAudioPortHidl::is_stereo_to_mono_ in LoadAudioConfig()
Ddevice_port_proxy.cc383 (is_stereo_to_mono_ in LoadAudioConfig()
467 << ", mono=" << (is_stereo_to_mono_ ? "true" : "false") in Start()
485 << ", mono=" << (is_stereo_to_mono_ ? "true" : "false") in Start()
548 if (!is_stereo_to_mono_) { in WriteData()