HomeSort by relevance Sort by last modified time
    Searched defs:synchronous (Results 1 - 6 of 6) sorted by null

  /frameworks/rs/tests/latency/
latency.cpp 14 bool synchronous = false; local
43 synchronous = true;
49 if (synchronous)
50 printf("forcing synchronous\n");
58 if (synchronous) flags |= RS_INIT_SYNCHRONOUS;
  /external/libvpx/libvpx/test/
vp9_thread_test.cc 56 const bool synchronous = GetParam(); local
57 if (synchronous) {
79 const bool synchronous = GetParam(); local
80 if (synchronous) {
154 INSTANTIATE_TEST_CASE_P(Synchronous, VP9WorkerThreadTest, ::testing::Bool());
  /frameworks/av/media/libmedia/
IStreamSource.cpp 155 Command cmd, bool synchronous, const sp<AMessage> &msg) {
159 data.writeInt32(static_cast<int32_t>(synchronous));
192 bool synchronous = static_cast<bool>(data.readInt32()); local
200 issueCommand(cmd, synchronous, msg);
  /external/chromium_org/chrome/browser/sessions/
session_restore.cc 94 // This is not part of SessionRestoreImpl so that synchronous destruction
498 bool synchronous,
505 synchronous_(synchronous),
537 bool synchronous() const { return synchronous_; } function in class:__anon8119::SessionRestoreImpl
730 // If we're not synchronous we need to delete ourself.
    [all...]
  /external/ppp/pppd/plugins/rp-pppoe/
pppoe.h 261 int synchronous; /* Use synchronous PPP */ member in struct:PPPoEConnectionStruct
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf_3.1.0.v20100529-0735.jar 

Completed in 187 milliseconds