Home
last modified time | relevance | path

Searched refs:GetA2dpProfile (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/btav/
Dbtav_shim.h60 std::unique_ptr<A2dpIntf> GetA2dpProfile(const unsigned char* btif);
Dbtav_shim.cc265 std::unique_ptr<A2dpIntf> GetA2dpProfile(const unsigned char* btif) { in GetA2dpProfile() function
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Da2dp.rs234 unsafe fn GetA2dpProfile(btif: *const u8) -> UniquePtr<A2dpIntf>; in GetA2dpProfile() function
375 a2dpif = ffi::GetA2dpProfile(intf.as_raw_ptr()); in new()