Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/include/hardware/
Dbt_av.h142 } btav_a2dp_codec_channel_mode_t; typedef
165 btav_a2dp_codec_channel_mode_t channel_mode;
456 struct formatter<btav_a2dp_codec_channel_mode_t>
457 : enum_formatter<btav_a2dp_codec_channel_mode_t> {};
/packages/modules/Bluetooth/system/btif/src/
Dbtif_a2dp_control.cc187 sizeof(btav_a2dp_codec_channel_mode_t)); in btif_a2dp_control_on_get_output_audio_config()
197 sizeof(btav_a2dp_codec_channel_mode_t)); in btif_a2dp_control_on_get_output_audio_config()
224 sizeof(btav_a2dp_codec_channel_mode_t)) != in btif_a2dp_control_on_set_output_audio_config()
225 sizeof(btav_a2dp_codec_channel_mode_t)) { in btif_a2dp_control_on_set_output_audio_config()
/packages/modules/Bluetooth/system/audio_a2dp_hw/test/
Daudio_a2dp_hw_test.cc65 btav_a2dp_codec_channel_mode_t codec_channel_mode) { in codec_channel_mode2value()
97 const btav_a2dp_codec_channel_mode_t codec_channel_mode_array[] = { in TEST_F()
/packages/modules/Bluetooth/system/audio_hearing_aid_hw/test/
Daudio_hearing_aid_hw_test.cc65 btav_a2dp_codec_channel_mode_t codec_channel_mode) { in codec_channel_mode2value()
97 const btav_a2dp_codec_channel_mode_t codec_channel_mode_array[] = { in TEST_F()
/packages/modules/Bluetooth/system/bta/hearing_aid/
Dhearing_aid_audio_source.cc264 sizeof(btav_a2dp_codec_channel_mode_t)); in hearing_aid_recv_ctrl_data()
276 sizeof(btav_a2dp_codec_channel_mode_t)); in hearing_aid_recv_ctrl_data()
306 sizeof(btav_a2dp_codec_channel_mode_t)) != in hearing_aid_recv_ctrl_data()
307 sizeof(btav_a2dp_codec_channel_mode_t)) { in hearing_aid_recv_ctrl_data()
/packages/modules/Bluetooth/system/stack/test/fuzzers/a2dp/codec/
Da2dpCodecHelperFunctions.h61 static const std::vector<const btav_a2dp_codec_channel_mode_t>
91 btav_a2dp_codec_channel_mode_t getArbitraryBtavCodecChannelMode( in getArbitraryBtavCodecChannelMode()
/packages/modules/Bluetooth/system/audio_hal_interface/
Da2dp_encoding_host.h33 btav_a2dp_codec_channel_mode_t channel_mode =
/packages/modules/Bluetooth/system/audio_hearing_aid_hw/include/
Daudio_hearing_aid_hw.h145 btav_a2dp_codec_channel_mode_t codec_channel_mode);
/packages/modules/Bluetooth/system/audio_a2dp_hw/include/
Daudio_a2dp_hw.h148 btav_a2dp_codec_channel_mode_t codec_channel_mode);
/packages/modules/Bluetooth/system/stack/include/
Da2dp_codec_api.h245 btav_a2dp_codec_channel_mode_t codec_channel_mode);
786 DEFINE_ENUM_FLAG_OPERATORS(btav_a2dp_codec_channel_mode_t);
/packages/modules/Bluetooth/system/gd/rust/topshim/btav/
Dbtav_shim.cc203 .channel_mode = static_cast<btav_a2dp_codec_channel_mode_t>(rconfig.channel_mode), in from_rust_codec_config()
310 .channel_mode = static_cast<btav_a2dp_codec_channel_mode_t>(rconfig.channel_mode), in set_audio_config()
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_a2dp_codec_config.cc316 btav_a2dp_codec_channel_mode_t /* codec_channel_mode */) { in codecChannelMode2Str() argument
Dmock_a2dp_codec_config.cc302 btav_a2dp_codec_channel_mode_t codec_channel_mode) { in codecChannelMode2Str()
/packages/modules/Bluetooth/system/audio_hearing_aid_hw/src/
Daudio_hearing_aid_hw.cc556 sizeof(btav_a2dp_codec_channel_mode_t)) < 0) { in ha_read_output_audio_config()
570 sizeof(btav_a2dp_codec_channel_mode_t)) < 0) { in ha_read_output_audio_config()
757 sizeof(btav_a2dp_codec_channel_mode_t)) < 0) { in ha_write_output_audio_config()
1006 btav_a2dp_codec_channel_mode_t codec_channel_mode) { in audio_ha_hw_stream_compute_buffer_size()
/packages/modules/Bluetooth/system/audio_a2dp_hw/src/
Daudio_a2dp_hw.cc553 sizeof(btav_a2dp_codec_channel_mode_t)) < 0) { in a2dp_read_output_audio_config()
567 sizeof(btav_a2dp_codec_channel_mode_t)) < 0) { in a2dp_read_output_audio_config()
742 sizeof(btav_a2dp_codec_channel_mode_t)) < 0) { in a2dp_write_output_audio_config()
1029 btav_a2dp_codec_channel_mode_t codec_channel_mode) { in audio_a2dp_hw_stream_compute_buffer_size()
/packages/modules/Bluetooth/system/audio_hal_interface/fuzzer/
Dlibbt_audio_hal_client_interface_fuzzer.cpp129 constexpr btav_a2dp_codec_channel_mode_t kBtavA2dpCodecChannelModes[] = {
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_a2dp.cpp240 static_cast<btav_a2dp_codec_channel_mode_t>(channelMode), in prepareCodecPreferences()
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/
Da2dp_encoding_aidl.cc763 static btav_a2dp_codec_channel_mode_t convert_channel_mode( in convert_channel_mode()
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Dclient_interface_hidl_unittest.cc117 btav_a2dp_codec_channel_mode_t btav_channel_mode_;
/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_codec_config.cc499 btav_a2dp_codec_channel_mode_t codec_channel_mode) { in codecChannelMode2Str()