Home
last modified time | relevance | path

Searched defs:A2dpIntf (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/btav/
Dbtav_shim.h37 A2dpIntf(const btav_source_interface_t* intf) : intf_(intf){}; in A2dpIntf() function
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Da2dp.rs231 type A2dpIntf; typedef
234 unsafe fn GetA2dpProfile(btif: *const u8) -> UniquePtr<A2dpIntf>; in GetA2dpProfile()
237 fn connect(self: &A2dpIntf, bt_addr: RawAddress) -> u32; in connect()
238 fn disconnect(self: &A2dpIntf, bt_addr: RawAddress) -> u32; in disconnect()
239 fn set_silence_device(self: &A2dpIntf, bt_addr: RawAddress, silent: bool) -> i32; in set_silence_device()
240 fn set_active_device(self: &A2dpIntf, bt_addr: RawAddress) -> i32; in set_active_device()
242 self: &A2dpIntf, in config_codec()
246 fn set_audio_config(self: &A2dpIntf, config: A2dpCodecConfig) -> bool; in set_audio_config()
250 fn cleanup(self: &A2dpIntf); in cleanup()