HomeSort by relevance Sort by last modified time
    Searched refs:RunCallback (Results 1 - 9 of 9) sorted by null

  /external/libchrome/base/files/
file_descriptor_watcher_posix.h 46 void RunCallback();
59 // readable or writable without blocking. Posts a task to run RunCallback()
file_descriptor_watcher_posix.cc 39 // Since WeakPtrs are invalidated by the destructor, RunCallback() won't be
128 Bind(&Controller::RunCallback, controller_));
139 Bind(&Controller::RunCallback, controller_));
176 void FileDescriptorWatcher::Controller::RunCallback() {
  /external/tensorflow/tensorflow/core/kernels/
conditional_accumulator_base.h 91 typedef std::function<RunResult(Attempt*)> RunCallback;
98 RunCallback run_callback; // must be run while holding mu_
103 CancellationToken cancellation_token, RunCallback run_callback)
143 // TryAttemptLocked, which then executes the RunCallback of the logged
queue_base.h 153 typedef std::function<RunResult(Attempt*)> RunCallback;
160 RunCallback run_callback; // must be run while holding mu_
168 CancellationToken cancellation_token, RunCallback run_callback)
  /system/bt/service/example/heart_rate/
heart_rate_server.h 48 using RunCallback = std::function<void(bool success)>;
49 bool Run(const RunCallback& callback);
102 RunCallback pending_run_cb_;
heart_rate_server.cc 123 bool HeartRateServer::Run(const RunCallback& callback) {
  /system/update_engine/
chrome_browser_proxy_resolver.h 50 void RunCallback(ProxyRequestId request_id,
  /external/libmojo/mojo/public/cpp/bindings/lib/
control_message_proxy.cc 42 using RunCallback =
47 explicit RunResponseForwardToCallback(const RunCallback& callback)
52 RunCallback callback_;
75 const RunCallback& callback) {
  /external/libmojo/mojo/public/cpp/bindings/tests/
binding_callback_unittest.cc 64 bool RunCallback() {
163 server_impl.RunCallback();
187 server_impl.RunCallback();
225 EXPECT_TRUE(server_impl.RunCallback());

Completed in 368 milliseconds