Home
last modified time | relevance | path

Searched refs:PollThread (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Dpoll_thread.cpp29 class PollThread;
32 PollThread::isp_poll_type_to_str[ISP_POLL_POST_MAX] =
45 IspPollThread (PollThread *poll, int type) in IspPollThread()
46 : Thread (PollThread::isp_poll_type_to_str[type]) in IspPollThread()
62 PollThread *_poll;
70 EventPollThread (PollThread *poll) in EventPollThread()
85 PollThread *_poll;
88 const int PollThread::default_poll_timeout = 300; // ms
90 PollThread::PollThread () in PollThread() function in XCam::PollThread
135 PollThread::~PollThread () in ~PollThread()
[all …]
H A Dpoll_thread.h56 class PollThread
62 explicit PollThread ();
63 virtual ~PollThread ();
93 XCAM_DEAD_COPY (PollThread);
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/simulator/
H A DCamHwSimulator.cpp91 class FakePollLumaThread : public PollThread
94 FakePollLumaThread(): PollThread() {}; in FakePollLumaThread()
122 class FakePollThread : public PollThread
125 FakePollThread(): PollThread() {}; in FakePollThread()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DCamHwIsp20.cpp1444 SmartPtr<PollThread> isp20IsppPollthread; in init_pp()