Home
last modified time | relevance | path

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

/frameworks/support/work/workmanager-test/src/androidTest/java/androidx/work/test/
DTestSchedulerTest.java57 workManager.synchronous().enqueueSync(request); in testTestWorkerShouldSucceedSynchronously()
58 WorkStatus status = workManager.synchronous().getStatusByIdSync(request.getId()); in testTestWorkerShouldSucceedSynchronously()
69 continuation.synchronous().enqueueSync(); in testTestWorkerShouldSucceedSynchronously_withDependentWork()
70 WorkStatus requestStatus = workManager.synchronous().getStatusByIdSync(request.getId()); in testTestWorkerShouldSucceedSynchronously_withDependentWork()
72 .synchronous() in testTestWorkerShouldSucceedSynchronously_withDependentWork()
84 WorkStatus requestStatus = workManager.synchronous().getStatusByIdSync(request.getId()); in testTestWorkerWithConstraintsShouldNoOp()
93 WorkStatus requestStatus = workManager.synchronous().getStatusByIdSync(request.getId()); in testTestWorkerWithConstraintsShouldSucceedAfterSetConstraints()
96 requestStatus = workManager.synchronous().getStatusByIdSync(request.getId()); in testTestWorkerWithConstraintsShouldSucceedAfterSetConstraints()
/frameworks/rs/tests/cpp_api/latency/
Dlatency.cpp11 bool synchronous = false; in main() local
40 synchronous = true; in main()
46 if (synchronous) in main()
55 if (synchronous) flags |= RS_INIT_SYNCHRONOUS; in main()
/frameworks/support/work/workmanager/src/androidTest/java/androidx/work/impl/
DWorkManagerImplTest.java160 .synchronous().enqueueSync(); in testEnqueue_insertWork()
176 mWorkManagerImpl.synchronous().enqueueSync(work); in testEnqueue_AddsImplicitTags()
191 mWorkManagerImpl.synchronous().enqueueSync(work1, work2, work3); in testEnqueue_insertMultipleWork()
207 .synchronous() in testEnqueue_insertMultipleWork_continuationBlocking()
227 .synchronous() in testEnqueue_insertWithDependencies()
261 workContinuation.synchronous().enqueueSync(); in testEnqueue_insertWithCompletedDependencies_isNotStatusBlocked()
266 workContinuation.then(work2).synchronous().enqueueSync(); in testEnqueue_insertWithCompletedDependencies_isNotStatusBlocked()
278 workContinuation.synchronous().enqueueSync(); in testEnqueue_insertWithFailedDependencies_isStatusFailed()
283 workContinuation.then(work2).synchronous().enqueueSync(); in testEnqueue_insertWithFailedDependencies_isStatusFailed()
295 workContinuation.synchronous().enqueueSync(); in testEnqueue_insertWithCancelledDependencies_isStatusCancelled()
[all …]
DWorkContinuationImplTest.java497 combined.synchronous().enqueueSync(); in testGetStatusesSync()
498 List<WorkStatus> statuses = combined.synchronous().getStatusesSync(); in testGetStatusesSync()
/frameworks/av/media/libmedia/
DIStreamSource.cpp151 Command cmd, bool synchronous, const sp<AMessage> &msg) { in issueCommand()
155 data.writeInt32(static_cast<int32_t>(synchronous)); in issueCommand()
188 bool synchronous = static_cast<bool>(data.readInt32()); in onTransact() local
196 issueCommand(cmd, synchronous, msg); in onTransact()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerStreamListener.cpp75 Command cmd, bool synchronous, const sp<AMessage> &extra) { in issueCommand() argument
76 CHECK(!synchronous); in issueCommand()
DNuPlayerStreamListener.h37 Command cmd, bool synchronous, const sp<AMessage> &extra);
/frameworks/av/include/media/
DIStreamSource.h58 Command cmd, bool synchronous, const sp<AMessage> &msg = NULL) = 0;
/frameworks/av/media/libmedia/include/media/
DIStreamSource.h58 Command cmd, bool synchronous, const sp<AMessage> &msg = NULL) = 0;
/frameworks/support/work/workmanager/src/main/java/androidx/work/
DWorkContinuation.java73 public abstract SynchronousWorkContinuation synchronous(); in synchronous() method in WorkContinuation
DWorkManager.java346 public abstract SynchronousWorkManager synchronous(); in synchronous() method in WorkManager
/frameworks/native/cmds/surfacereplayer/proto/src/
Dtrace.proto27 required bool synchronous = 3; field
/frameworks/support/work/workmanager/src/main/java/androidx/work/impl/
DWorkContinuationImpl.java204 public SynchronousWorkContinuation synchronous() { in synchronous() method in WorkContinuationImpl
DWorkManagerImpl.java458 public SynchronousWorkManager synchronous() {
/frameworks/native/cmds/surfacereplayer/replayer/trace_creator/
Dtrace_creator.py91 increment.transaction.synchronous \
/frameworks/native/libs/gui/include/gui/
DSurfaceComposerClient.h169 status_t apply(bool synchronous = false);
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp133 status_t SurfaceComposerClient::Transaction::apply(bool synchronous) { in apply() argument
144 mForceSynchronous |= synchronous; in apply()
/frameworks/rs/script_api/
Drs_for_each.spec110 This is a synchronous function. A call to this function only returns after all
/frameworks/native/cmds/surfacereplayer/replayer/
DREADME.md153 **Transactions** contain whether the transaction was synchronous or animated and *repeated*
DReplayer.cpp354 liveTransaction.apply(t.synchronous()); in doTransaction()
/frameworks/rs/script_api/include/
Drs_for_each.rsh111 * This is a synchronous function. A call to this function only returns after all