Home
last modified time | relevance | path

Searched defs:btif (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dlib.rs17 pub mod btif; module
/packages/modules/Bluetooth/system/gd/rust/topshim/facade/src/
Dsecurity_service.rs59 let btif = self.btif_intf.clone(); in create_bond() localVariable
/packages/modules/Bluetooth/system/gd/rust/topshim/btav_sink/
Dbtav_sink_shim.cc67 std::unique_ptr<A2dpSinkIntf> GetA2dpSinkProfile(const unsigned char* btif) { in GetA2dpSinkProfile()
/packages/modules/Bluetooth/system/gd/rust/topshim/csis/
Dcsis_shim.cc133 std::unique_ptr<CsisClientIntf> GetCsisClientProfile(const unsigned char* btif) { in GetCsisClientProfile()
/packages/modules/Bluetooth/system/gd/rust/topshim/btav/
Dbtav_shim.cc265 std::unique_ptr<A2dpIntf> GetA2dpProfile(const unsigned char* btif) { in GetA2dpProfile()
339 std::unique_ptr<AvrcpIntf> GetAvrcpProfile(const unsigned char* btif) { in GetAvrcpProfile()
/packages/modules/Bluetooth/system/gd/rust/topshim/vc/
Dvc_shim.cc155 std::unique_ptr<VolumeControlIntf> GetVolumeControlProfile(const unsigned char* btif) { in GetVolumeControlProfile()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hid_device.cpp153 const bt_interface_t* btif; in initNative() local
/packages/modules/Bluetooth/system/gd/rust/topshim/le_audio/
Dle_audio_shim.cc440 std::unique_ptr<LeAudioClientIntf> GetLeAudioClientProfile(const unsigned char* btif) { in GetLeAudioClientProfile()
/packages/modules/Bluetooth/system/gd/rust/topshim/hfp/
Dhfp_shim.cc422 std::unique_ptr<HfpIntf> GetHfpProfile(const unsigned char* btif) { in GetHfpProfile()