Searched refs:update_state (Results 1 - 4 of 4) sorted by relevance
/third_party/cups-filters/backend/ |
H A D | parallel.c | 39 int update_state); 542 int update_state) /* I - Update printer-state-reasons? */ in run_loop() 640 if (errno == ENXIO && offline != 1 && update_state) in run_loop() 748 if (paperout != 1 && update_state) in run_loop() 756 if (offline != 1 && update_state) in run_loop() 770 if (paperout && update_state) in run_loop() 776 if (offline && update_state) in run_loop() 539 run_loop(int print_fd, int device_fd, int use_bc, int update_state) run_loop() argument
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_state.c | 215 update_state(struct svga_context *svga, in update_state() function 306 ret = update_state( svga, in svga_update_state() 449 SVGA_RETRY_OOM(svga, ret, update_state(svga, compute_state, in svga_update_compute_state()
|
/third_party/ffmpeg/libavcodec/ |
H A D | amrnbdec.c | 857 static void update_state(AMRContext *p) in update_state() function 1072 update_state(p); in amrnb_decode_frame()
|
/third_party/libevdev/libevdev/ |
H A D | libevdev.c | 1044 update_state(struct libevdev *dev, const struct input_event *e) in update_state() function 1152 /* call update_state for all events here, otherwise the library has the wrong view in libevdev_next_event() 1157 update_state(dev, &e); in libevdev_next_event() 1187 update_state(dev, ev); in libevdev_next_event()
|
Completed in 10 milliseconds