Searched refs:GetA2dpSinkProfile (Results 1 – 3 of 3) sorted by relevance
46 std::unique_ptr<A2dpSinkIntf> GetA2dpSinkProfile(const unsigned char* btif);
67 std::unique_ptr<A2dpSinkIntf> GetA2dpSinkProfile(const unsigned char* btif) { in GetA2dpSinkProfile() function
254 unsafe fn GetA2dpSinkProfile(btif: *const u8) -> UniquePtr<A2dpSinkIntf>; in GetA2dpSinkProfile() function493 a2dp_sink = ffi::GetA2dpSinkProfile(intf.as_raw_ptr()); in new()