Searched refs:device_poll_thread_ (Results 1 – 2 of 2) 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