Searched refs:mNeedCatchUp (Results 1 – 4 of 4) sorted by relevance
98 if (mNeedCatchUp.isRequested()) { in processDataNow()102 mNeedCatchUp.acknowledge(); in processDataNow()
145 if (mNeedCatchUp.isRequested()) { in processDataNow()149 mNeedCatchUp.acknowledge(); in processDataNow()
176 AtomicRequestor mNeedCatchUp; // Ask read() or write() to sync on first timestamp. variable
322 mNeedCatchUp.request(); // Ask data processing code to catch up when first timestamp received. in requestStart()