Searched defs:AsyncFile (Results 1 - 3 of 3) sorted by last modified time

/external/chromium_org/third_party/webrtc/base/
H A Dasyncfile.cc15 AsyncFile::AsyncFile() { function in class:rtc::AsyncFile
18 AsyncFile::~AsyncFile() {
H A Dasyncfile.h20 class AsyncFile { class in namespace:rtc
22 AsyncFile();
23 virtual ~AsyncFile();
33 sigslot::signal1<AsyncFile*> SignalReadEvent;
34 sigslot::signal1<AsyncFile*> SignalWriteEvent;
35 sigslot::signal2<AsyncFile*, int> SignalCloseEvent;
/external/chromium_org/third_party/sqlite/src/ext/async/
H A Dsqlite3async.c38 typedef struct AsyncFile AsyncFile; typedef in typeref:struct: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 { struct
628 AsyncFileData *p = ((AsyncFile *)pFile)->pData;
651 AsyncFileData *p = ((AsyncFile *)pFil
[all...]

Completed in 103 milliseconds