Searched refs:get_control (Results 1 – 4 of 4) sorted by relevance
/external/crosvm/devices/src/usb/xhci/ |
D | event_ring.rs | 271 assert_eq!(t.get_control(), 1); in test_event_ring() 281 assert_eq!(t.get_control(), 2); in test_event_ring() 291 assert_eq!(t.get_control(), 3); in test_event_ring() 300 assert_eq!(t.get_control(), 4); in test_event_ring() 310 assert_eq!(t.get_control(), 5); in test_event_ring() 320 assert_eq!(t.get_control(), 6); in test_event_ring() 329 assert_eq!(t.get_control(), 7); in test_event_ring() 340 assert_eq!(t.get_control(), 8); in test_event_ring() 363 assert_eq!(t.get_control(), 8); in test_event_ring() 383 assert_eq!(t.get_control(), 10); in test_event_ring() [all …]
|
/external/libpng/contrib/tools/ |
D | pngfix.c | 3166 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/ |
D | mod.rs | 719 fn get_control( in get_control() method 893 } => self.get_control(stream_id, ctrl_type), in process_cmd()
|
/external/crosvm/devices/src/virtio/video/encoder/ |
D | mod.rs | 1089 fn get_control( in get_control() method 1280 } => self.get_control(stream_id, ctrl_type), in process_cmd()
|