Searched defs:SyncConnection (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | callbacks.rs | 71 dbus_connection: Arc<SyncConnection>, in new() 127 dbus_connection: Arc<SyncConnection>, in new() 361 dbus_connection: Arc<SyncConnection>, in new() 418 dbus_connection: Arc<SyncConnection>, in new() 486 dbus_connection: Arc<SyncConnection>, in new() 543 dbus_connection: Arc<SyncConnection>, in new() 706 dbus_connection: Arc<SyncConnection>, in new() 908 dbus_connection: Arc<SyncConnection>, in new() 1182 dbus_connection: Arc<SyncConnection>, in new() 1322 dbus_connection: Arc<SyncConnection>, in new() [all …]
|
D | dbus_iface.rs | 264 _conn: Option<std::sync::Arc<dbus::nonblock::SyncConnection>>, in from_dbus() 362 _conn: Option<std::sync::Arc<dbus::nonblock::SyncConnection>>, in from_dbus() 489 _conn: Option<std::sync::Arc<dbus::nonblock::SyncConnection>>, in from_dbus() 736 fn make_client_proxy(conn: Arc<SyncConnection>, index: i32) -> ClientDBusProxy { in make_client_proxy() 745 pub(crate) fn new(conn: Arc<SyncConnection>, index: i32) -> BluetoothDBus { in new() 1058 pub(crate) fn new(conn: Arc<SyncConnection>, index: i32) -> BluetoothQALegacyDBus { in new() 1352 fn make_client_proxy(conn: Arc<SyncConnection>, index: i32) -> ClientDBusProxy { in make_client_proxy() 1361 pub(crate) fn new(conn: Arc<SyncConnection>, index: i32) -> BluetoothAdminDBus { in new() 1449 fn make_client_proxy(conn: Arc<SyncConnection>, index: i32) -> ClientDBusProxy { in make_client_proxy() 1458 pub(crate) fn new(conn: Arc<SyncConnection>, index: i32) -> BluetoothGattDBus { in new() [all …]
|
D | main.rs | 179 dbus_connection: Arc<SyncConnection>, in new()
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/dbus_projection/src/ |
D | lib.rs | 103 pub async fn setup_watch(&mut self, conn: Arc<SyncConnection>) { in setup_watch() 176 conn: Arc<SyncConnection>, in new() 184 fn create_proxy(&self) -> dbus::nonblock::Proxy<Arc<SyncConnection>> { in create_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() 35 pub(crate) fn new(conn: Arc<SyncConnection>, path: dbus::Path<'static>) -> SuspendDBus { in new()
|
D | powerd_suspend_manager.rs | 61 dbus_connection: Arc<SyncConnection>, in new() 83 powerd_proxy: dbus::nonblock::Proxy<'static, Arc<SyncConnection>>, in send_handle_suspend_readiness() 205 pub fn new(conn: Arc<SyncConnection>, dbus_crossroads: Arc<Mutex<Crossroads>>) -> Self { in new()
|
D | service_watcher.rs | 48 pub fn new(conn: Arc<SyncConnection>, service_name: String) -> Self { in new()
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | interface_manager.rs | 55 conn: Arc<SyncConnection>, in dispatch()
|
D | iface_bluetooth.rs | 49 _conn: Option<Arc<SyncConnection>>, in from_dbus() 353 _conn: Option<std::sync::Arc<dbus::nonblock::SyncConnection>>, in from_dbus() 450 _conn: Option<std::sync::Arc<dbus::nonblock::SyncConnection>>, in from_dbus()
|
D | iface_bluetooth_media.rs | 205 _conn: Option<std::sync::Arc<dbus::nonblock::SyncConnection>>, in from_dbus()
|
D | iface_bluetooth_gatt.rs | 411 _conn: Option<std::sync::Arc<dbus::nonblock::SyncConnection>>, in from_dbus()
|
/aosp_15_r20/packages/modules/adb/client/ |
D | file_sync_client.cpp | 226 class SyncConnection { class 228 SyncConnection() : acknowledgement_buffer_(sizeof(sync_status) + SYNC_DATA_MAX) { in SyncConnection() function in SyncConnection
|