Home
last modified time | relevance | path

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

/external/libxcam/modules/ocl/
Dcl_image_processor.cpp86 _handler_thread = new CLHandlerThread (this); in CLImageProcessor()
87 XCAM_ASSERT (_handler_thread.ptr ()); in CLImageProcessor()
331 if (!_handler_thread->start ()) in emit_start()
349 _handler_thread->stop (); in emit_stop()
Dcl_image_processor.h86 SmartPtr<CLHandlerThread> _handler_thread; variable