Home
last modified time | relevance | path

Searched refs:stream_on_ (Results 1 – 2 of 2) sorted by relevance

/external/autotest/client/site_tests/camera_V4L2/src/
Dmedia_v4l2_device.cc36 if (stream_on_) { in ~V4L2Device()
242 stream_on_ = true; in StartCapture()
258 if (!stream_on_) { in StopCapture()
275 stream_on_ = false; in StopCapture()
Dmedia_v4l2_device.h129 bool stream_on_; variable