Searched refs:bthf_swb_codec_t (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Bluetooth/system/include/hardware/ |
D | bt_hf.h | 53 typedef enum { BTHF_SWB_CODEC_LC3 = 0, BTHF_SWB_CODEC_VENDOR_APTX } bthf_swb_codec_t; typedef 147 struct formatter<bluetooth::headset::bthf_swb_codec_t> 148 : enum_formatter<bluetooth::headset::bthf_swb_codec_t> {};
|
D | bluetooth_headset_callbacks.h | 118 virtual void SwbCallback(bthf_swb_codec_t codec, bthf_swb_config_t swb, RawAddress* bd_addr) = 0;
|
D | bluetooth_headset_interface.h | 233 virtual bt_status_t EnableSwb(bthf_swb_codec_t swbCodec, bool enable, RawAddress* bd_addr) = 0;
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_ag_swb_aptx.h | 40 bool get_swb_codec_status(bluetooth::headset::bthf_swb_codec_t swb_codec, RawAddress* bd_addr);
|
/packages/modules/Bluetooth/system/bta/ag/ |
D | bta_ag_swb_aptx.cc | 63 bool get_swb_codec_status(bluetooth::headset::bthf_swb_codec_t swb_codec, RawAddress* bd_addr) { in get_swb_codec_status()
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_hf.cc | 611 bthf_swb_codec_t codec = BTHF_SWB_CODEC_LC3; in btif_hf_upstreams_evt() 902 bt_status_t EnableSwb(bthf_swb_codec_t swbCodec, bool enable, RawAddress* bd_addr) override; 1527 bt_status_t HeadsetInterface::EnableSwb(bthf_swb_codec_t /*swb_codec*/, bool enable, in EnableSwb() argument
|
/packages/modules/Bluetooth/system/gd/rust/topshim/hfp/ |
D | hfp_shim.cc | 187 void SwbCallback(headset::bthf_swb_codec_t codec, headset::bthf_swb_config_t swb, in SwbCallback()
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_hfp.cpp | 265 void SwbCallback(bluetooth::headset::bthf_swb_codec_t swb_codec, in SwbCallback() 970 (bluetooth::headset::bthf_swb_codec_t)swbCodec, (bool)enable, (RawAddress*)addr); in enableSwbNative()
|