Searched defs:IOHandler (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/base/message_loop/
H A Dmessage_pump_win.h162 // class MyFile : public IOHandler {
195 // class MyFile : public IOHandler {
229 class IOHandler { class in class:base::MessagePumpForIO
231 virtual ~IOHandler() {}
256 // overlapped IO operation. |handler| must be set to the registered IOHandler
266 IOHandler* handler;
279 void RegisterIOHandler(HANDLE file_handle, IOHandler* handler);
285 bool RegisterJobObject(HANDLE job_handle, IOHandler* handler);
296 bool WaitForIOCompletion(DWORD timeout, IOHandler* filter);
303 IOHandler* handle
[all...]
H A Dmessage_loop.h605 typedef MessagePumpForIO::IOHandler IOHandler; typedef in class:base::MessageLoopForIO
637 void RegisterIOHandler(HANDLE file, IOHandler* handler);
638 bool RegisterJobObject(HANDLE job, IOHandler* handler);
639 bool WaitForIOCompletion(DWORD timeout, IOHandler* filter);
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DIOHandler.java60 class IOHandler { class
80 protected IOHandler(SIPTransactionStack sipStack) { method in class:IOHandler
/external/qemu/include/
H A Dqemu-common.h273 typedef void IOHandler(void *opaque); typedef

Completed in 1462 milliseconds