Searched refs:query_control (Results 1 – 3 of 3) sorted by relevance
125 pub fn query_control(&self, t: &QueryCtrlType) -> Option<QueryCtrlResponse> { in query_control() method
709 fn query_control(&self, ctrl_type: QueryCtrlType) -> VideoResult<VideoCmdResponseType> { in query_control() method710 match self.capability.query_control(&ctrl_type) { in query_control()889 QueryControl { query_ctrl_type } => self.query_control(query_ctrl_type), in process_cmd()
1049 fn query_control(&self, query_ctrl_type: QueryCtrlType) -> VideoResult<VideoCmdResponseType> { in query_control() method1276 VideoCmd::QueryControl { query_ctrl_type } => self.query_control(query_ctrl_type), in process_cmd()