Home
last modified time | relevance | path

Searched refs:QueryControl (Results 1 – 3 of 3) sorted by relevance

/external/autotest/client/site_tests/camera_V4L2/src/
Dmedia_v4l2_device.h76 bool QueryControl(uint32_t id, v4l2_queryctrl* ctrl);
Dmedia_v4l2_unittest.cc18 if (v4l2_dev->QueryControl(id, &query_ctrl)) { in ExerciseControl()
Dmedia_v4l2_device.cc874 bool V4L2Device::QueryControl(uint32_t id, v4l2_queryctrl* ctrl) { in QueryControl() function in V4L2Device