Searched refs:device_poll_thread_ (Results 1 – 4 of 4) sorted by relevance
144 device_poll_thread_("V4L2DevicePollThread"), in V4L2VideoDecodeAccelerator()154 DCHECK(!device_poll_thread_.IsRunning()); in ~V4L2VideoDecodeAccelerator()949 DCHECK(device_poll_thread_.message_loop()); in ServiceDeviceTask()951 device_poll_thread_.task_runner()->PostTask( in ServiceDeviceTask()1460 if (!device_poll_thread_.IsRunning()) { in ResetDoneTask()1509 DCHECK(!device_poll_thread_.IsRunning()); in StartDevicePoll()1513 if (!device_poll_thread_.Start()) { in StartDevicePoll()1518 device_poll_thread_.task_runner()->PostTask( in StartDevicePoll()1528 if (!device_poll_thread_.IsRunning()) in StopDevicePoll()1540 device_poll_thread_.Stop(); in StopDevicePoll()[all …]
489 base::Thread device_poll_thread_; variable
438 device_poll_thread_("V4L2SliceVideoDecodeAcceleratorDevicePollThread"), in V4L2SliceVideoDecodeAccelerator()461 DCHECK(!device_poll_thread_.IsRunning()); in ~V4L2SliceVideoDecodeAccelerator()849 DCHECK(device_poll_thread_.task_runner()->BelongsToCurrentThread()); in DevicePollTask()877 if (!device_poll_thread_.IsRunning()) { in SchedulePollIfNeeded()891 device_poll_thread_.task_runner()->PostTask( in SchedulePollIfNeeded()1162 DCHECK(!device_poll_thread_.IsRunning()); in StartDevicePoll()1165 if (!device_poll_thread_.Start()) { in StartDevicePoll()1182 device_poll_thread_.task_runner()->PostTask( in StartDevicePoll()1200 device_poll_thread_.Stop(); in StopDevicePoll()
349 base::Thread device_poll_thread_; variable