Searched defs:CaptureThread (Results 1 – 3 of 3) sorted by relevance
77 pub(super) struct CaptureThread<P, DecoderEventCb, FormatChangedCb> struct96 response_sender: mpsc::Sender<CaptureThreadResponse>, argument136 impl<P, DecoderEventCb, FormatChangedCb> CaptureThread<P, DecoderEventCb, FormatChangedCb> implementation
251 int ThreadCaptureImpl::CaptureThread(pid_t tid) { in CaptureThread() function in android::ThreadCaptureImpl
447 Visualizer::CaptureThread::CaptureThread(const sp<Visualizer>& receiver, uint32_t captureRate, in CaptureThread() function in android::Visualizer::CaptureThread