Home
last modified time | relevance | path

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

/frameworks/av/media/mtp/
DPosixAsyncIO.cpp47 CHECK(aiocbp->queued); in work_func()
62 aiocbp->queued = false; in work_func()
69 CHECK(!aiocbp->queued); in aio_add()
70 aiocbp->queued = true; in aio_add()
83 this->queued = false; in aiocb()
97 CHECK(!this->queued); in ~aiocb()
136 aiocbp[i]->cv.wait(lk, [aiocbp, i]{return !aiocbp[i]->queued;}); in aio_suspend()
DPosixAsyncIO.h40 bool queued; member
/frameworks/base/cmds/incidentd/src/
DThrottler.cpp36 sp<ReportBatch> Throttler::filterBatch(const sp<ReportBatch>& queued) { in filterBatch() argument
40 queued->transferStreamingRequests(result); in filterBatch()
45 queued->transferPersistedRequests(result); in filterBatch()
DThrottler.h42 sp<ReportBatch> filterBatch(const sp<ReportBatch>& queued);
/frameworks/base/services/tests/timetests/src/com/android/server/timezonedetector/location/
DTestThreadingDomain.java140 QueuedRunnable queued = mQueue.remove(0); in executeNext() local
142 mCurrentTimeMillis = queued.executionTimeMillis; in executeNext()
143 queued.runnable.run(); in executeNext()
/frameworks/base/services/core/java/com/android/server/wm/
DTransitionController.java1030 private boolean canStartCollectingNow(@Nullable Transition queued) { in canStartCollectingNow() argument
1035 if (!getCanBeIndependent(mCollectingTransition, queued)) return false; in canStartCollectingNow()
1037 if (!getCanBeIndependent(mWaitingTransitions.get(i), queued)) return false; in canStartCollectingNow()
1046 final QueuedTransition queued = mQueuedTransitions.get(0); in tryStartCollectFromQueue()
1049 if (queued.mTransition == null) return; in tryStartCollectFromQueue()
1050 if (!canStartCollectingNow(queued.mTransition)) return; in tryStartCollectFromQueue()
1062 if (queued.mTransition != null) { in tryStartCollectFromQueue()
1063 moveToCollecting(queued.mTransition); in tryStartCollectFromQueue()
1066 mSyncEngine.startSyncSet(queued.mLegacySync); in tryStartCollectFromQueue()
1068 if (queued.mTransition != null in tryStartCollectFromQueue()
[all …]
DActivityClientController.java1260 ActivityRecord r, Transition transition, boolean queued) { in executeFullscreenRequestTransition() argument
/frameworks/av/media/codec2/sfplugin/
DC2NodeImpl.cpp101 bool queued = false; in threadLoop() local
142 queued = true; in threadLoop()
144 if (queued) { in threadLoop()
/frameworks/native/services/surfaceflinger/TimeStats/timestatsatomsproto/
Dtimestats_atoms.proto198 // Set of timings measured from when an app queued a buffer for
211 // Set of timings measured from when an app queued a buffer for
/frameworks/native/services/surfaceflinger/FrontEnd/
Dreadme.md50 Transactions are queued in SurfaceFlinger per ApplyToken so order is only guaranteed for
/frameworks/native/opengl/specs/
DEGL_ANDROID_get_frame_timestamps.txt139 for when the compositor must receive a newly queued frame.
/frameworks/base/packages/SystemUI/docs/
Dexecutors.md247 Makes all currently queued items ready.
/frameworks/proto_logging/stats/
Datoms.proto14211 // Set of timings measured from when an app queued a buffer for
14228 // Set of timings measured from when an app queued a buffer for