/frameworks/native/services/surfaceflinger/FrontEnd/ |
D | TransactionHandler.cpp | 129 auto ready = TransactionReadiness::Ready; in applyFilters() local 140 ready = perFilterReady; in applyFilters() 146 return ready; in applyFilters() 158 auto ready = applyFilters(flushState); in flushPendingTransactionQueues() local 159 if (ready == TransactionReadiness::NotReadyBarrier) { in flushPendingTransactionQueues() 162 } else if (ready == TransactionReadiness::NotReady) { in flushPendingTransactionQueues() 164 } else if (ready == TransactionReadiness::NotReadyUnsignaled) { in flushPendingTransactionQueues()
|
D | readme.md | 65 - Queue and filter transactions that are ready to be committed. 73 TransactionHandler is responsible for queuing and filtering transactions that are ready to 74 be applied. On commit, we filter the transactions that are ready. We provide an interface 75 for other components to apply their own filter to determine if a transaction is ready to be
|
/frameworks/native/libs/ftl/ |
D | future_test.cpp | 110 EXPECT_EQ(future.wait_for(1s), std::future_status::ready); in TEST() 111 EXPECT_EQ(future.wait_for(1s), std::future_status::ready); in TEST() 118 bool ready = false; in TEST() local 122 cv.wait(lk, [&] { return ready; }); in TEST() 132 ready = true; in TEST() 136 EXPECT_EQ(get_future.wait_for(1s), std::future_status::ready); in TEST()
|
/frameworks/base/packages/SystemUI/docs/ |
D | executors.md | 209 Queues a Runnable so that it is "ready" 210 to run. (A Runnable is "ready" when its 225 Run one runnable if it is ready to run 233 there are no more "ready" runnables. 241 "ready". 247 Makes all currently queued items ready. 254 They are not necessarily "ready". 262 until none of them have ready work. 272 seen. You will need to tell the Executor to run its ready items. A quick example 300 executor.advanceClockToNext(); // One more thing ready to run. [all …]
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | BLASTSyncEngine.java | 303 private boolean setReady(boolean ready) { in setReady() argument 304 if (mReady == ready) { in setReady() 307 ProtoLog.v(WM_DEBUG_SYNC_ENGINE, "SyncGroup %d: Set ready %b", mSyncId, ready); in setReady() 308 mReady = ready; in setReady() 309 if (ready) { in setReady() 515 boolean setReady(int id, boolean ready) { in setReady() argument 516 return getSyncGroup(id).setReady(ready); in setReady()
|
/frameworks/av/media/codec2/vndk/ |
D | C2Fence.cpp | 58 virtual bool ready() const = 0; 121 bool C2Fence::ready() const { in ready() function in C2Fence 123 return mImpl->ready(); in ready() 161 virtual bool ready() const { in ready() function in _C2FenceFactory::SurfaceFenceImpl 290 virtual bool ready() const { in ready() function in _C2FenceFactory::SyncFenceImpl 481 } else if (validate && (!p->valid() || p->ready())) { in CreateSyncFence() 714 virtual bool ready() const { in ready() function in _C2FenceFactory::PipeFenceImpl
|
/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
D | KernelCpuUidBpfMapReaderTest.java | 127 final CountDownLatch ready = new CountDownLatch(10); in testConcurrent() local 134 ready.countDown(); in testConcurrent() 145 ready.countDown(); in testConcurrent() 159 assertTrue("Prep timed out", ready.await(100, TimeUnit.MILLISECONDS)); in testConcurrent()
|
D | KernelCpuProcStringReaderTest.java | 260 final CountDownLatch ready = new CountDownLatch(10); in testConcurrent() local 269 ready.countDown(); in testConcurrent() 284 ready.countDown(); in testConcurrent() 302 assertTrue("Prep timed out", ready.await(100, TimeUnit.MILLISECONDS)); in testConcurrent()
|
/frameworks/base/apex/jobscheduler/service/aconfig/ |
D | job.aconfig | 7 …bs in the ACTIVE bucket in the job batching effort. Don't let them run as freely as they're ready." 14 …empt to delay the start of some connectivity jobs until there are several ready or the network is …
|
/frameworks/base/media/lib/tvremote/ |
D | README.txt | 23 infrastructure is ready with APIs allowing unbundled system apps to 25 That API isn't ready yet so this library is a compromise to
|
/frameworks/native/include/ftl/details/ |
D | future.h | 79 return std::future_status::ready; 106 return std::future_status::ready;
|
/frameworks/native/cmds/servicemanager/ |
D | servicemanager.recovery.rc | 5 onrestart setprop servicemanager.ready false
|
D | servicemanager.rc | 7 onrestart setprop servicemanager.ready false
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/ |
D | Transitions.java | 909 final ActiveTransition ready = track.mReadyTransitions.get(0); in processReadyQueue() local 913 track.mActiveTransition = ready; in processReadyQueue() 914 if (ready.mAborted) { in processReadyQueue() 915 if (ready.mStartT != null) { in processReadyQueue() 916 ready.mStartT.apply(); in processReadyQueue() 919 onFinish(ready.mToken, null); in processReadyQueue() 922 playTransition(ready); in processReadyQueue() 929 if (ready.mAborted) { in processReadyQueue() 931 onMerged(playing, ready); in processReadyQueue() 936 + " in case they can be merged", ready, playing); in processReadyQueue() [all …]
|
/frameworks/base/services/core/java/com/android/server/power/ |
D | PowerGroup.java | 87 DisplayManagerInternal displayManagerInternal, int wakefulness, boolean ready, in PowerGroup() argument 94 mReady = ready; in PowerGroup() 471 boolean ready = mDisplayManagerInternal.requestPowerState(mGroupId, mDisplayPowerRequest, in updateLocked() 474 return ready; in updateLocked()
|
/frameworks/base/core/java/android/service/voice/ |
D | IVoiceInteractionService.aidl | 27 void ready(); in ready() method
|
/frameworks/base/ravenwood/texts/ |
D | ravenwood-services-jarjar-rules.txt | 7 # link services code when owners aren't ready to support on Ravenwood
|
/frameworks/native/libs/bufferstreams/ |
D | README.md | 4 It is not production ready yet.
|
/frameworks/native/cmds/lshal/ |
D | Timeout.h | 42 if (status == std::future_status::ready) { in timeoutIPC()
|
/frameworks/base/core/java/android/service/ondeviceintelligence/ |
D | IOnDeviceIntelligenceService.aidl | 50 void ready(); in ready() method
|
/frameworks/native/services/surfaceflinger/tests/utils/ |
D | WindowInfosListenerUtils.h | 42 std::future_status::ready; in waitForWindowInfosPredicate()
|
/frameworks/base/core/java/android/window/ |
D | SurfaceSyncGroup.md | 9 …is a class that manages sync requests and reports back when all participants in the sync are ready. 29 …ready. Before `markSyncReady` is called, the `SurfaceSyncGroups` can actually produce a frame, whi… 37 …with is complete. This means that the SurfaceSyncGroup has been marked as ready and all children a… 54 …the original SSG calls markSyncReady, it will also mark the SSG in WMS as ready so the WMS created… 83 // Call this when the SurfaceView is ready to render a new frame with the changes.
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
D | ImsRttTextHandlerTest.java | 222 Assert.assertFalse(mPipeFromHandler.ready()); in testProperTransmissionFromNetworkToInCall() 286 if (!inputStreamReader.ready()) { in readAll()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/ |
D | TvPipMenuController.java | 406 final boolean ready = mPipMenuView != null && mPipMenuView.getViewRootImpl() != null in isMenuAttached() 408 if (!ready) { in isMenuAttached() 412 return ready; in isMenuAttached()
|
/frameworks/proto_logging/stats/enums/stats/mobiledatadownload/ |
D | enums.proto | 76 // The error occurs after the file is ready.
|