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

/external/chromium/base/
H A Dmessage_pump_win.h210 // class MyFile : public IOHandler {
243 // class MyFile : public IOHandler {
277 class IOHandler { class in class:base::MessagePumpForIO
279 virtual ~IOHandler() {}
304 // overlapped IO operation. |handler| must be set to the registered IOHandler
314 IOHandler* handler;
327 void RegisterIOHandler(HANDLE file_handle, IOHandler* handler);
338 bool WaitForIOCompletion(DWORD timeout, IOHandler* filter);
345 IOHandler* handler;
353 bool MatchCompletedIOItem(IOHandler* filte
[all...]
H A Dmessage_loop.h575 typedef base::MessagePumpForIO::IOHandler IOHandler; typedef in class:MessageLoopForIO
617 void RegisterIOHandler(HANDLE file_handle, IOHandler* handler);
618 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/
H A Dqemu-common.h240 typedef void IOHandler(void *opaque); typedef

Completed in 2656 milliseconds