Searched refs:callback (Results 126 - 150 of 1068) sorted by relevance

1234567891011>>

/external/iproute2/tipc/
H A Dmsg.c74 static int msg_recv(struct mnl_socket *nl, mnl_cb_t callback, void *data, int seq) argument
84 ret = mnl_cb_run(buf, ret, seq, portid, callback, data);
97 static int msg_query(struct nlmsghdr *nlh, mnl_cb_t callback, void *data) argument
109 return msg_recv(nl, callback, data, seq);
137 int msg_doit(struct nlmsghdr *nlh, mnl_cb_t callback, void *data) argument
140 return msg_query(nlh, callback, data);
143 int msg_dumpit(struct nlmsghdr *nlh, mnl_cb_t callback, void *data) argument
146 return msg_query(nlh, callback, data);
/external/libchrome/base/synchronization/
H A Dwaitable_event_watcher.h14 #include "base/callback.h"
29 // the waitable event is signaled, a callback is made in the thread of a given
30 // MessageLoop. This callback can be deleted by deleting the waiter.
72 // When @event is signaled, the given callback is called on the thread of the
74 bool StartWatching(WaitableEvent* event, const EventCallback& callback);
80 // The callback will *not* be called for the current watch after this
81 // function returns. Since the callback runs on the same thread as this
89 // Return the callback that will be invoked when the event is
91 const EventCallback& callback() const { return callback_; } function in class:base::WaitableEventWatcher
/external/libchrome/base/test/
H A Dsequenced_worker_pool_owner.cc33 const Closure& callback) {
34 will_wait_for_shutdown_callback_ = callback;
51 // Release the reference to the callback to prevent retain cycles.
32 SetWillWaitForShutdownCallback( const Closure& callback) argument
/external/libchrome/crypto/
H A Dnss_util.h11 #include "base/callback.h"
60 // If |callback| is non-null and the function returns false, the |callback| will
61 // be run once the TPM is ready. |callback| will never be run if the function
63 CRYPTO_EXPORT bool IsTPMTokenReady(const base::Closure& callback)
66 // Initialize the TPM token and system slot. The |callback| will run on the same
68 // already initialized. |callback| will be passed false if loading failed. Once
70 // |callback| has been run.
73 const base::Callback<void(bool)>& callback);
/external/libmicrohttpd/src/examples/
H A Dchunked_example.c30 callback (void *cls, function
63 &callback,
/external/libweave/include/weave/provider/
H A Dconfig_store.h13 #include <base/callback.h>
53 // const DoneCallback& callback) {
56 // if (!callback.is_null())
57 // task_runner_->PostDelayedTask(FROM_HERE, base::Bind(callback, nullptr),
83 // Implementation must call or post callback
86 const DoneCallback& callback) = 0;
H A Dhttp_client.h12 #include <base/callback.h>
25 // passed into callback.
43 // callback - standard callback to notify libweave when request is complete
48 // request is complete), callback should be invokes on the same thread.
51 // When invoking callback function, user should privide implementation
92 const SendRequestCallback& callback) = 0;
H A Ddns_service_discovery.h11 #include <base/callback.h>
H A Dtask_runner.h12 #include <base/callback.h>
/external/libweave/include/weave/test/
H A Dfake_stream.h34 const ReadCallback& callback) override;
37 const WriteCallback& callback) override;
/external/libweave/src/
H A Dstreams_unittest.cc27 auto callback = base::Bind( local
34 copier.Copy(callback);
H A Ddevice_registration_info.h14 #include <base/callback.h>
66 const Device::GcdStateChangedCallback& callback);
68 const DoneCallback& callback);
84 void GetDeviceInfo(const CloudRequestDoneCallback& callback);
116 const DoneCallback& callback) override;
149 void RefreshAccessToken(const DoneCallback& callback);
153 const DoneCallback& callback,
175 const CloudRequestDoneCallback& callback);
182 CloudRequestDoneCallback callback; member in struct:weave::DeviceRegistrationInfo::CloudRequestData
195 void UpdateDeviceResource(const DoneCallback& callback);
[all...]
/external/mesa3d/src/mesa/main/
H A Dhash.h50 void (*callback)(GLuint key, void *data, void *userData),
55 void (*callback)(GLuint key, void *data, void *userData),
/external/v8/src/
H A Dvm-state.h33 inline ExternalCallbackScope(Isolate* isolate, Address callback);
35 Address callback() { return callback_; } function in class:v8::internal::BASE_EMBEDDED
/external/webrtc/webrtc/base/
H A Dasyncinvoker.h46 // // Specify a callback to get the result upon completion.
52 // // No callback specified means fire-and-forget.
74 // Call |functor| asynchronously on |thread|, with no callback upon
83 // Call |functor| asynchronously on |thread| with |delay_ms|, with no callback
95 // Call |functor| asynchronously on |thread|, calling |callback| when done.
99 void (HostT::*callback)(ReturnT),
104 this, Thread::Current(), functor, callback, callback_host));
108 // Call |functor| asynchronously on |thread|, calling |callback| when done.
113 void (HostT::*callback)(),
118 this, Thread::Current(), functor, callback, callback_hos
[all...]
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Dreceive_statistics_unittest.cc171 } callback; local
173 receive_statistics_->RegisterRtcpStatisticsCallback(&callback);
194 EXPECT_EQ(0u, callback.num_calls_);
201 EXPECT_EQ(1u, callback.num_calls_);
202 EXPECT_EQ(callback.ssrc_, kSsrc1);
203 EXPECT_EQ(statistics.cumulative_lost, callback.stats_.cumulative_lost);
205 callback.stats_.extended_max_sequence_number);
206 EXPECT_EQ(statistics.fraction_lost, callback.stats_.fraction_lost);
207 EXPECT_EQ(statistics.jitter, callback.stats_.jitter);
238 EXPECT_EQ(1u, callback
278 RtpTestCallback callback; local
353 RtpTestCallback callback; local
[all...]
/external/avahi/avahi-core/
H A Dtimeeventq.h40 AvahiTimeEventCallback callback,
/external/clang/test/Sema/
H A Dwarn-shadow.c50 void test7(void *context, void (*callback)(void *context)) {}
/external/compiler-rt/lib/lsan/
H A Dlsan_allocator.h31 void ForEachChunk(const Callable &callback);
/external/deqp/framework/delibs/deutil/
H A DdeTimer.h34 deTimer* deTimer_create (deTimerCallback callback, void* arg);
/external/icu/icu4c/source/test/cintltst/
H A Dnccbtst.h46 const char *codepage, UConverterFromUCallback callback, const int32_t *expectOffsets,
51 const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets,
55 const char *codepage, UConverterFromUCallback callback , const int32_t *expectOffsets,
59 const char *codepage, UConverterToUCallback callback, const int32_t *expectOffsets,
/external/libbrillo/brillo/message_loops/
H A Dmessage_loop_utils.h8 #include <base/callback.h>
/external/libweave/src/commands/
H A Dcommand_queue.h15 #include <base/callback.h>
33 // Adds notifications callback for a new command is added to the queue.
34 void AddCommandAddedCallback(const CommandCallback& callback);
36 // Adds notifications callback for a command is removed from the queue.
37 void AddCommandRemovedCallback(const CommandCallback& callback);
41 const Device::CommandHandlerCallback& callback);
/external/lzma/CPP/7zip/UI/Common/
H A DEnumDirItems.h25 IEnumDirItemCallback *callback);
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_validate.h66 enum pipe_error (*callback)(struct pb_buffer *buf, void *data),

Completed in 1259 milliseconds

1234567891011>>