Home
last modified time | relevance | path

Searched refs:RkPollThread (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rk_stream/stream_cfg/
H A DStream.cpp24 const int RkPollThread::default_poll_timeout = 300; // ms
45 RkPollThread::RkPollThread (const char* thName, int type, SmartPtr<V4l2Device> dev, RKStream *strea… in RkPollThread() function in RkRawStream::RkPollThread
59 RkPollThread::RkPollThread (const char* thName, int type, SmartPtr<V4l2SubDevice> dev, RKStream *st… in RkPollThread() function in RkRawStream::RkPollThread
74 RkPollThread::~RkPollThread () in ~RkPollThread()
80 void RkPollThread::destroy_stop_fds () { in destroy_stop_fds()
89 XCamReturn RkPollThread::create_stop_fds () { in create_stop_fds()
120 XCamReturn RkPollThread::start () in start()
132 XCamReturn RkPollThread::stop () in stop()
149 RkPollThread::setPollCallback (PollCallback *callback) in setPollCallback()
157 RkPollThread::poll_buffer_loop () in poll_buffer_loop()
[all …]
H A DStream.h33 class RkPollThread; variable
69 SmartPtr<RkPollThread> _poll_thread;
73 class RkPollThread : public Thread
76 … explicit RkPollThread (const char* thName, int type, SmartPtr<V4l2Device> dev, RKStream *stream);
77 …explicit RkPollThread (const char* thName, int type, SmartPtr<V4l2SubDevice> dev, RKStream *stream…
78 virtual ~RkPollThread ();
83 XCAM_DEAD_COPY (RkPollThread);
106 class RkEventPollThread : public RkPollThread
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DStream.cpp32 const int RkPollThread::default_poll_timeout = -1; // ms
61 RkPollThread::RkPollThread (const char* thName, int type, SmartPtr<V4l2Device> dev, RKStream *strea… in RkPollThread() function in RkCam::RkPollThread
76 RkPollThread::RkPollThread (const char* thName, int type, SmartPtr<V4l2SubDevice> dev, RKStream *st… in RkPollThread() function in RkCam::RkPollThread
91 RkPollThread::~RkPollThread () in ~RkPollThread()
97 void RkPollThread::destroy_stop_fds () { in destroy_stop_fds()
106 XCamReturn RkPollThread::create_stop_fds () { in create_stop_fds()
137 XCamReturn RkPollThread::start () in start()
149 XCamReturn RkPollThread::stop () in stop()
168 RkPollThread::setPollCallback (PollCallback *callback) in setPollCallback()
176 RkPollThread::poll_buffer_loop () in poll_buffer_loop()
[all …]
H A DStream.h30 class RkPollThread : public Thread
33 … explicit RkPollThread (const char* thName, int type, SmartPtr<V4l2Device> dev, RKStream *stream);
34 …explicit RkPollThread (const char* thName, int type, SmartPtr<V4l2SubDevice> dev, RKStream *stream…
35 virtual ~RkPollThread ();
43 XCAM_DEAD_COPY (RkPollThread);
67 class RkEventPollThread : public RkPollThread
140 SmartPtr<RkPollThread> _poll_thread;