Searched defs:A2dpSinkIntf (Results 1 – 2 of 2) sorted by relevance
32 A2dpSinkIntf(const btav_sink_interface_t* intf) : intf_(intf){}; in A2dpSinkIntf() function
232 type A2dpSinkIntf; typedef254 unsafe fn GetA2dpSinkProfile(btif: *const u8) -> UniquePtr<A2dpSinkIntf>; in GetA2dpSinkProfile()257 fn connect(self: &A2dpSinkIntf, bt_addr: RawAddress) -> i32; in connect()258 fn disconnect(self: &A2dpSinkIntf, bt_addr: RawAddress) -> i32; in disconnect()259 fn set_active_device(self: &A2dpSinkIntf, bt_addr: RawAddress) -> i32; in set_active_device()260 fn cleanup(self: &A2dpSinkIntf); in cleanup()