Home
last modified time | relevance | path

Searched refs:EventPollThread (Results 1 – 2 of 2) sorted by relevance

/external/libxcam/xcore/
Dpoll_thread.h49 class EventPollThread; variable
54 friend class EventPollThread; variable
87 SmartPtr<EventPollThread> _event_loop;
Dpoll_thread.cpp29 class EventPollThread class
33 EventPollThread (PollThread *poll) in EventPollThread() function in XCam::EventPollThread
86 _event_loop = new EventPollThread(this); in PollThread()