Home
last modified time | relevance | path

Searched refs:get_control (Results 1 – 4 of 4) sorted by relevance

/external/crosvm/devices/src/usb/xhci/
Devent_ring.rs269 assert_eq!(t.get_control(), 1); in test_event_ring()
279 assert_eq!(t.get_control(), 2); in test_event_ring()
289 assert_eq!(t.get_control(), 3); in test_event_ring()
298 assert_eq!(t.get_control(), 4); in test_event_ring()
308 assert_eq!(t.get_control(), 5); in test_event_ring()
318 assert_eq!(t.get_control(), 6); in test_event_ring()
327 assert_eq!(t.get_control(), 7); in test_event_ring()
338 assert_eq!(t.get_control(), 8); in test_event_ring()
361 assert_eq!(t.get_control(), 8); in test_event_ring()
381 assert_eq!(t.get_control(), 10); in test_event_ring()
[all …]
/external/libpng/contrib/tools/
Dpngfix.c3166 static struct file *get_control(png_const_structrp png_ptr);
3171 stop(get_control(png_ptr), LIBPNG_ERROR_CODE, message); in error_handler()
3177 struct file *file = get_control(png_ptr); in warning_handler()
3190 struct file *file = get_control(png_ptr); in read_callback()
3537 get_control(png_const_structrp png_ptr) in get_control() function
/external/crosvm/devices/src/virtio/video/decoder/
Dmod.rs792 fn get_control( in get_control() method
975 } => self.get_control(stream_id, ctrl_type), in process_cmd()
/external/crosvm/devices/src/virtio/video/encoder/
Dmod.rs1220 fn get_control( in get_control() method
1535 } => self.get_control(stream_id, ctrl_type), in process_cmd()