Home
last modified time | relevance | path

Searched refs:SyncConnection (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/bt/gd/rust/linux/dbus_projection/src/
H A Dlib.rs7 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 Dlib.rs178 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 Dfile_sync_client.cpp226 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 Diface_bluetooth.rs6 use dbus::nonblock::SyncConnection;
H A Diface_bluetooth_gatt.rs8 use dbus::nonblock::SyncConnection;