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

12

/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_org/base/message_loop/
H A Dmessage_pump_win.h212 // class MyFile : public IOHandler {
245 // class MyFile : public IOHandler {
279 class IOHandler { class in class:base::MessagePumpForIO
281 virtual ~IOHandler() {}
306 // overlapped IO operation. |handler| must be set to the registered IOHandler
316 IOHandler* handler;
329 void RegisterIOHandler(HANDLE file_handle, IOHandler* handler);
335 bool RegisterJobObject(HANDLE job_handle, IOHandler* handler);
346 bool WaitForIOCompletion(DWORD timeout, IOHandler* filter);
353 IOHandler* handle
[all...]
H A Dmessage_pump_win.cc470 IOHandler* handler) {
477 IOHandler* handler) {
546 bool MessagePumpForIO::WaitForIOCompletion(DWORD timeout, IOHandler* filter) {
609 bool MessagePumpForIO::MatchCompletedIOItem(IOHandler* filter, IOItem* item) {
639 ULONG_PTR MessagePumpForIO::HandlerToKey(IOHandler* handler,
643 // |IOHandler| is at least pointer-size aligned, so the lowest two bits are
655 MessagePumpForIO::IOHandler* MessagePumpForIO::KeyToHandler(
659 return reinterpret_cast<IOHandler*>(key & ~static_cast<ULONG_PTR>(1));
H A Dmessage_loop.h662 typedef MessagePumpForIO::IOHandler IOHandler; typedef in class:base::MessageLoopForIO
710 void RegisterIOHandler(HANDLE file, IOHandler* handler);
711 bool RegisterJobObject(HANDLE job, IOHandler* handler);
712 bool WaitForIOCompletion(DWORD timeout, IOHandler* filter);
H A Dmessage_loop.cc747 void MessageLoopForIO::RegisterIOHandler(HANDLE file, IOHandler* handler) {
751 bool MessageLoopForIO::RegisterJobObject(HANDLE job, IOHandler* handler) {
755 bool MessageLoopForIO::WaitForIOCompletion(DWORD timeout, IOHandler* filter) {
/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) {
/external/chromium_org/chrome/browser/extensions/api/serial/
H A Dserial_io_handler_win.h15 public base::MessageLoopForIO::IOHandler {
30 // base::MessageLoopForIO::IOHandler implementation.
/external/chromium_org/base/
H A Dasync_socket_io_handler.h51 public NON_EXPORTED_BASE(base::MessageLoopForIO::IOHandler) {
78 // Implementation of IOHandler on Windows.
/external/chromium_org/ipc/
H A Dipc_channel_win.h25 public base::MessageLoopForIO::IOHandler {
54 // MessageLoop::IOHandler implementation.
/external/chromium/net/disk_cache/
H A Dfile_win.cc32 class CompletionHandler : public MessageLoopForIO::IOHandler {
262 MessageLoopForIO::IOHandler* handler = g_completion_handler.Pointer();
/external/chromium_org/net/disk_cache/
H A Dfile_win.cc32 class CompletionHandler : public base::MessageLoopForIO::IOHandler {
265 base::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
/external/qemu/telephony/
H A Dsysdeps_qemu.c227 IOHandler* read_handler = NULL;
228 IOHandler* write_handler = NULL;
/external/chromium_org/net/base/
H A Dfile_stream_context.h52 class FileStream::Context : public base::MessageLoopForIO::IOHandler {
202 // Implementation of MessageLoopForIO::IOHandler.
/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 {

Completed in 422 milliseconds

12