Home
last modified time | relevance | path

Searched refs:btav_source_interface_t (Results 1 – 6 of 6) 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/android/app/jni/
Dcom_android_bluetooth_a2dp.cpp46 static const btav_source_interface_t* sBluetoothA2dpInterface = nullptr;
326 (btav_source_interface_t*)btInf->get_profile_interface( in initNative()
/packages/modules/Bluetooth/system/include/hardware/
Dbt_av.h378 } btav_source_interface_t; typedef
/packages/modules/Bluetooth/system/btif/src/
Dbtif_av.cc3221 static const btav_source_interface_t bt_av_src_interface = {
3222 sizeof(btav_source_interface_t),
3462 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();