OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IspPollThread
(Results
1 - 2
of
2
) sorted by null
/external/libxcam/modules/isp/
isp_poll_thread.h
30
class
IspPollThread
34
explicit
IspPollThread
();
35
virtual ~
IspPollThread
();
50
XCAM_DEAD_COPY (
IspPollThread
);
isp_poll_thread.cpp
28
class
IspPollThread
;
30
IspPollThread
::
IspPollThread
()
32
XCAM_LOG_DEBUG ("
IspPollThread
constructed");
35
IspPollThread
::~
IspPollThread
()
39
XCAM_LOG_DEBUG ("~
IspPollThread
destructed");
43
IspPollThread
::set_isp_controller (SmartPtr<IspController> &isp)
51
IspPollThread
::start ()
59
IspPollThread
::stop (
[
all
...]
Completed in 50 milliseconds