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

1 2 3

  /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 92 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);
  /frameworks/av/media/libmedia/
IStreamSource.cpp 162 Command cmd, bool synchronous, const sp<AMessage> &msg) {
166 data.writeInt32(static_cast<int32_t>(synchronous));
199 bool synchronous = static_cast<bool>(data.readInt32()); local
207 issueCommand(cmd, synchronous, msg);
  /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, the Go runtime will install a signal
185 handler. It will save any existing signal handler. If a synchronous
  /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, the Go runtime will install a signal
185 handler. It will save any existing signal handler. If a synchronous
  /external/autotest/frontend/afe/
frontend_test_utils.py 69 synchronous=False, hostless=False,
82 @param synchronous - bool, if True use synch_count=2 otherwise use
101 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());
  /prebuilts/go/darwin-x86/src/net/
pipe.go 13 // Pipe creates a synchronous, in-memory, full duplex
  /prebuilts/go/linux-x86/src/net/
pipe.go 13 // Pipe creates a synchronous, in-memory, full duplex
  /external/autotest/scheduler/
scheduler_models_unittest.py 374 self._create_job(hosts=[1, 2], synchronous=True)
382 job = self._create_job(hosts=[1, 2], synchronous=True)
403 job = self._create_job(hosts=[1, 2], synchronous=True)
414 job = self._create_job(hosts=[1, 2], synchronous=False)
  /hardware/qcom/display/sdm845/libdrmutils/
drm_interface.h 426 * [input]: synchronous: Determines if the call should block until a h/w flip
429 virtual int Commit(bool synchronous) = 0;
  /frameworks/native/libs/gui/
SurfaceComposerClient.cpp 131 void closeGlobalTransactionImpl(bool synchronous);
203 static void closeGlobalTransaction(bool synchronous) {
204 Composer::getInstance().closeGlobalTransactionImpl(synchronous);
240 void Composer::closeGlobalTransactionImpl(bool synchronous) {
249 mForceSynchronous |= synchronous;
331 // Resizing a surface makes the transaction synchronous.
740 void SurfaceComposerClient::closeGlobalTransaction(bool synchronous) {
741 Composer::closeGlobalTransaction(synchronous);
    [all...]
  /external/autotest/client/common_lib/cros/
dev_server_unittest.py 760 """Call the dev server's download method with synchronous=True."""
771 # Synchronous case requires a call to finish download.
773 self.dev_server.trigger_download(name, synchronous=True)
778 """Call the dev server's download method with synchronous=False."""
788 self.dev_server.trigger_download(name, synchronous=False)
    [all...]
dev_server.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/native/libs/gui/include/gui/
SurfaceComposerClient.h 135 static void closeGlobalTransaction(bool synchronous = false);
  /external/autotest/server/hosts/
cros_host.py 579 devserver.trigger_download(image_name, synchronous=False)
676 devserver.trigger_download(build, synchronous=False)
    [all...]
  /external/autotest/site_utils/
acts_lib.py 73 target, build_id, branch, files='acts.zip', synchronous=True)

Completed in 682 milliseconds

1 2 3