Home
last modified time | relevance | path

Searched refs:ctrl_type (Results 1 – 5 of 5) sorted by relevance

/external/autotest/server/site_tests/servo_LabControlVerification/
Dservo_LabControlVerification.py123 ctrl_type = 'get'
126 ctrl_type = 'set'
128 logstr = 'About to %s control %r' % (ctrl_type, ctrl['ctrl_name'])
129 if ctrl_type == 'set':
/external/compiler-rt/test/asan/TestCases/Windows/
Ddll_control_c.cc45 static int WINAPI ignore_control_c(DWORD ctrl_type) { in ignore_control_c() argument
47 return ctrl_type == CTRL_C_EVENT; in ignore_control_c()
/external/crosvm/devices/src/virtio/video/decoder/
Dmod.rs782 fn query_control(&self, ctrl_type: QueryCtrlType) -> VideoResult<VideoCmdResponseType> { in query_control()
783 match self.capability.query_control(&ctrl_type) { in query_control()
786 error!("querying an unsupported control: {:?}", ctrl_type); in query_control()
795 ctrl_type: CtrlType, in get_control()
798 match ctrl_type { in get_control()
974 ctrl_type, in process_cmd()
975 } => self.get_control(stream_id, ctrl_type), in process_cmd()
/external/crosvm/devices/src/virtio/video/
Dcommand.rs111 ctrl_type: CtrlType,
319 let ctrl_type = match control.into() { in from_reader() localVariable
333 ctrl_type, in from_reader()
/external/crosvm/devices/src/virtio/video/encoder/
Dmod.rs1223 ctrl_type: CtrlType, in get_control()
1229 let ctrl_val = match ctrl_type { in get_control()
1249 return Err(VideoError::UnsupportedControl(ctrl_type)); in get_control()
1254 CtrlType::ForceKeyframe => return Err(VideoError::UnsupportedControl(ctrl_type)), in get_control()
1534 ctrl_type, in process_cmd()
1535 } => self.get_control(stream_id, ctrl_type), in process_cmd()