HomeSort by relevance Sort by last modified time
    Searched refs:synchronous (Results 1 - 25 of 64) sorted by null

1 2 3

  /frameworks/support/work/workmanager-test/src/androidTest/java/androidx/work/test/
TestSchedulerTest.java 57 workManager.synchronous().enqueueSync(request);
58 WorkStatus status = workManager.synchronous().getStatusByIdSync(request.getId());
69 continuation.synchronous().enqueueSync();
70 WorkStatus requestStatus = workManager.synchronous().getStatusByIdSync(request.getId());
72 .synchronous()
84 WorkStatus requestStatus = workManager.synchronous().getStatusByIdSync(request.getId());
93 WorkStatus requestStatus = workManager.synchronous().getStatusByIdSync(request.getId());
96 requestStatus = workManager.synchronous().getStatusByIdSync(request.getId());
  /frameworks/rs/tests/cpp_api/latency/
latency.cpp 11 bool synchronous = false; local
40 synchronous = true;
46 if (synchronous)
47 printf("forcing synchronous\n");
55 if (synchronous) flags |= RS_INIT_SYNCHRONOUS;
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug147.go 24 panic("synchronous send did not wait")
  /prebuilts/go/linux-x86/test/fixedbugs/
bug147.go 24 panic("synchronous send did not wait")
  /frameworks/av/media/libmedia/include/media/
IStreamSource.h 58 Command cmd, bool synchronous, const sp<AMessage> &msg = NULL) = 0;
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerStreamListener.h 37 Command cmd, bool synchronous, const sp<AMessage> &extra);
NuPlayerStreamListener.cpp 75 Command cmd, bool synchronous, const sp<AMessage> &extra) {
76 CHECK(!synchronous);
  /external/adhd/cras/src/tests/
cras_monitor.c 203 " --sync|-s - Use the synchronous connection functions.\n"
214 bool synchronous = false; local
231 synchronous = !synchronous;
264 if (synchronous) {
300 if (!synchronous) {
  /frameworks/support/work/workmanager/src/androidTest/java/androidx/work/impl/
WorkManagerImplTest.java 160 .synchronous().enqueueSync();
176 mWorkManagerImpl.synchronous().enqueueSync(work);
191 mWorkManagerImpl.synchronous().enqueueSync(work1, work2, work3);
207 .synchronous()
227 .synchronous()
261 workContinuation.synchronous().enqueueSync();
266 workContinuation.then(work2).synchronous().enqueueSync();
278 workContinuation.synchronous().enqueueSync();
283 workContinuation.then(work2).synchronous().enqueueSync();
295 workContinuation.synchronous().enqueueSync()
    [all...]
  /frameworks/av/media/libmedia/
IStreamSource.cpp 151 Command cmd, bool synchronous, const sp<AMessage> &msg) {
155 data.writeInt32(static_cast<int32_t>(synchronous));
188 bool synchronous = static_cast<bool>(data.readInt32()); local
196 issueCommand(cmd, synchronous, msg);
  /frameworks/support/work/workmanager/src/main/java/androidx/work/
WorkContinuation.java 68 * Gets an object that gives access to synchronous methods.
70 * @return A {@link SynchronousWorkContinuation} object, which gives access to synchronous
73 public abstract SynchronousWorkContinuation synchronous(); method in class:WorkContinuation
WorkManager.java 116 * running on a background thread and have need for synchronous (blocking) calls to WorkManager, use
117 * {@link #synchronous()} to access such methods.
342 * Gets an object that gives access to synchronous methods.
344 * @return A {@link SynchronousWorkManager} object, which gives access to synchronous methods
346 public abstract SynchronousWorkManager synchronous(); method in class:WorkManager
  /external/autotest/server/
adb_utils.py 60 synchronous=True)
  /hardware/qcom/display/msm8998/libdrmutils/
drm_interface.h 317 * [input]: synchronous: Determines if the call should block until a h/w flip
320 virtual int Commit(bool synchronous) = 0;
  /prebuilts/go/darwin-x86/src/os/signal/
doc.go 16 Synchronous signals are signals triggered by errors in program
18 synchronous when caused by program execution, not when sent using
21 synchronous signal into a run-time panic.
38 By default, a synchronous signal is converted into a run-time panic. A
52 the synchronous signals, SIGILL, SIGTRAP, SIGSTKFLT, SIGCHLD, SIGPROF,
137 synchronous signals (SIGBUS, SIGFPE, SIGSEGV), then it should record
156 automatically unblock certain signals: the synchronous signals,
184 For the synchronous signals and SIGPIPE, the Go runtime will install a
186 synchronous signal arrives while executing non-Go code, the Go runtime
  /prebuilts/go/linux-x86/src/os/signal/
doc.go 16 Synchronous signals are signals triggered by errors in program
18 synchronous when caused by program execution, not when sent using
21 synchronous signal into a run-time panic.
38 By default, a synchronous signal is converted into a run-time panic. A
52 the synchronous signals, SIGILL, SIGTRAP, SIGSTKFLT, SIGCHLD, SIGPROF,
137 synchronous signals (SIGBUS, SIGFPE, SIGSEGV), then it should record
156 automatically unblock certain signals: the synchronous signals,
184 For the synchronous signals and SIGPIPE, the Go runtime will install a
186 synchronous signal arrives while executing non-Go code, the Go runtime
  /external/autotest/frontend/afe/
frontend_test_utils.py 90 synchronous=False, hostless=False,
103 @param synchronous - bool, if True use synch_count=2 otherwise use
122 synch_count = synchronous and 2 or 1
  /external/libvpx/libvpx/test/
vp9_thread_test.cc 35 const bool synchronous = GetParam(); local
36 if (synchronous) {
318 INSTANTIATE_TEST_CASE_P(Synchronous, VPxWorkerThreadTest, ::testing::Bool());
  /external/autotest/scheduler/
scheduler_models_unittest.py 380 self._create_job(hosts=[1, 2], synchronous=True)
388 job = self._create_job(hosts=[1, 2], synchronous=True)
409 job = self._create_job(hosts=[1, 2], synchronous=True)
420 job = self._create_job(hosts=[1, 2], synchronous=False)
  /hardware/qcom/display/msm8909/libdrmutils/
drm_interface.h 351 * [input]: synchronous: Determines if the call should block until a h/w flip
354 virtual int Commit(bool synchronous) = 0;
  /hardware/qcom/display/msm8909w_3100/libdrmutils/
drm_interface.h 351 * [input]: synchronous: Determines if the call should block until a h/w flip
354 virtual int Commit(bool synchronous) = 0;
  /external/autotest/client/common_lib/cros/
dev_server_unittest.py     [all...]
  /external/ppp/pppd/plugins/rp-pppoe/
pppoe.h 237 int synchronous; /* Use synchronous PPP */ member in struct:PPPoEConnectionStruct
  /frameworks/native/cmds/surfacereplayer/replayer/trace_creator/
trace_creator.py 91 increment.transaction.synchronous \
92 = bool(input("Is transaction synchronous (True/False): "))
  /frameworks/support/work/workmanager/src/main/java/androidx/work/impl/
WorkContinuationImpl.java 204 public SynchronousWorkContinuation synchronous() { method in class:WorkContinuationImpl

Completed in 459 milliseconds

1 2 3