Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Dpoll_thread.h53 class EventPollThread; variable
59 friend class EventPollThread; variable
H A Dpoll_thread.cpp66 class EventPollThread class
70 EventPollThread (PollThread *poll) in EventPollThread() function in XCam::EventPollThread
95 SmartPtr<EventPollThread> event_loop = new EventPollThread(this); in PollThread()