Home
last modified time | relevance | path

Searched refs:OnLibeventNotification (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/message_loop/
Dmessage_pump_libevent_unittest.cc62 void OnLibeventNotification( in OnLibeventNotification() function in base::MessagePumpLibeventTest
65 pump->OnLibeventNotification(0, EV_WRITE | EV_READ, controller); in OnLibeventNotification()
133 OnLibeventNotification(pump.get(), watcher); in TEST_F()
156 OnLibeventNotification(pump.get(), &watcher); in TEST_F()
190 OnLibeventNotification(pump.get(), &watcher); in TEST_F()
Dmessage_pump_libevent.cc171 event_set(evt.get(), fd, event_mask, OnLibeventNotification, controller); in WatchFileDescriptor()
304 void MessagePumpLibevent::OnLibeventNotification(int fd, in OnLibeventNotification() function in base::MessagePumpLibevent
Dmessage_pump_libevent.h88 static void OnLibeventNotification(int fd, short flags, void* context);