Home
last modified time | relevance | path

Searched refs:get_profile_interface (Results 1 – 25 of 34) sorted by relevance

12

/packages/modules/Bluetooth/system/gd/rust/topshim/btav_sink/
Dbtav_sink_shim.cc73 reinterpret_cast<const btav_sink_interface_t*>(btif_->get_profile_interface("a2dp_sink"))); in GetA2dpSinkProfile()
/packages/modules/Bluetooth/system/test/suite/gatt/
Dgatt_test.cc115 bt_interface()->get_profile_interface(BT_PROFILE_GATT_ID)); in SetUp()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_BluetoothQualityReport.cpp112 (BluetoothQualityReportInterface*)btInf->get_profile_interface(BT_BQR_ID); in initNative()
Dcom_android_bluetooth_btservice_BluetoothKeystore.cpp115 (BluetoothKeystoreInterface*)btInf->get_profile_interface(BT_KEYSTORE_ID); in initNative()
Dcom_android_bluetooth_pan.cpp113 sPanIf = (btpan_interface_t*)btIf->get_profile_interface(BT_PROFILE_PAN_ID); in initializeNative()
Dcom_android_bluetooth_hearing_aid.cpp115 sHearingAidInterface = (HearingAidInterface*)btInf->get_profile_interface( in initNative()
Dcom_android_bluetooth_a2dp_sink.cpp135 (btav_sink_interface_t*)btInf->get_profile_interface( in initNative()
Dcom_android_bluetooth_csip_set_coordinator.cpp182 sCsisClientInterface = (CsisClientInterface*)btInf->get_profile_interface( in initNative()
Dcom_android_bluetooth_hid_device.cpp175 if ((sHiddIf = (bthd_interface_t*)btif->get_profile_interface( in initNative()
Dcom_android_bluetooth_vc.cpp232 (VolumeControlInterface*)btInf->get_profile_interface(BT_PROFILE_VC_ID); in initNative()
Dcom_android_bluetooth_hid_host.cpp230 (bthh_interface_t*)btInf->get_profile_interface(BT_PROFILE_HIDHOST_ID); in initializeNative()
Dcom_android_bluetooth_a2dp.cpp289 (btav_source_interface_t*)btInf->get_profile_interface( in initNative()
Dcom_android_bluetooth_sdp.cpp66 sBluetoothSdpInterface = (btsdp_interface_t*)btInf->get_profile_interface( in initializeNative()
/packages/modules/Bluetooth/system/gd/rust/topshim/csis/
Dcsis_shim.cc140 btif_->get_profile_interface("csis_client")))); in GetCsisClientProfile()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dhf_client.rs122 let r = intf.get_profile_interface(SupportedProfiles::HfClient); in new()
Davrcp.rs260 let r = intf.get_profile_interface(SupportedProfiles::AvrcpCtrl); in new()
Dsocket.rs142 let r = intf.get_profile_interface(SupportedProfiles::Socket); in new()
Dhid_host.rs198 let r = intf.get_profile_interface(SupportedProfiles::HidHost); in new()
Dsdp.rs447 let r = intf.get_profile_interface(SupportedProfiles::Sdp); in new()
/packages/modules/Bluetooth/system/gd/rust/topshim/vc/
Dvc_shim.cc162 btif_->get_profile_interface("volume_control")))); in GetVolumeControlProfile()
/packages/modules/Bluetooth/system/btif/src/
Dbluetooth.cc868 static const void* get_profile_interface(const char* profile_id) { in get_profile_interface() function
1184 .get_profile_interface = get_profile_interface,
/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth.h789 const void* (*get_profile_interface)(const char* profile_id); member
/packages/modules/Bluetooth/system/gd/rust/topshim/btav/
Dbtav_shim.cc271 reinterpret_cast<const btav_source_interface_t*>(btif_->get_profile_interface("a2dp"))); in GetA2dpProfile()
/packages/modules/Bluetooth/system/gd/rust/topshim/hfp/
Dhfp_shim.cc428 reinterpret_cast<const headset::Interface*>(btif_->get_profile_interface("handsfree")))); in GetHfpProfile()
/packages/modules/Bluetooth/system/gd/rust/topshim/le_audio/
Dle_audio_shim.cc448 btif_->get_profile_interface("le_audio")))); in GetLeAudioClientProfile()

12