HomeSort by relevance Sort by last modified time
    Searched refs:IOHandler (Results 1 - 25 of 32) sorted by null

1 2

  /external/qemu/
qemu-aio.h 53 IOHandler *io_read,
54 IOHandler *io_write,
iohandler.c 37 IOHandler *fd_read;
38 IOHandler *fd_write;
52 IOHandler *fd_read,
53 IOHandler *fd_write,
84 IOHandler *fd_read,
85 IOHandler *fd_write,
qemu-char.h 122 IOHandler *fd_read,
123 IOHandler *fd_write,
126 IOHandler *fd_read,
127 IOHandler *fd_write,
aio-android.c 34 IOHandler *io_read;
35 IOHandler *io_write;
57 IOHandler *io_read,
58 IOHandler *io_write,
aio.c 33 IOHandler *io_read;
34 IOHandler *io_write;
56 IOHandler *io_read,
57 IOHandler *io_write,
vl-android-ui.c 68 IOHandler* fd_read;
69 IOHandler* fd_write;
96 IOHandler *fd_read,
97 IOHandler *fd_write,
qemu-common.h 240 typedef void IOHandler(void *opaque);
  /external/chromium_org/base/message_loop/
message_pump_win.h 217 // class MyFile : public IOHandler {
250 // class MyFile : public IOHandler {
284 class IOHandler {
286 virtual ~IOHandler() {}
311 // overlapped IO operation. |handler| must be set to the registered IOHandler
321 IOHandler* handler;
334 void RegisterIOHandler(HANDLE file_handle, IOHandler* handler);
340 bool RegisterJobObject(HANDLE job_handle, IOHandler* handler);
351 bool WaitForIOCompletion(DWORD timeout, IOHandler* filter);
358 IOHandler* handler
    [all...]
message_pump_win.cc 494 IOHandler* handler) {
501 IOHandler* handler) {
570 bool MessagePumpForIO::WaitForIOCompletion(DWORD timeout, IOHandler* filter) {
633 bool MessagePumpForIO::MatchCompletedIOItem(IOHandler* filter, IOItem* item) {
663 ULONG_PTR MessagePumpForIO::HandlerToKey(IOHandler* handler,
667 // |IOHandler| is at least pointer-size aligned, so the lowest two bits are
679 MessagePumpForIO::IOHandler* MessagePumpForIO::KeyToHandler(
683 return reinterpret_cast<IOHandler*>(key & ~static_cast<ULONG_PTR>(1));
message_loop.h 625 typedef MessagePumpForIO::IOHandler IOHandler;
673 void RegisterIOHandler(HANDLE file, IOHandler* handler);
674 bool RegisterJobObject(HANDLE job, IOHandler* handler);
675 bool WaitForIOCompletion(DWORD timeout, IOHandler* filter);
message_loop.cc 710 void MessageLoopForIO::RegisterIOHandler(HANDLE file, IOHandler* handler) {
714 bool MessageLoopForIO::RegisterJobObject(HANDLE job, IOHandler* handler) {
718 bool MessageLoopForIO::WaitForIOCompletion(DWORD timeout, IOHandler* filter) {
  /external/chromium/base/
message_pump_win.h 210 // class MyFile : public IOHandler {
243 // class MyFile : public IOHandler {
277 class IOHandler {
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* filter, IOItem* item)
    [all...]
message_loop.h 575 typedef base::MessagePumpForIO::IOHandler IOHandler;
617 void RegisterIOHandler(HANDLE file_handle, IOHandler* handler);
618 bool WaitForIOCompletion(DWORD timeout, IOHandler* filter);
message_pump_win.cc 434 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) {
message_loop.cc 708 void MessageLoopForIO::RegisterIOHandler(HANDLE file, IOHandler* handler) {
712 bool MessageLoopForIO::WaitForIOCompletion(DWORD timeout, IOHandler* filter) {
  /external/chromium_org/media/audio/
async_socket_io_handler.h 17 typedef base::MessageLoopForIO::IOHandler MessageLoopIOHandler;
81 // Implementation of IOHandler on Windows.
  /external/chromium_org/ipc/
ipc_channel_win.h 25 public base::MessageLoopForIO::IOHandler {
54 // MessageLoop::IOHandler implementation.
  /external/chromium/net/disk_cache/
file_win.cc 32 class CompletionHandler : public MessageLoopForIO::IOHandler {
262 MessageLoopForIO::IOHandler* handler = g_completion_handler.Pointer();
  /external/chromium_org/net/disk_cache/
file_win.cc 32 class CompletionHandler : public base::MessageLoopForIO::IOHandler {
265 base::MessageLoopForIO::IOHandler* handler = g_completion_handler.Pointer();
  /external/nist-sip/java/gov/nist/javax/sip/stack/
IOHandler.java 60 class IOHandler {
80 protected IOHandler(SIPTransactionStack sipStack) {
SIPTransactionStack.java 205 protected IOHandler ioHandler;
439 this.ioHandler = new IOHandler(this);
488 this.ioHandler = new IOHandler(this);
530 return this.ioHandler.obtainLocalAddress(
    [all...]
  /external/qemu/telephony/
sysdeps_qemu.c 227 IOHandler* read_handler = NULL;
228 IOHandler* write_handler = NULL;
  /external/chromium_org/net/base/
file_stream_context.h 52 class FileStream::Context : public base::MessageLoopForIO::IOHandler {
197 // Implementation of MessageLoopForIO::IOHandler.
  /external/qemu/android/
looper-qemu.c 207 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/
file_stream_win.cc 53 class FileStream::AsyncContext : public MessageLoopForIO::IOHandler {

Completed in 3542 milliseconds

1 2