Searched defs:A2dpIntf (Results 1 – 2 of 2) sorted by relevance
37 A2dpIntf(const btav_source_interface_t* intf) : intf_(intf){}; in A2dpIntf() function
184 type A2dpIntf; typedef187 unsafe fn GetA2dpProfile(btif: *const u8) -> UniquePtr<A2dpIntf>; in GetA2dpProfile()190 fn connect(self: &A2dpIntf, bt_addr: RawAddress) -> u32; in connect()191 fn disconnect(self: &A2dpIntf, bt_addr: RawAddress) -> u32; in disconnect()192 fn set_silence_device(self: &A2dpIntf, bt_addr: RawAddress, silent: bool) -> i32; in set_silence_device()193 fn set_active_device(self: &A2dpIntf, bt_addr: RawAddress) -> i32; in set_active_device()195 self: &A2dpIntf, in config_codec()199 fn set_audio_config(self: &A2dpIntf, config: A2dpCodecConfig) -> bool; in set_audio_config()203 fn cleanup(self: &A2dpIntf); in cleanup()