Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DPeriodicScanManager.java44 Map<IBinder, SyncInfo> mSyncs = Collections.synchronizedMap(new HashMap<>()); field in PeriodicScanManager
66 mSyncs.clear(); in cleanup()
107 for (Map.Entry<IBinder, SyncInfo> e : mSyncs.entrySet()) { in findSync()
138 mSyncs.remove(binder); in onSyncStarted()
176 mSyncs.remove(entry); in onSyncLost()
194 mSyncs.put(binder, new SyncInfo(cbId, deathRecipient, callback)); in startSync()
208 SyncInfo sync = mSyncs.remove(binder); in stopSync()