Searched refs:SyncConnection (Results 1 – 5 of 5) sorted by relevance
/aosp12/system/bt/gd/rust/linux/dbus_projection/src/ |
H A D | lib.rs | 7 use dbus::nonblock::SyncConnection; 36 pub async fn setup_watch(&mut self, conn: Arc<SyncConnection>) { in setup_watch() argument 83 _conn: Arc<SyncConnection>,
|
/aosp12/system/bt/gd/rust/linux/dbus_projection/dbus_macros/src/ |
H A D | lib.rs | 178 conn: std::sync::Arc<SyncConnection>, in generate_dbus_exporter() 184 conn: Arc<SyncConnection>, in generate_dbus_exporter() 353 conn: Arc<SyncConnection>, in dbus_propmap() 476 conn: Arc<SyncConnection>, in dbus_proxy_obj() 497 conn: Arc<SyncConnection>, in dbus_proxy_obj() 527 use dbus::nonblock::SyncConnection; in generate_dbus_arg() 559 conn: Arc<SyncConnection>, in generate_dbus_arg() 579 _conn: Arc<SyncConnection>, in generate_dbus_arg() 596 conn: Arc<SyncConnection>, in generate_dbus_arg()
|
/aosp12/packages/modules/adb/client/ |
H A D | file_sync_client.cpp | 226 class SyncConnection { class 228 SyncConnection() : acknowledgement_buffer_(sizeof(sync_status) + SYNC_DATA_MAX) { in SyncConnection() function in SyncConnection 253 ~SyncConnection() { in ~SyncConnection() 994 static bool sync_ls(SyncConnection& sc, const std::string& path, in sync_ls() 999 static bool sync_stat(SyncConnection& sc, const std::string& path, struct stat* st) { in sync_stat() 1267 SyncConnection sc; in do_sync_ls() 1279 static bool local_build_list(SyncConnection& sc, std::vector<copyinfo>* file_list, in local_build_list() 1443 SyncConnection sc; in do_sync_push() 1539 static bool remote_build_list(SyncConnection& sc, std::vector<copyinfo>* file_list, in remote_build_list() 1665 SyncConnection sc; in do_sync_pull() [all …]
|
/aosp12/system/bt/gd/rust/linux/service/src/ |
H A D | iface_bluetooth.rs | 6 use dbus::nonblock::SyncConnection;
|
H A D | iface_bluetooth_gatt.rs | 8 use dbus::nonblock::SyncConnection;
|