Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs2642 pub(crate) struct BluetoothMediaDBus { struct
2644 pub rpc: BluetoothMediaDBusRPC, argument
2647 impl BluetoothMediaDBus { argument
2657 pub(crate) fn new(conn: Arc<SyncConnection>, index: i32) -> BluetoothMediaDBus { in new()
2668 impl IBluetoothMedia for BluetoothMediaDBus { implementation