Home
last modified time | relevance | path

Searched defs:get_profile_interface (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_bluetooth_interface.cc116 static const void* get_profile_interface(const char* profile_id) { in get_profile_interface() function
/packages/modules/Bluetooth/system/service/
Dbluetooth_interface.cc424 static const void* get_profile_interface(const char* profile_id) { in get_profile_interface() function
/packages/modules/Bluetooth/system/btif/src/
Dbluetooth.cc464 static const void* get_profile_interface(const char* profile_id) { in get_profile_interface() function
/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth.h687 const void* (*get_profile_interface)(const char* profile_id); member
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs1028 pub(crate) fn get_profile_interface( in get_profile_interface() method