Home
last modified time | relevance | path

Searched refs:pending_cb (Results 1 – 25 of 43) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/media_capabilities/
H A Dmedia_capabilities.cc1172 if (!pending_cb) { in GetGpuFactoriesSupport()
1178 pending_cb->resolver->GetExecutionContext(); in GetGpuFactoriesSupport()
1253 if (!pending_cb->db_is_power_efficient.has_value()) in ResolveCallbackIfReady()
1257 DCHECK(pending_cb->db_is_smooth.has_value()); in ResolveCallbackIfReady()
1301 info->setSmooth(*pending_cb->db_is_smooth); in ResolveCallbackIfReady()
1311 if (pending_cb->key_system_access) { in ResolveCallbackIfReady()
1321 pending_cb->resolver->Resolve(std::move(info)); in ResolveCallbackIfReady()
1338 pending_cb->is_bad_window_prediction_smooth = in OnBadWindowPrediction()
1358 pending_cb->is_nnr_prediction_smooth = true; in OnNnrPrediction()
1362 pending_cb->is_nnr_prediction_smooth = in OnNnrPrediction()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/media_capabilities/
H A Dmedia_capabilities.cc1028 if (!pending_cb->db_is_power_efficient.has_value()) in ResolveCallbackIfReady()
1031 DCHECK(pending_cb->db_is_smooth.has_value()); in ResolveCallbackIfReady()
1040 if (!pending_cb->resolver->GetExecutionContext() || in ResolveCallbackIfReady()
1056 pending_cb->is_nnr_prediction_smooth.has_value()) { in ResolveCallbackIfReady()
1062 info->setSmooth(*pending_cb->db_is_smooth); in ResolveCallbackIfReady()
1065 pending_cb->resolver->Resolve(std::move(info)); in ResolveCallbackIfReady()
1078 pending_cb->is_bad_window_prediction_smooth = true; in OnBadWindowPrediction()
1082 pending_cb->is_bad_window_prediction_smooth = in OnBadWindowPrediction()
1102 pending_cb->is_nnr_prediction_smooth = true; in OnNnrPrediction()
1106 pending_cb->is_nnr_prediction_smooth = in OnNnrPrediction()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/gl/
H A Dgl_surface_egl_surface_control.cc474 PendingPresentationCallback pending_cb; in OnTransactionAckOnGpuThread() local
476 pending_cb.available_time = in OnTransactionAckOnGpuThread()
480 pending_cb.latch_time = transaction_stats.latch_time; in OnTransactionAckOnGpuThread()
482 pending_cb.callback = std::move(presentation_callback); in OnTransactionAckOnGpuThread()
483 pending_presentation_callback_queue_.push(std::move(pending_cb)); in OnTransactionAckOnGpuThread()
504 auto status = pending_cb.present_fence.is_valid() in CheckPendingPresentationCallbacks()
514 signal_time = pending_cb.latch_time; in CheckPendingPresentationCallbacks()
524 feedback.available_timestamp = pending_cb.available_time; in CheckPendingPresentationCallbacks()
525 feedback.ready_timestamp = pending_cb.ready_time; in CheckPendingPresentationCallbacks()
526 feedback.latch_timestamp = pending_cb.latch_time; in CheckPendingPresentationCallbacks()
[all …]
/dports/databases/opentsdb/opentsdb-2.3.0/src/tsd/client/
H A DRemoteOracle.java72 private Callback pending_cb; field in RemoteOracle
117 pending_cb = callback; in requestSuggestions()
149 requestSuggestions(pending_req, pending_cb); // ... try it now. in requestSuggestions()
180 pending_cb = null; in requestSuggestions()
187 final Callback cb = pending_cb; in requestSuggestions()
189 pending_cb = null; in requestSuggestions()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gl/
H A Dgl_surface_egl_surface_control.cc449 PendingPresentationCallback pending_cb; in OnTransactionAckOnGpuThread() local
450 pending_cb.latch_time = transaction_stats.latch_time; in OnTransactionAckOnGpuThread()
451 pending_cb.present_fence = std::move(transaction_stats.present_fence); in OnTransactionAckOnGpuThread()
452 pending_cb.callback = std::move(presentation_callback); in OnTransactionAckOnGpuThread()
453 pending_presentation_callback_queue_.push(std::move(pending_cb)); in OnTransactionAckOnGpuThread()
470 auto& pending_cb = pending_presentation_callback_queue_.front(); in CheckPendingPresentationCallbacks() local
474 pending_cb.present_fence.is_valid() in CheckPendingPresentationCallbacks()
476 pending_cb.present_fence.get(), &signal_time) in CheckPendingPresentationCallbacks()
484 signal_time = pending_cb.latch_time; in CheckPendingPresentationCallbacks()
494 std::move(pending_cb.callback).Run(feedback); in CheckPendingPresentationCallbacks()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/misc/habanalabs/common/
H A Dcommand_submission.c782 struct hl_pending_cb *pending_cb, *tmp; in hl_pending_cb_list_flush() local
784 list_for_each_entry_safe(pending_cb, tmp, in hl_pending_cb_list_flush()
786 list_del(&pending_cb->cb_node); in hl_pending_cb_list_flush()
787 hl_cb_put(pending_cb->cb); in hl_pending_cb_list_flush()
788 kfree(pending_cb); in hl_pending_cb_list_flush()
1300 struct hl_pending_cb *pending_cb, *tmp; in hl_submit_pending_cb() local
1337 cb = pending_cb->cb; in hl_submit_pending_cb()
1338 cb_size = pending_cb->cb_size; in hl_submit_pending_cb()
1339 hw_queue_id = pending_cb->hw_queue_id; in hl_submit_pending_cb()
1358 list_del(&pending_cb->cb_node); in hl_submit_pending_cb()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/misc/habanalabs/common/
H A Dcommand_submission.c782 struct hl_pending_cb *pending_cb, *tmp; in hl_pending_cb_list_flush() local
784 list_for_each_entry_safe(pending_cb, tmp, in hl_pending_cb_list_flush()
786 list_del(&pending_cb->cb_node); in hl_pending_cb_list_flush()
787 hl_cb_put(pending_cb->cb); in hl_pending_cb_list_flush()
788 kfree(pending_cb); in hl_pending_cb_list_flush()
1300 struct hl_pending_cb *pending_cb, *tmp; in hl_submit_pending_cb() local
1337 cb = pending_cb->cb; in hl_submit_pending_cb()
1338 cb_size = pending_cb->cb_size; in hl_submit_pending_cb()
1339 hw_queue_id = pending_cb->hw_queue_id; in hl_submit_pending_cb()
1358 list_del(&pending_cb->cb_node); in hl_submit_pending_cb()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/misc/habanalabs/common/
H A Dcommand_submission.c782 struct hl_pending_cb *pending_cb, *tmp; in hl_pending_cb_list_flush() local
784 list_for_each_entry_safe(pending_cb, tmp, in hl_pending_cb_list_flush()
786 list_del(&pending_cb->cb_node); in hl_pending_cb_list_flush()
787 hl_cb_put(pending_cb->cb); in hl_pending_cb_list_flush()
788 kfree(pending_cb); in hl_pending_cb_list_flush()
1300 struct hl_pending_cb *pending_cb, *tmp; in hl_submit_pending_cb() local
1337 cb = pending_cb->cb; in hl_submit_pending_cb()
1338 cb_size = pending_cb->cb_size; in hl_submit_pending_cb()
1339 hw_queue_id = pending_cb->hw_queue_id; in hl_submit_pending_cb()
1358 list_del(&pending_cb->cb_node); in hl_submit_pending_cb()
[all …]
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/hw/xwayland/
H A Dxwayland-glamor-eglstream.c82 struct wl_callback *pending_cb; member
267 if (xwl_pixmap && xwl_pixmap->pending_cb) { in xwl_eglstream_destroy_pending_cb()
268 wl_callback_destroy(xwl_pixmap->pending_cb); in xwl_eglstream_destroy_pending_cb()
269 xwl_pixmap->pending_cb = NULL; in xwl_eglstream_destroy_pending_cb()
491 xwl_pixmap->pending_cb = wl_display_sync(xwl_screen->display); in xwl_eglstream_create_pixmap_and_stream()
492 wl_callback_add_listener(xwl_pixmap->pending_cb, &consumer_ready_listener, in xwl_eglstream_create_pixmap_and_stream()
508 if (xwl_pixmap->pending_cb) { in xwl_glamor_eglstream_allow_commits()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkfilterlistmodel.c62 guint pending_cb; /* idle callback handle */ member
193 g_clear_handle_id (&self->pending_cb, g_source_remove); in gtk_filter_list_model_stop_filtering()
268 g_assert (self->pending_cb == 0); in gtk_filter_list_model_start_filtering()
269 self->pending_cb = g_idle_add (gtk_filter_list_model_run_filter_cb, self); in gtk_filter_list_model_start_filtering()
270 gdk_source_set_static_name_by_id (self->pending_cb, "[gtk] gtk_filter_list_model_run_filter_cb"); in gtk_filter_list_model_start_filtering()
/dports/net/mpich/mpich-3.4.3/modules/ucx/test/gtest/uct/ib/
H A Dtest_ud_pending.cc72 static ucs_status_t pending_cb(uct_pending_req_t *r) in pending_cb() function in test_ud_pending
129 r[i].func = pending_cb;
H A Dtest_rc.h120 static ucs_status_t pending_cb(uct_pending_req_t *self) { in pending_cb() function
H A Dtest_dc.cc512 pending_req.uct.func = pending_cb; in UCS_TEST_P()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/fido/hid/
H A Dfido_hid_device.cc125 DeviceCallback pending_cb = in Transition() local
128 std::move(pending_cb).Run(base::nullopt); in Transition()
155 DeviceCallback pending_cb = in Transition() local
158 std::move(pending_cb).Run(base::nullopt); in Transition()
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/fido/hid/
H A Dfido_hid_device.cc124 DeviceCallback pending_cb = in Transition() local
127 std::move(pending_cb).Run(base::nullopt); in Transition()
154 DeviceCallback pending_cb = in Transition() local
157 std::move(pending_cb).Run(base::nullopt); in Transition()
/dports/net/mpich/mpich-3.4.3/modules/ucx/test/gtest/uct/
H A Dtest_peer_failure.cc64 static ucs_status_t pending_cb(uct_pending_req_t *self) in pending_cb() function in test_uct_peer_failure
307 reqs[i].uct.func = pending_cb;
/dports/databases/percona56-server/percona-server-5.6.51-91.0/extra/libevent/
H A Devdns.c161 int pending_cb; /* Waiting for its callback to be invoked; not member
690 if (! req->handle->pending_cb) { in request_finished()
822 if (cb->handle && cb->handle->pending_cb) { in reply_run_callback()
852 req->handle->pending_cb = 1; in reply_schedule_callback()
2860 if (handle->pending_cb) { in evdns_cancel_request()
/dports/net-mgmt/lldpd/lldpd-1.0.8/libevent/
H A Devdns.c162 int pending_cb; /* Waiting for its callback to be invoked; not member
694 if (! req->handle->pending_cb) { in request_finished()
826 if (cb->handle && cb->handle->pending_cb) { in reply_run_callback()
856 req->handle->pending_cb = 1; in reply_schedule_callback()
2894 if (handle->pending_cb) { in evdns_cancel_request()
/dports/net/netatalk3/netatalk-3.1.12/libevent/
H A Devdns.c163 int pending_cb; /* Waiting for its callback to be invoked; not member
681 if (! req->handle->pending_cb) { in request_finished()
803 if (cb->handle && cb->handle->pending_cb) { in reply_run_callback()
833 req->handle->pending_cb = 1; in reply_schedule_callback()
2774 if (handle->pending_cb) { in evdns_cancel_request()
/dports/net/ntp/ntp-4.2.8p15/sntp/libevent/
H A Devdns.c161 int pending_cb; /* Waiting for its callback to be invoked; not member
690 if (! req->handle->pending_cb) { in request_finished()
822 if (cb->handle && cb->handle->pending_cb) { in reply_run_callback()
852 req->handle->pending_cb = 1; in reply_schedule_callback()
2862 if (handle->pending_cb) { in evdns_cancel_request()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/extra/libevent/
H A Devdns.c161 int pending_cb; /* Waiting for its callback to be invoked; not member
690 if (! req->handle->pending_cb) { in request_finished()
822 if (cb->handle && cb->handle->pending_cb) { in reply_run_callback()
852 req->handle->pending_cb = 1; in reply_schedule_callback()
2860 if (handle->pending_cb) { in evdns_cancel_request()
/dports/databases/percona57-server/percona-server-5.7.36-39/extra/libevent/libevent-2.1.11-stable/
H A Devdns.c162 int pending_cb; /* Waiting for its callback to be invoked; not member
694 if (! req->handle->pending_cb) { in request_finished()
826 if (cb->handle && cb->handle->pending_cb) { in reply_run_callback()
856 req->handle->pending_cb = 1; in reply_schedule_callback()
2894 if (handle->pending_cb) { in evdns_cancel_request()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/extra/libevent/libevent-2.1.11-stable/
H A Devdns.c162 int pending_cb; /* Waiting for its callback to be invoked; not member
694 if (! req->handle->pending_cb) { in request_finished()
826 if (cb->handle && cb->handle->pending_cb) { in reply_run_callback()
856 req->handle->pending_cb = 1; in reply_schedule_callback()
2894 if (handle->pending_cb) { in evdns_cancel_request()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/extra/libevent/
H A Devdns.c161 int pending_cb; /* Waiting for its callback to be invoked; not member
690 if (! req->handle->pending_cb) { in request_finished()
822 if (cb->handle && cb->handle->pending_cb) { in reply_run_callback()
852 req->handle->pending_cb = 1; in reply_schedule_callback()
2860 if (handle->pending_cb) { in evdns_cancel_request()
/dports/www/firefox-esr/firefox-91.8.0/ipc/chromium/src/third_party/libevent/
H A Devdns.c161 int pending_cb; /* Waiting for its callback to be invoked; not member
690 if (! req->handle->pending_cb) { in request_finished()
822 if (cb->handle && cb->handle->pending_cb) { in reply_run_callback()
852 req->handle->pending_cb = 1; in reply_schedule_callback()
2860 if (handle->pending_cb) { in evdns_cancel_request()

12