Home
last modified time | relevance | path

Searched refs:_started (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Dxcam_thread.cpp31 , _started (false) in Thread()
75 if (!thread->_started || ret == false) { in thread_func()
76 thread->_started = false; in thread_func()
113 if (_started) in start()
163 _started = true; in start()
183 _started = false; in emit_stop()
190 XCAM_STR(_name), _started, _stopped); in stop()
208 return _started; in is_running()
H A Dbuffer_pool.cpp70 , _started (false) in BufferPool()
126 _started = true; in reserve()
152 if (!_started) in get_buffer()
185 _started = false; in stop()
195 if (!_started) in release()
H A Dxcam_thread.h68 bool _started; variable
H A Dbuffer_pool.h126 bool _started; variable
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dprogress.py270 self._started = False
274 if not self._started:
276 self._started = True
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/
H A Dshared_item_pool.cpp58 if (!_started) in get_item()