Home
last modified time | relevance | path

Searched defs:codec_specific_1 (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/service/common/bluetooth/
Da2dp_codec_config.cc25 int channel_mode, int64_t codec_specific_1, in A2dpCodecConfig()
Da2dp_codec_config.h39 int64_t codec_specific_1() const { return codec_specific_1_; } in codec_specific_1() function
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_media.rs30 codec_specific_1: i64, field
/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_aac_encoder.cc717 auto codec_specific_1 = getCodecConfig().codec_specific_1; in debug_codec_dump() local
/packages/modules/Bluetooth/system/include/hardware/
Dbt_av.h145 int64_t codec_specific_1; // Codec-specific value 1 member
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Da2dp.rs143 pub codec_specific_1: i64, field