Home
last modified time | relevance | path

Searched refs:MessagePumpLibevent (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/base/message_loop/
Dmessage_pump_libevent.cc47 MessagePumpLibevent::FileDescriptorWatcher::FileDescriptorWatcher() in FileDescriptorWatcher()
54 MessagePumpLibevent::FileDescriptorWatcher::~FileDescriptorWatcher() { in ~FileDescriptorWatcher()
64 bool MessagePumpLibevent::FileDescriptorWatcher::StopWatchingFileDescriptor() { in StopWatchingFileDescriptor()
77 void MessagePumpLibevent::FileDescriptorWatcher::Init(event *e) { in Init()
84 event *MessagePumpLibevent::FileDescriptorWatcher::ReleaseEvent() { in ReleaseEvent()
90 void MessagePumpLibevent::FileDescriptorWatcher::OnFileCanReadWithoutBlocking( in OnFileCanReadWithoutBlocking()
92 MessagePumpLibevent*) { in OnFileCanReadWithoutBlocking() argument
100 void MessagePumpLibevent::FileDescriptorWatcher::OnFileCanWriteWithoutBlocking( in OnFileCanWriteWithoutBlocking()
102 MessagePumpLibevent*) { in OnFileCanWriteWithoutBlocking() argument
107 MessagePumpLibevent::MessagePumpLibevent() in MessagePumpLibevent() function in base::MessagePumpLibevent
[all …]
Dmessage_pump_libevent.h22 class BASE_EXPORT MessagePumpLibevent : public MessagePump {
51 friend class MessagePumpLibevent;
61 void set_pump(MessagePumpLibevent* pump) { pump_ = pump; } in set_pump()
62 MessagePumpLibevent* pump() const { return pump_; } in pump()
66 void OnFileCanReadWithoutBlocking(int fd, MessagePumpLibevent* pump);
67 void OnFileCanWriteWithoutBlocking(int fd, MessagePumpLibevent* pump);
70 MessagePumpLibevent* pump_;
85 MessagePumpLibevent();
86 ~MessagePumpLibevent() override;
153 DISALLOW_COPY_AND_ASSIGN(MessagePumpLibevent);
Dmessage_loop.h609 MessagePumpLibevent::Mode mode,
610 MessagePumpLibevent::FileDescriptorWatcher* controller,
611 MessagePumpLibevent::Watcher* delegate);
665 typedef MessagePumpLibevent::Watcher Watcher;
666 typedef MessagePumpLibevent::FileDescriptorWatcher
670 WATCH_READ = MessagePumpLibevent::WATCH_READ,
671 WATCH_WRITE = MessagePumpLibevent::WATCH_WRITE,
672 WATCH_READ_WRITE = MessagePumpLibevent::WATCH_READ_WRITE
Dmessage_loop.cc99 typedef MessagePumpLibevent MessagePumpForIO;
218 typedef MessagePumpLibevent MessagePumpForUI; in CreateMessagePumpForType()
728 MessagePumpLibevent::Mode mode, in WatchFileDescriptor()
729 MessagePumpLibevent::FileDescriptorWatcher *controller, in WatchFileDescriptor()
730 MessagePumpLibevent::Watcher *delegate) { in WatchFileDescriptor()
731 return static_cast<MessagePumpLibevent*>(pump_.get())->WatchFileDescriptor( in WatchFileDescriptor()
/external/libchrome/dbus/
Dbus.cc40 class Watch : public base::MessagePumpLibevent::Watcher {
94 base::MessagePumpLibevent::FileDescriptorWatcher file_descriptor_watcher_;