OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FakePollThread
(Results
1 - 2
of
2
) sorted by null
/external/libxcam/xcore/
fake_poll_thread.h
29
class
FakePollThread
33
explicit
FakePollThread
(const char *raw_path);
34
~
FakePollThread
();
43
XCAM_DEAD_COPY (
FakePollThread
);
fake_poll_thread.cpp
30
FakePollThread
::
FakePollThread
(const char *raw_path)
40
FakePollThread
::~
FakePollThread
()
50
FakePollThread
::start()
56
"
FakePollThread
failed due to raw path NULL");
63
"
FakePollThread
failed to open file:%s", XCAM_STR (_raw_path));
69
FakePollThread
::stop ()
78
FakePollThread
::read_buf (SmartPtr<VideoBuffer> &buf)
109
FakePollThread
::poll_buffer_loop (
[
all
...]
Completed in 63 milliseconds