HomeSort by relevance Sort by last modified time
    Searched defs:callbacks (Results 1 - 25 of 185) sorted by null

1 2 3 4 5 6 7 8

  /external/elfutils/tests/
dwfl-bug-report.c 35 static const Dwfl_Callbacks callbacks = variable
44 Dwfl *dwfl = dwfl_begin (&callbacks);
dwfl-bug-getmodules.c 31 static const Dwfl_Callbacks callbacks = variable
55 Dwfl *dwfl = dwfl_begin (&callbacks);
  /external/android-clat/
netlink_callbacks.c 16 * netlink_callbacks.c - generic callbacks for netlink responses
53 * allocates a set of netlink callbacks. returns NULL on failure. callbacks will modify retval with <0 meaning failure
57 struct nl_cb *callbacks; local
59 callbacks = nl_cb_alloc(NL_CB_DEFAULT);
60 if(!callbacks) {
63 nl_cb_set(callbacks, NL_CB_ACK, NL_CB_CUSTOM, ack_handler, retval);
64 nl_cb_err(callbacks, NL_CB_CUSTOM, error_handler, retval);
65 return callbacks;
getaddr.c 99 struct nl_cb *callbacks = NULL; local
113 callbacks = nl_cb_alloc(NL_CB_DEFAULT);
114 if(!callbacks) {
117 nl_cb_set(callbacks, NL_CB_VALID, NL_CB_CUSTOM, getaddr_cb, &targ);
118 nl_cb_err(callbacks, NL_CB_CUSTOM, error_handler, &targ);
121 send_ifaddrmsg(RTM_GETADDR, NLM_F_REQUEST | NLM_F_ROOT, &ifa, callbacks);
133 if(callbacks)
134 nl_cb_put(callbacks);
getroute.c 107 struct nl_cb *callbacks = NULL; local
120 callbacks = nl_cb_alloc(NL_CB_DEFAULT);
121 if(!callbacks) {
126 nl_cb_set(callbacks, NL_CB_VALID, NL_CB_CUSTOM, get_default_route_cb, default_route);
127 nl_cb_err(callbacks, NL_CB_CUSTOM, error_handler, &retval);
134 send_netlink_msg(nlmsg, callbacks);
137 if(callbacks)
138 nl_cb_put(callbacks);
netlink_msg.c 122 * sends a netlink message, reads a response, and hands the response(s) to the callbacks
124 * callbacks - callbacks to use on responses
126 void send_netlink_msg(struct nl_msg *msg, struct nl_cb *callbacks) {
142 nl_recvmsgs(nl_sk, callbacks);
150 * sends a netlink/ifaddrmsg message and hands the responses to the callbacks
154 * callbacks - callbacks to use with the responses
156 void send_ifaddrmsg(uint16_t type, uint16_t flags, struct ifaddrmsg *ifa, struct nl_cb *callbacks) {
163 send_netlink_msg(msg, callbacks);
173 struct nl_cb *callbacks = NULL; local
    [all...]
  /external/chromium_org/content/browser/indexed_db/
indexed_db_connection.h 19 scoped_refptr<IndexedDBDatabaseCallbacks> callbacks);
26 IndexedDBDatabaseCallbacks* callbacks() { return callbacks_; } function in class:content::IndexedDBConnection
  /external/chromium_org/third_party/WebKit/Source/core/dom/
CustomElementCallbackInvocation.h 54 CustomElementCallbackInvocation(PassRefPtr<CustomElementLifecycleCallbacks> callbacks)
55 : m_callbacks(callbacks)
59 CustomElementLifecycleCallbacks* callbacks() { return m_callbacks.get(); } function in class:WebCore::CustomElementCallbackInvocation
CustomElementDefinition.h 49 CustomElementLifecycleCallbacks* callbacks() const { return m_callbacks.get(); } function in class:WebCore::CustomElementDefinition
  /external/chromium_org/content/child/indexed_db/
indexed_db_dispatcher_unittest.cc 56 MockCallbacks callbacks; local
65 &callbacks,
69 EXPECT_TRUE(callbacks.error_seen());
  /external/chromium_org/third_party/WebKit/Source/modules/quota/
WebStorageQuotaCallbacksImpl.h 49 OwnPtr<WebStorageQuotaCallbacksImpl> callbacks = adoptPtr(new WebStorageQuotaCallbacksImpl(success, error)); local
50 return callbacks.leakPtr();
55 OwnPtr<WebStorageQuotaCallbacksImpl> callbacks = adoptPtr(new WebStorageQuotaCallbacksImpl(success, error)); local
56 return callbacks.leakPtr();
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowRemoteCallbackList.java 15 private HashMap<IBinder, Callback> callbacks = new HashMap<IBinder, Callback>(); field in class:ShadowRemoteCallbackList
30 synchronized (callbacks) {
31 callbacks.remove(callback.asBinder());
44 synchronized (callbacks) {
52 callbacks.put(binder, cb);
62 synchronized (callbacks) {
63 Callback cb = callbacks.remove(callback.asBinder());
74 synchronized (callbacks) {
75 for (Callback cb : callbacks.values()) {
78 callbacks.clear()
    [all...]
  /external/chromium_org/media/audio/
simple_sources.h 38 int callbacks() { return callbacks_; } function in class:media::SineWaveAudioSource
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
WorkerGlobalScopeFileSystem.cpp 82 OwnPtr<FileSystemCallbacks> callbacks = FileSystemCallbacks::create(helper.successCallback(), helper.errorCallback(), worker, fileSystemType); local
83 callbacks->setShouldBlockUntilCompletion(true);
85 WorkerLocalFileSystem::from(worker)->requestFileSystem(worker, fileSystemType, size, callbacks.release(), SynchronousFileSystem);
  /external/chromium_org/third_party/WebKit/Source/web/
WebFileSystemCallbacksImpl.cpp 50 WebFileSystemCallbacksImpl::WebFileSystemCallbacksImpl(PassOwnPtr<AsyncFileSystemCallbacks> callbacks, ScriptExecutionContext* context, FileSystemSynchronousType synchronousType)
51 : m_callbacks(callbacks)
58 WebFileSystemCallbacksImpl::WebFileSystemCallbacksImpl(PassOwnPtr<AsyncFileSystemCallbacks> callbacks, PassOwnPtr<AsyncFileWriterChromium> writer)
59 : m_callbacks(callbacks)
119 OwnPtr<WebFileSystemCallbacksImpl> callbacks = adoptPtr(this); local
131 OwnPtr<WebFileSystemCallbacksImpl> callbacks = adoptPtr(this); local
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_glx_pixmap.c 50 static struct apple_glx_drawable_callbacks callbacks = { variable in typeref:struct:apple_glx_drawable_callbacks
129 if (apple_glx_drawable_create(dpy, screen, pixmap, &d, &callbacks))
apple_glx_surface.c 41 static struct apple_glx_drawable_callbacks callbacks = { variable in typeref:struct:apple_glx_drawable_callbacks
170 if (apple_glx_drawable_create(dpy, screen, drawable, &d, &callbacks))
  /external/mesa3d/src/glx/apple/
apple_glx_pixmap.c 50 static struct apple_glx_drawable_callbacks callbacks = { variable in typeref:struct:apple_glx_drawable_callbacks
129 if (apple_glx_drawable_create(dpy, screen, pixmap, &d, &callbacks))
apple_glx_surface.c 41 static struct apple_glx_drawable_callbacks callbacks = { variable in typeref:struct:apple_glx_drawable_callbacks
170 if (apple_glx_drawable_create(dpy, screen, drawable, &d, &callbacks))
  /external/chromium_org/chrome/browser/policy/cloud/
cloud_policy_service.cc 141 std::vector<RefreshPolicyCallback> callbacks; local
142 callbacks.swap(refresh_callbacks_);
145 for (std::vector<RefreshPolicyCallback>::iterator callback(callbacks.begin());
146 callback != callbacks.end();
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBRequestTest.cpp 145 RefPtr<IDBDatabaseCallbacksImpl> callbacks = IDBDatabaseCallbacksImpl::create(); local
149 RefPtr<IDBOpenDBRequest> request = IDBOpenDBRequest::create(scriptExecutionContext(), callbacks, transactionId, version);
158 RefPtr<IDBOpenDBRequest> request = IDBOpenDBRequest::create(scriptExecutionContext(), callbacks, transactionId, version);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_device.h 66 GLCALLBACKTABLE callbacks; member in struct:stw_device
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_device.h 66 GLCALLBACKTABLE callbacks; member in struct:stw_device
  /frameworks/base/core/java/android/os/
SystemProperties.java 146 //Log.i("foo", "Calling " + sChangeCallbacks.size() + " change callbacks!");
150 ArrayList<Runnable> callbacks = new ArrayList<Runnable>(sChangeCallbacks); local
151 for (int i=0; i<callbacks.size(); i++) {
152 callbacks.get(i).run();
  /external/chromium_org/chrome/browser/profiles/
profile_manager.h 244 // List of callbacks to run when profile initialization is done. Note, when
246 std::vector<CreateCallback> callbacks; member in struct:ProfileManager::ProfileInfo
294 void RunCallbacks(const std::vector<CreateCallback>& callbacks,

Completed in 2613 milliseconds

1 2 3 4 5 6 7 8