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

  /external/webkit/Source/WebKit/chromium/src/
LocalFileSystemChromium.cpp 69 static void openFileSystemHelper(ScriptExecutionContext* context, AsyncFileSystem::Type type, PassOwnPtr<AsyncFileSystemCallbacks> callbacks, bool synchronous, long long size, CreationFlag create)
80 webWorker->openFileSystemForWorker(static_cast<WebFileSystem::Type>(type), size, create == CreateIfNotPresent, new WebFileSystemCallbacksImpl(callbacks, type, context, synchronous), synchronous); local
84 void LocalFileSystem::readFileSystem(ScriptExecutionContext* context, AsyncFileSystem::Type type, PassOwnPtr<AsyncFileSystemCallbacks> callbacks, bool synchronous)
86 openFileSystemHelper(context, type, callbacks, synchronous, 0, OpenExisting);
89 void LocalFileSystem::requestFileSystem(ScriptExecutionContext* context, AsyncFileSystem::Type type, long long size, PassOwnPtr<AsyncFileSystemCallbacks> callbacks, bool synchronous)
91 openFileSystemHelper(context, type, callbacks, synchronous, size, CreateIfNotPresent);
  /frameworks/av/media/libmedia/
IStreamSource.cpp 152 Command cmd, bool synchronous, const sp<AMessage> &msg) {
156 data.writeInt32(static_cast<int32_t>(synchronous));
189 bool synchronous = static_cast<bool>(data.readInt32()); local
197 issueCommand(cmd, synchronous, msg);
  /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 159 milliseconds