HomeSort by relevance Sort by last modified time
    Searched refs:callback (Results 551 - 575 of 2081) sorted by null

<<21222324252627282930>>

  /external/libbrillo/brillo/dbus/
dbus_service_watcher.h 10 #include <base/callback.h>
22 // callback to be notified of name owner transitions, for the given
28 // registered callback in the Bus, because failure to remove callbacks will
  /external/libchrome/base/synchronization/
waitable_event_watcher.h 28 #include "base/callback.h"
40 // the waitable event is signaled, a callback is invoked on the sequence that
41 // called StartWatching(). This callback can be deleted by deleting the waiter.
71 // right after, the callback may be called with deleted WaitableEvent pointer.
89 // When |event| is signaled, |callback| is called on the sequence that called
91 // |task_runner| is used for asynchronous executions of calling |callback|.
93 EventCallback callback,
100 // The callback will *not* be called for the current watch after this
101 // function returns. Since the callback runs on the same sequence as this
119 // Invokes the callback and resets the source. Must be called on the tas
    [all...]
  /external/libchrome/base/threading/
thread_checker_unittest.cc 23 // A thread that runs a callback.
26 explicit RunCallbackThread(const Closure& callback)
27 : SimpleThread("RunCallbackThread"), callback_(callback) {}
38 // Runs a callback on a new thread synchronously.
39 void RunCallbackOnNewThreadSynchronously(const Closure& callback) {
40 RunCallbackThread run_callback_thread(callback);
thread_id_name_manager.h 12 #include "base/callback.h"
31 // The callback is called on the thread, immediately after the name is set.
35 void InstallSetNameCallback(SetNameCallback callback);
  /external/libchrome/ipc/
ipc_perftest_util.cc 132 void ReflectorImpl::Ping(const std::string& value, PingCallback callback) {
133 std::move(callback).Run(value);
136 void ReflectorImpl::SyncPing(const std::string& value, PingCallback callback) {
137 std::move(callback).Run(value);
  /external/libchrome/mojo/public/cpp/bindings/lib/
interface_ptr_state.h 68 void QueryVersion(const base::Callback<void(uint32_t)>& callback);
86 void OnQueryVersion(const base::Callback<void(uint32_t)>& callback,
119 void QueryVersion(const base::Callback<void(uint32_t)>& callback) {
121 InterfacePtrStateBase::QueryVersion(callback);
  /external/libchrome/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
InterfaceControlMessagesHelper.java 27 * callback.
33 RunResponseForwardToCallback(Callback1<RunResponseMessageParams> callback) {
34 mCallback = callback;
50 * Sends the given run message through the receiver, registering the callback.
53 RunMessageParams params, Callback1<RunResponseMessageParams> callback) {
57 receiver.acceptWithResponder(message, new RunResponseForwardToCallback(callback));
  /external/libcups/cups/
adminutil.h 56 /* Device callback
85 cups_device_cb_t callback,
  /external/libxcam/xcore/
poll_thread.cpp 116 PollThread::set_poll_callback (PollCallback *callback)
119 _poll_callback = callback;
124 PollThread::set_stats_callback (StatsCallback *callback)
127 _stats_callback = callback;
x3a_image_process_center.h 40 bool set_image_callback (ImageProcessCallback *callback);
  /external/lzma/CPP/7zip/UI/Common/
EnumDirItems.h 36 IDirItemsCallback *callback);
  /external/lzma/CPP/7zip/UI/Console/
Main.cpp 245 static int WarningsCheck(HRESULT result, const CCallbackConsoleBase &callback,
253 if (callback.ScanErrors.Paths.Size() != 0)
259 PrintWarningsPaths(callback.ScanErrors, *se);
260 *se << "Scan WARNINGS: " << callback.ScanErrors.Paths.Size();
297 unsigned numErrors = callback.FailedFiles.Paths.Size();
301 if (callback.ScanErrors.Paths.Size() == 0)
315 PrintWarningsPaths(callback.FailedFiles, *se);
1082 CUpdateCallbackConsole callback;
1083 callback.LogLevel = options.LogLevel;
1084 callback.PercentsNameLevel = percentsNameLevel;
    [all...]
  /external/mdnsresponder/mDNSPosix/
mDNSPosix.h 78 extern mStatus mDNSPosixAddFDToEventLoop( int fd, mDNSPosixEventCallback callback, void *context);
  /external/mesa3d/src/egl/main/
eglcurrent.c 301 EGLDEBUGPROCKHR callback = NULL; local
309 callback = _eglGlobal.debugCallback;
313 if (callback != NULL) {
323 callback(error, funcName, type, thr->Label, thr->CurrentObjectLabel, buf);
egldriver.h 106 _eglSearchPathForEach(EGLBoolean (*callback)(const char *, size_t, void *),
  /external/mesa3d/src/gallium/auxiliary/util/
u_log.h 75 u_log_add_auto_logger(struct u_log_context *ctx, u_auto_log_fn *callback,
  /external/mesa3d/src/vulkan/util/
vk_debug_report.h 38 PFN_vkDebugReportCallbackEXT callback; member in struct:vk_debug_report_callback
  /external/perfetto/src/perfetto_cmd/
trigger_producer.h 37 std::function<void(bool)> callback,
  /external/perfetto/src/traced/probes/packages_list/
packages_list_data_source.h 57 void Flush(FlushRequestID, std::function<void()> callback) override;
  /external/perfetto/src/traced/probes/power/
android_power_data_source.h 51 void Flush(FlushRequestID, std::function<void()> callback) override;
  /external/perfetto/src/tracing/core/
trace_writer_impl.h 41 void Flush(std::function<void()> callback = {}) override;
  /external/protobuf/python/google/protobuf/internal/
service_reflection_test.py 52 def CallMethod(self, method, controller, request, response, callback):
56 callback(response)
110 response_class, callback):
114 callback(response_class())
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowMessageQueue.java 99 final Runnable callback = new Runnable() { local
126 shadowOf(msg).setScheduledRunnable(callback);
128 scheduler.postAtFrontOfQueue(callback);
130 scheduler.postDelayed(callback, when - scheduler.getCurrentTime());
  /external/v8/src/
isolate-inl.h 102 for (auto& callback : before_call_entered_callbacks_) {
103 callback(reinterpret_cast<v8::Isolate*>(this));
110 for (auto& callback : callbacks) {
111 callback(reinterpret_cast<v8::Isolate*>(this));
  /external/v8/src/objects/
microtask.h 34 DECL_ACCESSORS(callback, Foreign)

Completed in 1415 milliseconds

<<21222324252627282930>>