Home
last modified time | relevance | path

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

/external/libchrome/base/message_loop/
Dmessage_pump_libevent.cc46 MessagePumpLibevent::FdWatchController::FdWatchController( in FdWatchController()
50 MessagePumpLibevent::FdWatchController::~FdWatchController() { in ~FdWatchController()
60 bool MessagePumpLibevent::FdWatchController::StopWatchingFileDescriptor() { in StopWatchingFileDescriptor()
72 void MessagePumpLibevent::FdWatchController::Init(std::unique_ptr<event> e) { in Init()
79 std::unique_ptr<event> MessagePumpLibevent::FdWatchController::ReleaseEvent() { in ReleaseEvent()
83 void MessagePumpLibevent::FdWatchController::OnFileCanReadWithoutBlocking( in OnFileCanReadWithoutBlocking()
85 MessagePumpLibevent* pump) { in OnFileCanReadWithoutBlocking()
93 void MessagePumpLibevent::FdWatchController::OnFileCanWriteWithoutBlocking( in OnFileCanWriteWithoutBlocking()
95 MessagePumpLibevent* pump) { in OnFileCanWriteWithoutBlocking()
100 MessagePumpLibevent::MessagePumpLibevent() in MessagePumpLibevent() function in base::MessagePumpLibevent
[all …]
Dmessage_pump_libevent.h25 class BASE_EXPORT MessagePumpLibevent : public MessagePump,
39 friend class MessagePumpLibevent;
48 void set_pump(MessagePumpLibevent* pump) { pump_ = pump; } in set_pump()
49 MessagePumpLibevent* pump() const { return pump_; } in pump()
53 void OnFileCanReadWithoutBlocking(int fd, MessagePumpLibevent* pump);
54 void OnFileCanWriteWithoutBlocking(int fd, MessagePumpLibevent* pump);
57 MessagePumpLibevent* pump_ = nullptr;
66 MessagePumpLibevent();
67 ~MessagePumpLibevent() override;
118 DISALLOW_COPY_AND_ASSIGN(MessagePumpLibevent);
Dmessage_pump_for_io.h37 using MessagePumpForIO = MessagePumpLibevent;
Dmessage_pump_for_ui.h48 using MessagePumpForUI = MessagePumpLibevent;
Dmessage_loop_current.h209 static_assert(std::is_same<MessagePumpForUI, MessagePumpLibevent>::value,
/external/libbrillo/brillo/message_loops/
Dbase_message_loop.cc324 static_assert(std::is_same<base::MessagePumpForIO, base::MessagePumpLibevent>::value, in StartWatching()
328 return static_cast<base::MessagePumpLibevent*>( in StartWatching()
/external/libchrome/libchrome_tools/patch/
Dmessage_pump_for_ui.patch26 using MessagePumpForUI = MessagePumpLibevent;