Searched refs:WebmFrameThread (Results 1 – 3 of 3) sorted by relevance
33 class WebmFrameThread : public LightRefBase<WebmFrameThread> {41 virtual ~WebmFrameThread() { stop(); } in ~WebmFrameThread()45 WebmFrameThread() in WebmFrameThread() function51 DISALLOW_EVIL_CONSTRUCTORS(WebmFrameThread);57 class WebmFrameSinkThread : public WebmFrameThread {99 class WebmFrameSourceThread : public WebmFrameThread {
33 void *WebmFrameThread::wrap(void *arg) { in wrap()34 WebmFrameThread *worker = reinterpret_cast<WebmFrameThread*>(arg); in wrap()39 status_t WebmFrameThread::start() { in start()43 pthread_create(&mThread, &attr, WebmFrameThread::wrap, this); in start()48 status_t WebmFrameThread::stop() { in stop()188 return WebmFrameThread::start(); in start()195 return WebmFrameThread::stop(); in stop()294 return WebmFrameThread::start(); in start()318 return WebmFrameThread::stop(); in stop()
10 WebmFrameThread.cpp \