HomeSort by relevance Sort by last modified time
    Searched refs:poll_device (Results 1 - 6 of 6) sorted by null

  /external/v4l2_codec2/vda/
v4l2_device.h 67 // - |poll_device| is true, and there is new data to be read from the device,
72 bool Poll(bool poll_device, bool* event_pending);
v4l2_device.cc 155 bool V4L2Device::Poll(bool poll_device, bool* event_pending) {
164 if (poll_device) {
v4l2_slice_video_decode_accelerator.h 258 void DevicePollTask(bool poll_device);
v4l2_video_decode_accelerator.h 316 void DevicePollTask(bool poll_device);
v4l2_video_decode_accelerator.cc 937 bool poll_device = false; local
    [all...]
v4l2_slice_video_decode_accelerator.cc 847 void V4L2SliceVideoDecodeAccelerator::DevicePollTask(bool poll_device) {
852 if (!device_->Poll(poll_device, &event_pending)) {
    [all...]

Completed in 540 milliseconds