Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs2610 pub(crate) struct BluetoothMediaDBus { struct
2612 pub rpc: BluetoothMediaDBusRPC, argument
2615 impl BluetoothMediaDBus { argument
2625 pub(crate) fn new(conn: Arc<SyncConnection>, index: i32) -> BluetoothMediaDBus { in new()
2636 impl IBluetoothMedia for BluetoothMediaDBus { implementation