HomeSort by relevance Sort by last modified time
    Searched refs:AsyncFile (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/webrtc/base/
asyncfile.cc 11 #include "webrtc/base/asyncfile.h"
15 AsyncFile::AsyncFile() {
18 AsyncFile::~AsyncFile() {
asyncfile.h 20 class AsyncFile {
22 AsyncFile();
23 virtual ~AsyncFile();
33 sigslot::signal1<AsyncFile*> SignalReadEvent;
34 sigslot::signal1<AsyncFile*> SignalWriteEvent;
35 sigslot::signal2<AsyncFile*, int> SignalCloseEvent;
physicalsocketserver.h 16 #include "webrtc/base/asyncfile.h"
81 AsyncFile* CreateFile(int fd);
physicalsocketserver.cc 915 class FileDispatcher: public Dispatcher, public AsyncFile {
977 AsyncFile* PhysicalSocketServer::CreateFile(int fd) {
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/async/
sqlite3async.c 38 typedef struct AsyncFile AsyncFile;
148 ** (AsyncFile.pBaseRead) is used exclusively by sqlite threads to read the
149 ** file, the other (AsyncFile.pBaseWrite) by sqlite3_async_flush()
504 ** The AsyncFile structure is a subclass of sqlite3_file used for
508 ** pointed to by AsyncFile.pData, which is allocated as part of the
510 ** lifetime of the AsyncFile structure is ended by the caller after OsClose()
514 struct AsyncFile {
628 AsyncFileData *p = ((AsyncFile *)pFile)->pData;
651 AsyncFileData *p = ((AsyncFile *)pFile)->pData
    [all...]

Completed in 1992 milliseconds