HomeSort by relevance Sort by last modified time
    Searched defs:DevicePollTask (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/common/gpu/media/
v4l2_image_processor.cc 386 void V4L2ImageProcessor::DevicePollTask(bool poll_device) {
405 // ServiceDeviceTask() should only ever be scheduled from DevicePollTask(),
424 base::Bind(&V4L2ImageProcessor::DevicePollTask,
647 // Start up the device poll thread and schedule its first DevicePollTask().
658 &V4L2ImageProcessor::DevicePollTask, base::Unretained(this), false));
668 // Signal the DevicePollTask() to stop, and stop the device poll thread.
v4l2_video_encode_accelerator.cc 408 // ServiceDeviceTask() should only ever be scheduled from DevicePollTask(),
415 // Queue the DevicePollTask() now.
418 base::Bind(&V4L2VideoEncodeAccelerator::DevicePollTask,
673 // Start up the device poll thread and schedule its first DevicePollTask().
683 base::Bind(&V4L2VideoEncodeAccelerator::DevicePollTask,
693 // Signal the DevicePollTask() to stop, and stop the device poll thread.
739 void V4L2VideoEncodeAccelerator::DevicePollTask(bool poll_device) {
740 DVLOG(3) << "DevicePollTask()";
    [all...]
v4l2_video_decode_accelerator.cc     [all...]

Completed in 571 milliseconds