Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/include/hardware/
Dbt_av.h122 } btav_a2dp_codec_sample_rate_t; typedef
163 btav_a2dp_codec_sample_rate_t sample_rate;
303 struct formatter<btav_a2dp_codec_sample_rate_t> : enum_formatter<btav_a2dp_codec_sample_rate_t> {};
/aosp_15_r20/packages/modules/Bluetooth/system/bta/hearing_aid/
Dhearing_aid_audio_source.cc254 sizeof(btav_a2dp_codec_sample_rate_t)); in hearing_aid_recv_ctrl_data()
264 sizeof(btav_a2dp_codec_sample_rate_t)); in hearing_aid_recv_ctrl_data()
285 sizeof(btav_a2dp_codec_sample_rate_t)) != in hearing_aid_recv_ctrl_data()
286 sizeof(btav_a2dp_codec_sample_rate_t)) { in hearing_aid_recv_ctrl_data()
/aosp_15_r20/packages/modules/Bluetooth/system/audio_hearing_aid_hw/test/
Daudio_hearing_aid_hw_test.cc24 static uint32_t codec_sample_rate2value(btav_a2dp_codec_sample_rate_t codec_sample_rate) { in codec_sample_rate2value()
85 const btav_a2dp_codec_sample_rate_t codec_sample_rate_array[] = { in TEST_F()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/fuzzers/a2dp/codec/
Da2dpCodecHelperFunctions.h46 static const std::vector<btav_a2dp_codec_sample_rate_t> CODEC_SAMPLERATE_ENUM_VALS = {
73 btav_a2dp_codec_sample_rate_t getArbitraryBtavCodecSampleRate(FuzzedDataProvider* fdp) { in getArbitraryBtavCodecSampleRate()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/include/
Da2dp_codec_api.h225 static std::string codecSampleRate2Str(btav_a2dp_codec_sample_rate_t codec_sample_rate);
749 DEFINE_ENUM_FLAG_OPERATORS(btav_a2dp_codec_sample_rate_t);
/aosp_15_r20/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;
/aosp_15_r20/packages/modules/Bluetooth/system/audio_hearing_aid_hw/include/
Daudio_hearing_aid_hw.h142 btav_a2dp_codec_sample_rate_t codec_sample_rate,
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/btav/
Dbtav_shim.cc219 .sample_rate = static_cast<btav_a2dp_codec_sample_rate_t>(rconfig.sample_rate), in from_rust_codec_config()
322 .sample_rate = static_cast<btav_a2dp_codec_sample_rate_t>(rconfig.sample_rate), in set_audio_config()
/aosp_15_r20/packages/modules/Bluetooth/system/audio_hearing_aid_hw/src/
Daudio_hearing_aid_hw.cc548 if (ha_ctrl_receive(common, &codec_config->sample_rate, sizeof(btav_a2dp_codec_sample_rate_t)) < in ha_read_output_audio_config()
563 sizeof(btav_a2dp_codec_sample_rate_t)) < 0) { in ha_read_output_audio_config()
746 if (ha_ctrl_send(common, &codec_config.sample_rate, sizeof(btav_a2dp_codec_sample_rate_t)) < 0) { in ha_write_output_audio_config()
1001 btav_a2dp_codec_sample_rate_t codec_sample_rate, in audio_ha_hw_stream_compute_buffer_size()
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_a2dp_codec_config.cc291 btav_a2dp_codec_sample_rate_t /* codec_sample_rate */) { in codecSampleRate2Str() argument
/aosp_15_r20/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_a2dp.cpp241 .sample_rate = static_cast<btav_a2dp_codec_sample_rate_t>(sampleRate), in prepareCodecPreferences()
/aosp_15_r20/packages/modules/Bluetooth/system/audio_hal_interface/fuzzer/
Dlibbt_audio_hal_client_interface_fuzzer.cpp102 constexpr btav_a2dp_codec_sample_rate_t kBtavSampleRates[] = {
/aosp_15_r20/packages/modules/Bluetooth/system/audio_hal_interface/aidl/a2dp/
Da2dp_encoding_aidl.cc685 static btav_a2dp_codec_sample_rate_t convert_sampling_frequency_hz(int sampling_frequency_hz) { in convert_sampling_frequency_hz()
/aosp_15_r20/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Dclient_interface_hidl_unittest.cc70 btav_a2dp_codec_sample_rate_t btav_sample_rate_;
/aosp_15_r20/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_codec_config.cc465 std::string A2dpCodecConfig::codecSampleRate2Str(btav_a2dp_codec_sample_rate_t codec_sample_rate) { in codecSampleRate2Str()