/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jcmainct.c | 28 boolean suspended; /* remember if we suspended output */ member 66 main_ptr->suspended = FALSE; in start_pass_main() 107 if (!main_ptr->suspended) { in process_data_simple_main() 109 main_ptr->suspended = TRUE; in process_data_simple_main() 114 * call suspended; then mark the main buffer empty. in process_data_simple_main() 116 if (main_ptr->suspended) { in process_data_simple_main() 118 main_ptr->suspended = FALSE; in process_data_simple_main()
|
/third_party/pulseaudio/src/pulse/ |
H A D | stream.c | 174 s->suspended = false; in pa_stream_new_with_proplist_internal() 412 if (s->suspended && !force) { in request_auto_timing_update() 477 if (s->suspended || s->corked || force_stop) in check_smoother_status() 519 bool suspended; in pa_command_stream_moved() local 540 pa_tagstruct_get_boolean(t, &suspended) < 0) { in pa_command_stream_moved() 599 s->suspended = suspended; in pa_command_stream_moved() 601 if ((s->flags & PA_STREAM_AUTO_TIMING_UPDATE) && !suspended && !s->auto_timing_update_event) { in pa_command_stream_moved() 695 bool suspended; in pa_command_stream_suspended() local 711 pa_tagstruct_get_boolean(t, &suspended) < in pa_command_stream_suspended() 1120 bool suspended; pa_create_stream_callback() local [all...] |
H A D | internal.h | 174 bool suspended:1; member
|
/third_party/pulseaudio/src/modules/ |
H A D | module-loopback.c | 458 * not been suspended. If the time between two calls is more than 5% longer than the in adjust_rates() 927 /* Uncork the sink input unless the destination is suspended for other in source_output_moving_cb() 965 bool suspended; in source_output_suspend_cb() local 975 suspended = (o->source->state == PA_SOURCE_SUSPENDED); in source_output_suspend_cb() 977 /* If the source has been suspended, we need to handle this like in source_output_suspend_cb() 979 if (suspended) { in source_output_suspend_cb() 989 pa_sink_input_cork(u->sink_input, suspended); in source_output_suspend_cb() 1349 /* Uncork the source output unless the destination is suspended for other in sink_input_moving_cb() 1396 bool suspended; in sink_input_suspend_cb() local 1406 suspended in sink_input_suspend_cb() [all...] |
H A D | module-tunnel.c | 364 bool suspended; in command_suspended() local 372 pa_tagstruct_get_boolean(t, &suspended) < 0 || in command_suspended() 383 pa_asyncmsgq_send(u->sink->asyncmsgq, PA_MSGOBJECT(u->sink), SINK_MESSAGE_REMOTE_SUSPEND, PA_UINT32_TO_PTR(suspended), 0, NULL); in command_suspended() 385 pa_asyncmsgq_send(u->source->asyncmsgq, PA_MSGOBJECT(u->source), SOURCE_MESSAGE_REMOTE_SUSPEND, PA_UINT32_TO_PTR(suspended), 0, NULL); in command_suspended() 396 bool suspended; in command_moved() local 406 pa_tagstruct_get_boolean(t, &suspended) < 0) { in command_moved() 416 pa_asyncmsgq_send(u->sink->asyncmsgq, PA_MSGOBJECT(u->sink), SINK_MESSAGE_REMOTE_SUSPEND, PA_UINT32_TO_PTR(suspended), 0, NULL); in command_moved() 418 pa_asyncmsgq_send(u->source->asyncmsgq, PA_MSGOBJECT(u->source), SOURCE_MESSAGE_REMOTE_SUSPEND, PA_UINT32_TO_PTR(suspended), 0, NULL); in command_moved() 1665 bool suspended; in create_stream_callback() local 1671 pa_tagstruct_get_boolean(t, &suspended) < in create_stream_callback() [all...] |
/third_party/libinput/src/ |
H A D | evdev-mt-touchpad-tap.c | 1195 return tp->tap.enabled && !tp->tap.suspended; in tp_tap_enabled() 1357 tp_tap_enabled_update(struct tp_dispatch *tp, bool suspended, bool enabled, uint64_t time) in tp_tap_enabled_update() argument 1361 tp->tap.suspended = suspended; in tp_tap_enabled_update() 1402 tp_tap_enabled_update(tp, tp->tap.suspended, in tp_tap_config_set_enabled()
|
H A D | evdev-mt-touchpad.h | 424 bool suspended; member
|
/third_party/node/deps/v8/src/libsampler/ |
H A D | sampler.cc | 619 // Wait for the target thread to become suspended, or to exit. in DoSample() 625 zx_status_t suspended = zx_object_wait_one( in DoSample() local 628 if (suspended != ZX_OK || (signals & ZX_THREAD_SUSPENDED) == 0) { in DoSample()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_cmd_buffer.h | 380 * suspended renderpass, which may point to this command buffer's dynamic_* 639 struct tu_cmd_buffer *suspended);
|
H A D | tu_cmd_buffer.c | 3410 struct tu_cmd_buffer *suspended) in tu_restore_suspended_pass() 3412 cmd->state.pass = suspended->state.suspended_pass.pass; in tu_restore_suspended_pass() 3413 cmd->state.subpass = suspended->state.suspended_pass.subpass; in tu_restore_suspended_pass() 3414 cmd->state.framebuffer = suspended->state.suspended_pass.framebuffer; in tu_restore_suspended_pass() 3415 cmd->state.attachments = suspended->state.suspended_pass.attachments; in tu_restore_suspended_pass() 3416 cmd->state.render_area = suspended->state.suspended_pass.render_area; in tu_restore_suspended_pass() 3417 cmd->state.gmem_layout = suspended->state.suspended_pass.gmem_layout; in tu_restore_suspended_pass() 3419 cmd->state.lrz = suspended->state.suspended_pass.lrz; in tu_restore_suspended_pass() 3465 /* Assuming "secondary" is just a sequence of suspended and resuming passes, 3615 * render pass that was setup for the last suspended rende in tu_CmdExecuteCommands() 3409 tu_restore_suspended_pass(struct tu_cmd_buffer *cmd, struct tu_cmd_buffer *suspended) tu_restore_suspended_pass() argument [all...] |
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
H A D | internal.h | 138 * Is this connection currently suspended? 864 * Is the connection suspended? 866 int suspended; member 933 * Head of doubly-linked list of our current but suspended connections. 938 * Tail of doubly-linked list of our current but suspended connections.
|
H A D | connection.c | 2239 if (MHD_YES == connection->suspended) 2250 connection->suspended = MHD_NO; 2834 if (MHD_YES != connection->suspended) 2848 if (MHD_YES != connection->suspended)
|
H A D | daemon.c | 1622 * connection is suspended, MHD will not detect disconnects by the 1629 * having suspended connections (this will at least create memory and 1682 connection->suspended = MHD_YES; in MHD_suspend_connection() 1690 * Resume handling of network data for suspended connection. It is 1691 * safe to resume a suspended connection at any time. Calling this function 1692 * on a connection that was not previously suspended will result 1725 * Run through the suspended connections and move any that are no 1726 * longer suspended back to the active state. 1779 pos->suspended = MHD_NO; in resume_suspended_connections()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_gfx_cs.c | 97 ctx->streamout.suspended = false; in si_flush_gfx_cs() 100 ctx->streamout.suspended = true; in si_flush_gfx_cs() 544 if (ctx->streamout.suspended) { in si_begin_new_gfx_cs()
|
H A D | si_pipe.h | 824 bool suspended; member
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_pipe_common.c | 306 ctx->streamout.suspended = false; in r600_preflush_suspend_features() 309 ctx->streamout.suspended = true; in r600_preflush_suspend_features() 315 if (ctx->streamout.suspended) { in r600_postflush_resume_features()
|
H A D | r600_pipe_common.h | 437 bool suspended; member
|
/third_party/python/Modules/expat/ |
H A D | xmlparse.c | 299 int processed; /* # of processed bytes - when suspended */ 2430 return XML_L("parser suspended"); in XML_ErrorString() 2432 return XML_L("parser not suspended"); in XML_ErrorString() 4476 * be aborted, but can't be suspended. in entityValueInitProcessor()
|