Home | History | Annotate | Download | only in xcore

Lines Matching defs:FakePollThread

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 ()
118 XCAM_LOG_WARNING ("FakePollThread get buffer failed");
135 FakePollThread::init_buffer_pool ()