Searched refs:IOHandler (Results 1 - 21 of 21) sorted by relevance

/external/qemu/
H A Dqemu-aio.h53 IOHandler *io_read,
54 IOHandler *io_write,
H A Diohandler.c37 IOHandler *fd_read;
38 IOHandler *fd_write;
52 IOHandler *fd_read,
53 IOHandler *fd_write,
84 IOHandler *fd_read,
85 IOHandler *fd_write,
H A Dqemu-char.h122 IOHandler *fd_read,
123 IOHandler *fd_write,
126 IOHandler *fd_read,
127 IOHandler *fd_write,
H A Daio-android.c34 IOHandler *io_read;
35 IOHandler *io_write;
57 IOHandler *io_read,
58 IOHandler *io_write,
H A Daio.c33 IOHandler *io_read;
34 IOHandler *io_write;
56 IOHandler *io_read,
57 IOHandler *io_write,
H A Dvl-android-ui.c68 IOHandler* fd_read;
69 IOHandler* fd_write;
96 IOHandler *fd_read,
97 IOHandler *fd_write,
H A Dqemu-common.h240 typedef void IOHandler(void *opaque); typedef
/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);
H A Dmessage_pump_win.cc434 IOHandler* handler) {
495 bool MessagePumpForIO::WaitForIOCompletion(DWORD timeout, IOHandler* filter) {
537 item->handler = reinterpret_cast<IOHandler*>(key);
554 bool MessagePumpForIO::MatchCompletedIOItem(IOHandler* filter, IOItem* item) {
H A Dmessage_loop.cc708 void MessageLoopForIO::RegisterIOHandler(HANDLE file, IOHandler* handler) {
712 bool MessageLoopForIO::WaitForIOCompletion(DWORD timeout, IOHandler* filter) {
H A Dmessage_loop_unittest.cc1222 class TestIOHandler : public MessageLoopForIO::IOHandler {
1294 Thread thread("IOHandler test");
1334 Thread thread("IOHandler test");
1598 TEST(MessageLoopTest, IOHandler) {
/external/chromium/net/disk_cache/
H A Dfile_win.cc32 class CompletionHandler : public MessageLoopForIO::IOHandler {
262 MessageLoopForIO::IOHandler* handler = g_completion_handler.Pointer();
/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
H A DSIPTransactionStack.java205 protected IOHandler ioHandler;
439 this.ioHandler = new IOHandler(this);
488 this.ioHandler = new IOHandler(this);
H A DTCPMessageChannel.java250 // Socket s = this.sipStack.ioHandler.getSocket(IOHandler.makeKey(
468 String key = IOHandler.makeKey(mySock.getInetAddress(), remotePort);
H A DTLSMessageChannel.java438 String key = IOHandler.makeKey(mySock.getInetAddress(), this.peerPort);
/external/qemu/telephony/
H A Dsysdeps_qemu.c227 IOHandler* read_handler = NULL;
228 IOHandler* write_handler = NULL;
/external/qemu/android/
H A Dlooper-qemu.c207 IOHandler* fd_read = (wanted & LOOP_IO_READ) ? qloopio_handleRead : NULL;
208 IOHandler* fd_write = (wanted & LOOP_IO_WRITE) ? qloopio_handleWrite : NULL;
/external/chromium/net/base/
H A Dfile_stream_win.cc53 class FileStream::AsyncContext : public MessageLoopForIO::IOHandler {
/external/chromium/net/tools/dump_cache/
H A Dupgrade.cc116 class BaseSM : public MessageLoopForIO::IOHandler {

Completed in 621 milliseconds