Home
last modified time | relevance | path

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

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