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

1 2

  /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/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);
  /external/grpc-grpc/src/core/lib/security/credentials/composite/
composite_credentials.cc 64 // Synchronous response, so call ourselves recursively.
93 bool synchronous = true; local
102 synchronous = false; // Async return.
106 if (synchronous) gpr_free(ctx);
107 return synchronous;
  /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) {
317 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)
monitor_db_unittest.py 780 job = self._create_job(hosts=[1, 2], synchronous=True)
    [all...]
monitor_db_functional_test.py     [all...]
  /external/autotest/client/common_lib/cros/
dev_server_unittest.py     [all...]
dev_server.py     [all...]
  /external/ppp/pppd/plugins/rp-pppoe/
pppoe.h 237 int synchronous; /* Use synchronous PPP */ member in struct:PPPoEConnectionStruct
  /external/tensorflow/tensorflow/contrib/opt/python/training/
elastic_average_optimizer.py 164 synchronous=False,
180 synchronous: Add_sync_queues_and_barrier or not.
195 self._synchronous = synchronous
  /external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
ClientRunners.cs 320 // create a dedicated thread for the synchronous client
Control.cs     [all...]
  /external/u-boot/drivers/i2c/
Kconfig 124 synchronous reads and writes are supported, no Pool Buffers or DMA.
  /external/blktrace/doc/
blktrace.tex 417 sync & \emph{synchronous} attribute \\ \hline
654 a 'B' (for barrier operations) or 'S' (for synchronous operations).
    [all...]
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
log4j-1.3alpha-8.jar 
  /dalvik/docs/
prettify.js 52 * If set to {@code false}, {@code prettyPrint()} is synchronous.
    [all...]
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/
prettify.js 61 * If set to {@code false}, {@code prettyPrint()} is synchronous.
    [all...]
  /external/boringssl/src/ssl/test/runner/
runner.go     [all...]
  /build/make/tools/droiddoc/templates-ndk/assets/js/
android_3p-bundle.js 63 * If set to {@code false}, {@code prettyPrint()} is synchronous.
    [all...]
  /external/doclava/res/assets/templates-sdk/assets/js/
android_3p-bundle.js 63 * If set to {@code false}, {@code prettyPrint()} is synchronous.
    [all...]

Completed in 2504 milliseconds

1 2