Searched refs:QueryControl (Results 1 – 3 of 3) sorted by relevance
76 bool QueryControl(uint32_t id, v4l2_queryctrl* ctrl);
18 if (v4l2_dev->QueryControl(id, &query_ctrl)) { in ExerciseControl()
874 bool V4L2Device::QueryControl(uint32_t id, v4l2_queryctrl* ctrl) { in QueryControl() function in V4L2Device