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() {} in A2dpIntf() function
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Da2dp.rs232 type A2dpIntf; typedef
235 unsafe fn GetA2dpProfile(btif: *const u8) -> UniquePtr<A2dpIntf>; in GetA2dpProfile()
238 fn connect(self: &A2dpIntf, bt_addr: RawAddress) -> u32; in connect()
239 fn disconnect(self: &A2dpIntf, bt_addr: RawAddress) -> u32; in disconnect()
240 fn set_silence_device(self: &A2dpIntf, bt_addr: RawAddress, silent: bool) -> i32; in set_silence_device()
241 fn set_active_device(self: &A2dpIntf, bt_addr: RawAddress) -> i32; in set_active_device()
243 self: &A2dpIntf, in config_codec()
247 fn set_audio_config(self: &A2dpIntf, config: A2dpCodecConfig) -> bool; in set_audio_config()
251 fn cleanup(self: &A2dpIntf); in cleanup()