Home
last modified time | relevance | path

Searched refs:btav_source_interface_t (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/btav/
Dbtav_shim.h37 A2dpIntf(const btav_source_interface_t* intf) : intf_(intf){}; in A2dpIntf()
57 const btav_source_interface_t* intf_;
Dbtav_shim.cc271 reinterpret_cast<const btav_source_interface_t*>(btif_->get_profile_interface("a2dp"))); in GetA2dpProfile()
/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_av.h140 static const btav_source_interface_t* return_value;
141 std::function<const btav_source_interface_t*(void)> body{
143 const btav_source_interface_t* operator()(void) { return body(); }; in operator()
Dmock_btif_av.cc97 const btav_source_interface_t* btif_av_get_src_interface::return_value =
152 const btav_source_interface_t* btif_av_get_src_interface(void) { in btif_av_get_src_interface()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_a2dp.cpp47 static const btav_source_interface_t* sBluetoothA2dpInterface = nullptr;
289 (btav_source_interface_t*)btInf->get_profile_interface( in initNative()
/packages/modules/Bluetooth/system/include/hardware/
Dbt_av.h403 } btav_source_interface_t; typedef
/packages/modules/Bluetooth/system/btif/src/
Dbtif_av.cc3769 static const btav_source_interface_t bt_av_src_interface = {
3770 sizeof(btav_source_interface_t),
4018 const btav_source_interface_t* btif_av_get_src_interface(void) { in btif_av_get_src_interface()
Dbluetooth.cc145 extern const btav_source_interface_t* btif_av_get_src_interface();