Searched defs:EventDispatcher (Results 1 - 4 of 4) sorted by path

/system/connectivity/apmanager/
H A Devent_dispatcher.cc27 base::LazyInstance<EventDispatcher> g_event_dispatcher
32 EventDispatcher::EventDispatcher() {} function in class:apmanager::EventDispatcher
33 EventDispatcher::~EventDispatcher() {}
35 EventDispatcher* EventDispatcher::GetInstance() {
39 bool EventDispatcher::PostTask(const base::Closure& task) {
46 bool EventDispatcher::PostDelayedTask(const base::Closure& task,
H A Devent_dispatcher.h26 class EventDispatcher { class in namespace:apmanager
28 virtual ~EventDispatcher();
30 // This is a singleton. Use EventDispatcher::GetInstance()->Foo().
31 static EventDispatcher* GetInstance();
40 EventDispatcher();
43 friend struct base::DefaultLazyInstanceTraits<EventDispatcher>;
45 DISALLOW_COPY_AND_ASSIGN(EventDispatcher);
/system/connectivity/shill/
H A Devent_dispatcher.cc32 EventDispatcher::EventDispatcher() function in class:shill::EventDispatcher
37 EventDispatcher::~EventDispatcher() {}
39 void EventDispatcher::DispatchForever() {
43 void EventDispatcher::DispatchPendingEvents() {
47 void EventDispatcher::PostTask(const Closure& task) {
51 void EventDispatcher::PostDelayedTask(const Closure& task, int64_t delay_ms) {
59 IOHandler* EventDispatcher::CreateInputHandler(
70 IOHandler* EventDispatcher
[all...]
H A Devent_dispatcher.h39 class EventDispatcher { class in namespace:shill
41 EventDispatcher();
42 virtual ~EventDispatcher();
67 DISALLOW_COPY_AND_ASSIGN(EventDispatcher);

Completed in 68 milliseconds