Home
last modified time | relevance | path

Searched refs:flush_requested (Results 1 – 8 of 8) sorted by relevance

/dports/x11-wm/mutter/mutter-41.1/src/x11/
H A Dmeta-x11-selection-output-stream.c50 guint flush_requested : 1; member
138 if (priv->flush_requested) in meta_x11_selection_output_stream_needs_flush_unlocked()
281 priv->flush_requested = FALSE; in meta_x11_selection_output_stream_perform_flush()
300 priv->flush_requested = FALSE; in meta_x11_selection_output_stream_perform_flush()
423 priv->flush_requested = TRUE; in meta_x11_selection_output_request_flush()
/dports/audio/libsoxr/soxr-0.1.3-Source/src/
H A Dsoxr.c759 bool flush_requested = false; in soxr_process() local
764 flush_requested = true, ilen = ilen0 = 0; in soxr_process()
767 flush_requested = true, ilen0 = ~ilen0; in soxr_process()
768 if (idone0 && (1 || flush_requested)) in soxr_process()
773 p->flushing |= ilen == ilen0 && flush_requested; in soxr_process()
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libsoxr/src/
H A Dsoxr.c759 bool flush_requested = false; in soxr_process() local
764 flush_requested = true, ilen = ilen0 = 0; in soxr_process()
767 flush_requested = true, ilen0 = ~ilen0; in soxr_process()
768 if (idone0 && (1 || flush_requested)) in soxr_process()
773 p->flushing |= ilen == ilen0 && flush_requested; in soxr_process()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gdk/x11/
H A Dgdkselectionoutputstream-x11.c55 guint flush_requested : 1; member
185 if (priv->flush_requested) in gdk_x11_selection_output_stream_needs_flush_unlocked()
286 priv->flush_requested = FALSE; in gdk_x11_selection_output_stream_perform_flush()
418 priv->flush_requested = TRUE; in gdk_x11_selection_output_request_flush()
/dports/audio/shairport-sync/shairport-sync-3.3.9/
H A Dplayer.h165 int flush_requested; member
H A Dplayer.c925 conn->flush_requested = 1;
935 conn->flush_requested = 1;
941 if (conn->flush_requested == 1) {
953 if ((conn->flush_requested == 1) && (conn->flush_rtp_timestamp == 0)) {
1030 conn->flush_requested = 0;
1712 conn->flush_requested = 0;
3080 conn->flush_requested = 1;
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/renderer_host/input/
H A Dsynthetic_gesture_controller_unittest.cc187 bool flush_requested() const { return flush_requested_; } in flush_requested() function in content::__anon4905db130111::MockSyntheticGestureTarget
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/renderer_host/input/
H A Dsynthetic_gesture_controller_unittest.cc187 bool flush_requested() const { return flush_requested_; } in flush_requested() function in content::__anonbf47396e0111::MockSyntheticGestureTarget