Home
last modified time | relevance | path

Searched refs:btav_a2dp_codec_sample_rate_t (Results 1 – 19 of 19) sorted by relevance

/packages/modules/Bluetooth/system/btif/src/
Dbtif_a2dp_control.cc175 sizeof(btav_a2dp_codec_sample_rate_t)); in btif_a2dp_control_on_get_output_audio_config()
185 sizeof(btav_a2dp_codec_sample_rate_t)); in btif_a2dp_control_on_get_output_audio_config()
204 sizeof(btav_a2dp_codec_sample_rate_t)) != in btif_a2dp_control_on_set_output_audio_config()
205 sizeof(btav_a2dp_codec_sample_rate_t)) { in btif_a2dp_control_on_set_output_audio_config()
/packages/modules/Bluetooth/system/bta/hearing_aid/
Dhearing_aid_audio_source.cc250 sizeof(btav_a2dp_codec_sample_rate_t)); in hearing_aid_recv_ctrl_data()
260 sizeof(btav_a2dp_codec_sample_rate_t)); in hearing_aid_recv_ctrl_data()
283 sizeof(btav_a2dp_codec_sample_rate_t)) != in hearing_aid_recv_ctrl_data()
284 sizeof(btav_a2dp_codec_sample_rate_t)) { in hearing_aid_recv_ctrl_data()
/packages/modules/Bluetooth/system/audio_hearing_aid_hw/test/
Daudio_hearing_aid_hw_test.cc25 btav_a2dp_codec_sample_rate_t codec_sample_rate) { in codec_sample_rate2value()
87 const btav_a2dp_codec_sample_rate_t codec_sample_rate_array[] = { in TEST_F()
/packages/modules/Bluetooth/system/audio_a2dp_hw/test/
Daudio_a2dp_hw_test.cc25 btav_a2dp_codec_sample_rate_t codec_sample_rate) { in codec_sample_rate2value()
87 const btav_a2dp_codec_sample_rate_t codec_sample_rate_array[] = { in TEST_F()
/packages/modules/Bluetooth/system/stack/test/fuzzers/a2dp/codec/
Da2dpCodecHelperFunctions.h47 static const std::vector<const btav_a2dp_codec_sample_rate_t>
79 btav_a2dp_codec_sample_rate_t getArbitraryBtavCodecSampleRate( in getArbitraryBtavCodecSampleRate()
/packages/modules/Bluetooth/system/include/hardware/
Dbt_av.h101 } btav_a2dp_codec_sample_rate_t; typedef
143 btav_a2dp_codec_sample_rate_t sample_rate;
/packages/modules/Bluetooth/system/audio_hal_interface/
Da2dp_encoding_host.h30 btav_a2dp_codec_sample_rate_t sample_rate = BTAV_A2DP_CODEC_SAMPLE_RATE_48000;
/packages/modules/Bluetooth/system/audio_hearing_aid_hw/include/
Daudio_hearing_aid_hw.h143 btav_a2dp_codec_sample_rate_t codec_sample_rate,
/packages/modules/Bluetooth/system/audio_a2dp_hw/include/
Daudio_a2dp_hw.h146 btav_a2dp_codec_sample_rate_t codec_sample_rate,
/packages/modules/Bluetooth/system/stack/include/
Da2dp_codec_api.h219 btav_a2dp_codec_sample_rate_t codec_sample_rate);
760 DEFINE_ENUM_FLAG_OPERATORS(btav_a2dp_codec_sample_rate_t);
/packages/modules/Bluetooth/system/gd/rust/topshim/btav/
Dbtav_shim.cc201 .sample_rate = static_cast<btav_a2dp_codec_sample_rate_t>(rconfig.sample_rate), in from_rust_codec_config()
307 .sample_rate = static_cast<btav_a2dp_codec_sample_rate_t>(rconfig.sample_rate), in set_audio_config()
/packages/modules/Bluetooth/system/audio_hearing_aid_hw/src/
Daudio_hearing_aid_hw.cc550 sizeof(btav_a2dp_codec_sample_rate_t)) < 0) { in ha_read_output_audio_config()
564 sizeof(btav_a2dp_codec_sample_rate_t)) < 0) { in ha_read_output_audio_config()
752 sizeof(btav_a2dp_codec_sample_rate_t)) < 0) in ha_write_output_audio_config()
1006 btav_a2dp_codec_sample_rate_t codec_sample_rate, in audio_ha_hw_stream_compute_buffer_size()
/packages/modules/Bluetooth/system/audio_a2dp_hw/src/
Daudio_a2dp_hw.cc547 sizeof(btav_a2dp_codec_sample_rate_t)) < 0) { in a2dp_read_output_audio_config()
561 sizeof(btav_a2dp_codec_sample_rate_t)) < 0) { in a2dp_read_output_audio_config()
737 sizeof(btav_a2dp_codec_sample_rate_t)) < 0) in a2dp_write_output_audio_config()
1029 btav_a2dp_codec_sample_rate_t codec_sample_rate, in audio_a2dp_hw_stream_compute_buffer_size()
/packages/modules/Bluetooth/system/test/mock/
Dmock_a2dp_codec_config.cc325 btav_a2dp_codec_sample_rate_t codec_sample_rate) { in codecSampleRate2Str()
Dmock_stack_a2dp_codec_config.cc325 btav_a2dp_codec_sample_rate_t codec_sample_rate) { in codecSampleRate2Str()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_a2dp.cpp272 .sample_rate = static_cast<btav_a2dp_codec_sample_rate_t>(sampleRate), in prepareCodecPreferences()
/packages/modules/Bluetooth/system/audio_hal_interface/fuzzer/
Dlibbt_audio_hal_client_interface_fuzzer.cpp105 constexpr btav_a2dp_codec_sample_rate_t kBtavSampleRates[] = {
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Dclient_interface_hidl_unittest.cc68 btav_a2dp_codec_sample_rate_t btav_sample_rate_;
/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_codec_config.cc432 btav_a2dp_codec_sample_rate_t codec_sample_rate) { in codecSampleRate2Str()