Home
last modified time | relevance | path

Searched refs:GetSyncService (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Android/
H A DPlatformAndroid.cpp181 auto sync_service = GetSyncService(error); in GetFile()
225 auto sync_service = GetSyncService(error); in PutFile()
370 AdbClient::SyncService *PlatformAndroid::GetSyncService(Status &error) { in GetSyncService() function in PlatformAndroid
375 m_adb_sync_svc = adb.GetSyncService(error); in GetSyncService()
H A DPlatformAndroid.h74 AdbClient::SyncService *GetSyncService(Status &error);
H A DAdbClient.h102 std::unique_ptr<SyncService> GetSyncService(Status &error);
H A DAdbClient.cpp417 AdbClient::GetSyncService(Status &error) { in GetSyncService() function in AdbClient