Searched refs:StartDevicePoll (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/content/common/gpu/media/
H A Dv4l2_image_processor.h109 bool StartDevicePoll();
H A Dv4l2_video_decode_accelerator.h236 bool StartDevicePoll();
H A Dv4l2_video_encode_accelerator.h141 bool StartDevicePoll();
H A Dv4l2_video_decode_accelerator.cc303 // StartDevicePoll will NOTIFY_ERROR on failure, so IgnoreResult is fine here.
307 base::IgnoreResult(&V4L2VideoDecodeAccelerator::StartDevicePoll),
1299 if (!StartDevicePoll())
1365 if (!StartDevicePoll())
1420 bool V4L2VideoDecodeAccelerator::StartDevicePoll() { function in class:content::V4L2VideoDecodeAccelerator
1421 DVLOG(3) << "StartDevicePoll()";
1427 DLOG(ERROR) << "StartDevicePoll(): Device thread failed to start";
1566 if (!StartDevicePoll())
H A Dv4l2_image_processor.cc146 // StartDevicePoll will NOTIFY_ERROR on failure, so IgnoreResult is fine here.
149 base::Bind(base::IgnoreResult(&V4L2ImageProcessor::StartDevicePoll),
644 bool V4L2ImageProcessor::StartDevicePoll() { function in class:content::V4L2ImageProcessor
651 DLOG(ERROR) << "StartDevicePoll(): Device thread failed to start";
H A Dv4l2_video_encode_accelerator.cc373 if (!StartDevicePoll())
674 bool V4L2VideoEncodeAccelerator::StartDevicePoll() { function in class:content::V4L2VideoEncodeAccelerator
675 DVLOG(3) << "StartDevicePoll()";
681 DLOG(ERROR) << "StartDevicePoll(): Device thread failed to start";

Completed in 64 milliseconds