/frameworks/support/work/workmanager-test/src/androidTest/java/androidx/work/test/ |
D | TestSchedulerTest.java | 57 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/ |
D | latency.cpp | 11 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/ |
D | WorkManagerImplTest.java | 160 .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 …]
|
D | WorkContinuationImplTest.java | 497 combined.synchronous().enqueueSync(); in testGetStatusesSync() 498 List<WorkStatus> statuses = combined.synchronous().getStatusesSync(); in testGetStatusesSync()
|
/frameworks/av/media/libmedia/ |
D | IStreamSource.cpp | 151 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/ |
D | NuPlayerStreamListener.cpp | 75 Command cmd, bool synchronous, const sp<AMessage> &extra) { in issueCommand() argument 76 CHECK(!synchronous); in issueCommand()
|
D | NuPlayerStreamListener.h | 37 Command cmd, bool synchronous, const sp<AMessage> &extra);
|
/frameworks/av/include/media/ |
D | IStreamSource.h | 58 Command cmd, bool synchronous, const sp<AMessage> &msg = NULL) = 0;
|
/frameworks/av/media/libmedia/include/media/ |
D | IStreamSource.h | 58 Command cmd, bool synchronous, const sp<AMessage> &msg = NULL) = 0;
|
/frameworks/support/work/workmanager/src/main/java/androidx/work/ |
D | WorkContinuation.java | 73 public abstract SynchronousWorkContinuation synchronous(); in synchronous() method in WorkContinuation
|
D | WorkManager.java | 346 public abstract SynchronousWorkManager synchronous(); in synchronous() method in WorkManager
|
/frameworks/native/cmds/surfacereplayer/proto/src/ |
D | trace.proto | 27 required bool synchronous = 3; field
|
/frameworks/support/work/workmanager/src/main/java/androidx/work/impl/ |
D | WorkContinuationImpl.java | 204 public SynchronousWorkContinuation synchronous() { in synchronous() method in WorkContinuationImpl
|
D | WorkManagerImpl.java | 458 public SynchronousWorkManager synchronous() {
|
/frameworks/native/cmds/surfacereplayer/replayer/trace_creator/ |
D | trace_creator.py | 91 increment.transaction.synchronous \
|
/frameworks/native/libs/gui/include/gui/ |
D | SurfaceComposerClient.h | 169 status_t apply(bool synchronous = false);
|
/frameworks/native/libs/gui/ |
D | SurfaceComposerClient.cpp | 133 status_t SurfaceComposerClient::Transaction::apply(bool synchronous) { in apply() argument 144 mForceSynchronous |= synchronous; in apply()
|
/frameworks/rs/script_api/ |
D | rs_for_each.spec | 110 This is a synchronous function. A call to this function only returns after all
|
/frameworks/native/cmds/surfacereplayer/replayer/ |
D | README.md | 153 **Transactions** contain whether the transaction was synchronous or animated and *repeated*
|
D | Replayer.cpp | 354 liveTransaction.apply(t.synchronous()); in doTransaction()
|
/frameworks/rs/script_api/include/ |
D | rs_for_each.rsh | 111 * This is a synchronous function. A call to this function only returns after all
|