Searched defs:AsyncFile (Results 1 - 5 of 5) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
H A Dasyncfile.cc32 AsyncFile::AsyncFile() { function in class:talk_base::AsyncFile
35 AsyncFile::~AsyncFile() {
H A Dasyncfile.h37 class AsyncFile { class in namespace:talk_base
39 AsyncFile();
40 virtual ~AsyncFile();
50 sigslot::signal1<AsyncFile*> SignalReadEvent;
51 sigslot::signal1<AsyncFile*> SignalWriteEvent;
52 sigslot::signal2<AsyncFile*, int> SignalCloseEvent;
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dasyncfile.cc32 AsyncFile::AsyncFile() { function in class:talk_base::AsyncFile
35 AsyncFile::~AsyncFile() {
H A Dasyncfile.h37 class AsyncFile { class in namespace:talk_base
39 AsyncFile();
40 virtual ~AsyncFile();
50 sigslot::signal1<AsyncFile*> SignalReadEvent;
51 sigslot::signal1<AsyncFile*> SignalWriteEvent;
52 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 272 milliseconds