Home | History | Annotate | Download | only in media

Lines Matching refs:event_pending

888 void V4L2VideoDecodeAccelerator::ServiceDeviceTask(bool event_pending) {
905 if (event_pending)
1578 bool event_pending = false;
1580 if (!device_->Poll(poll_device, &event_pending)) {
1589 base::Unretained(this), event_pending));