Home
last modified time | relevance | path

Searched defs:syncInfo (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
DRSExecutable.cpp127 bool RSExecutable::syncInfo(bool pForce) { in syncInfo() function in RSExecutable
/frameworks/base/services/core/java/com/android/server/content/
DSyncStorageEngine.java933 PeriodicSync syncInfo = authority.periodicSyncs.get(i); in updateOrAddPeriodicSync() local
976 PeriodicSync syncInfo = iterator.next(); in removePeriodicSync() local
1227 final SyncInfo syncInfo; in addActiveSync() local
1254 public void removeActiveSync(SyncInfo syncInfo, int userId) { in removeActiveSync()