Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/
H A DLensHw.h150 class LensHwHelperThd; variable
232 SmartPtr<LensHwHelperThd> _lenshw_thd;
233 SmartPtr<LensHwHelperThd> _lenshw_thd1;
244 class LensHwHelperThd
247 LensHwHelperThd(LensHw *lenshw, int id) in LensHwHelperThd() function
252 ~LensHwHelperThd() { in ~LensHwHelperThd()
H A DLensHw.cpp36 _lenshw_thd = new LensHwHelperThd(this, 0); in LensHw()
37 _lenshw_thd1 = new LensHwHelperThd(this, 1); in LensHw()
1361 bool LensHwHelperThd::loop() in loop()