Searched defs:ClientDBusProxy (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/dbus_projection/src/ |
D | lib.rs | 167 pub struct ClientDBusProxy { struct 174 impl ClientDBusProxy { argument
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | dbus_iface.rs | 736 fn make_client_proxy(conn: Arc<SyncConnection>, index: i32) -> ClientDBusProxy { in make_client_proxy() 1135 fn make_client_proxy(conn: Arc<SyncConnection>) -> ClientDBusProxy { in make_client_proxy() 1352 fn make_client_proxy(conn: Arc<SyncConnection>, index: i32) -> ClientDBusProxy { in make_client_proxy() 1449 fn make_client_proxy(conn: Arc<SyncConnection>, index: i32) -> ClientDBusProxy { in make_client_proxy() 2127 fn make_client_proxy(conn: Arc<SyncConnection>, index: i32) -> ClientDBusProxy { in make_client_proxy() 2393 fn make_client_proxy(conn: Arc<SyncConnection>, index: i32) -> ClientDBusProxy { in make_client_proxy() 2519 fn make_client_proxy(conn: Arc<SyncConnection>, index: i32) -> ClientDBusProxy { in make_client_proxy() 2648 fn make_client_proxy(conn: Arc<SyncConnection>, index: i32) -> ClientDBusProxy { in make_client_proxy() 3024 fn make_client_proxy(conn: Arc<SyncConnection>, index: i32) -> ClientDBusProxy { in make_client_proxy() 3104 fn make_client_proxy(conn: Arc<SyncConnection>, index: i32) -> ClientDBusProxy { in make_client_proxy()
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/ |
D | dbus_iface.rs | 26 fn make_client_proxy(conn: Arc<SyncConnection>, path: dbus::Path<'static>) -> ClientDBusProxy { in make_client_proxy()
|