/external/libnl/lib/ |
cache.c | 468 struct nl_cb *cb; local 477 cb = nl_cb_clone(sk->s_cb); 478 if (cb == NULL) 481 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, update_msg_parser, &x); 483 err = nl_recvmsgs(sk, cb); 489 nl_cb_put(cb); 520 struct nl_msgtype *type, change_func_t cb, void *data) 531 if (cb) 532 cb(cache, old, NL_ACT_DEL, data); 539 if (old == NULL && cb) [all...] |
/external/jemalloc/include/jemalloc/internal/ |
rb.h | 187 a_prefix##iter(a_rbt_type *rbtree, a_type *start, a_type *(*cb)( \ 191 a_type *(*cb)(a_rbt_type *, a_type *, void *), void *arg); \ 193 a_prefix##destroy(a_rbt_type *rbtree, void (*cb)(a_type *, void *), \ 300 * ex_iter(ex_t *tree, ex_node_t *start, ex_node_t *(*cb)(ex_t *, 303 * ex_reverse_iter(ex_t *tree, ex_node_t *start, ex_node *(*cb)(ex_t *, 313 * cb : Callback function, which is called for each node during 320 * arg : Opaque pointer passed to cb(). 325 * ex_destroy(ex_t *tree, void (*cb)(ex_node_t *, void *), void *arg); 333 * cb : Callback function, which, if non-null, is called for each node 336 * arg : Opaque pointer passed to cb() [all...] |
/frameworks/base/services/core/java/com/android/server/media/ |
MediaSessionRecord.java | 131 ISessionCallback cb, String tag, MediaSessionService service, Handler handler) { 139 mSessionCb = new SessionCb(cb); 428 ResultReceiver cb, int uid, String packageName) { 430 mSessionCb.sendMediaButton(ke, sequenceId, cb); 496 ISessionControllerCallback cb = mControllerCallbacks.get(i); local 498 cb.onPlaybackStateChanged(mPlaybackState); 515 ISessionControllerCallback cb = mControllerCallbacks.get(i); local 517 cb.onMetadataChanged(mMetadata); 534 ISessionControllerCallback cb = mControllerCallbacks.get(i); local 536 cb.onQueueChanged(mQueue) 553 ISessionControllerCallback cb = mControllerCallbacks.get(i); local 572 ISessionControllerCallback cb = mControllerCallbacks.get(i); local 592 ISessionControllerCallback cb = mControllerCallbacks.get(i); local 610 ISessionControllerCallback cb = mControllerCallbacks.get(i); local 631 ISessionControllerCallback cb = mControllerCallbacks.get(i); local [all...] |
/external/iptables/extensions/ |
libip6t_MASQUERADE.c | 73 static void MASQUERADE_parse(struct xt_option_call *cb) 75 const struct ip6t_entry *entry = cb->xt_entry; 76 struct nf_nat_range *r = cb->data; 88 xtables_option_parse(cb); 89 switch (cb->entry->id) { 94 parse_ports(cb->arg, r);
|
libip6t_hbh.c | 102 static void hbh_parse(struct xt_option_call *cb) 104 struct ip6t_opts *optinfo = cb->data; 106 xtables_option_parse(cb); 107 switch (cb->entry->id) { 109 if (cb->invert) 114 optinfo->optsnr = parse_options(cb->arg, optinfo->opts);
|
libip6t_ipv6header.c | 159 static void ipv6header_parse(struct xt_option_call *cb) 161 struct ip6t_ipv6header_info *info = cb->data; 163 xtables_option_parse(cb); 164 switch (cb->entry->id) { 166 if (!(info->matchflags = parse_header(cb->arg))) 168 if (cb->invert)
|
libipt_MASQUERADE.c | 74 static void MASQUERADE_parse(struct xt_option_call *cb) 76 const struct ipt_entry *entry = cb->xt_entry; 78 struct nf_nat_ipv4_multi_range_compat *mr = cb->data; 89 xtables_option_parse(cb); 90 switch (cb->entry->id) { 95 parse_ports(cb->arg, mr);
|
libxt_udp.c | 46 static void udp_parse(struct xt_option_call *cb) 48 struct xt_udp *udpinfo = cb->data; 50 xtables_option_parse(cb); 51 switch (cb->entry->id) { 53 if (cb->invert) 57 if (cb->invert)
|
libxt_CT.c | 132 static void ct_parse(struct xt_option_call *cb) 134 struct xt_ct_target_info *info = cb->data; 136 xtables_option_parse(cb); 137 switch (cb->entry->id) { 142 info->ct_events = ct_parse_events(ct_event_tbl, ARRAY_SIZE(ct_event_tbl), cb->arg); 145 info->exp_events = ct_parse_events(exp_event_tbl, ARRAY_SIZE(exp_event_tbl), cb->arg); 150 static void ct_parse_v1(struct xt_option_call *cb) 152 struct xt_ct_target_info_v1 *info = cb->data; 154 xtables_option_parse(cb); 155 switch (cb->entry->id) [all...] |
/external/iw/ |
hwsim.c | 55 static int handle_hwsim_getps(struct nl80211_state *state, struct nl_cb *cb, 69 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, 77 static int handle_hwsim_setps(struct nl80211_state *state, struct nl_cb *cb, 101 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, 109 static int handle_hwsim_stop_queues(struct nl80211_state *state, struct nl_cb *cb, 131 static int handle_hwsim_wake_queues(struct nl80211_state *state, struct nl_cb *cb,
|
mpath.c | 94 struct nl_cb *cb, 116 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, print_mpath_handler, NULL); 130 struct nl_cb *cb, 166 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, print_mpath_handler, NULL); 179 struct nl_cb *cb, 186 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, print_mpath_handler, NULL);
|
/external/libchrome/base/ |
callback_unittest.cc | 138 cb(Bind(&TestForReentrancy::AssertCBIsNull, Unretained(this))) { 141 ASSERT_TRUE(cb.is_null()); 145 Closure cb; member in struct:base::__anon14233::TestForReentrancy 150 ASSERT_FALSE(tfr.cb.is_null()); 152 ResetAndReturn(&tfr.cb).Run(); 153 ASSERT_TRUE(tfr.cb.is_null());
|
/frameworks/base/media/java/android/media/session/ |
ISessionController.aidl | 39 void sendCommand(String command, in Bundle args, in ResultReceiver cb); 41 void registerCallbackListener(in ISessionControllerCallback cb); 42 void unregisterCallbackListener(in ISessionControllerCallback cb);
|
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/ |
BordeauxService.java | 155 public void registerCallback(IBordeauxServiceCallback cb) { 156 if (cb != null) mCallbacks.register(cb); 159 public void unregisterCallback(IBordeauxServiceCallback cb) { 160 if (cb != null) mCallbacks.unregister(cb);
|
/libcore/ojluni/src/main/java/java/util/zip/ |
ZipCoder.java | 62 CharBuffer cb = CharBuffer.wrap(ca); local 63 CoderResult cr = cd.decode(bb, cb, true); 66 cr = cd.flush(cb); 69 return new String(ca, 0, cb.position()); 92 CharBuffer cb = CharBuffer.wrap(ca); local 93 CoderResult cr = ce.encode(cb, bb, true);
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/form/ |
Form11n.java | 83 CstLiteralBits cb = (CstLiteralBits) cst; local 85 return cb.fitsInInt() && signedFitsInNibble(cb.getIntBits());
|
Form21s.java | 82 CstLiteralBits cb = (CstLiteralBits) cst; local 84 return cb.fitsInInt() && signedFitsInShort(cb.getIntBits());
|
Form22b.java | 84 CstLiteralBits cb = (CstLiteralBits) cst; local 86 return cb.fitsInInt() && signedFitsInByte(cb.getIntBits());
|
Form22s.java | 84 CstLiteralBits cb = (CstLiteralBits) cst; local 86 return cb.fitsInInt() && signedFitsInShort(cb.getIntBits());
|
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/ |
Engine.java | 44 private final ResourceCallback cb; field in class:Engine.LoadStatus 46 public LoadStatus(ResourceCallback cb, EngineJob engineJob) { 47 this.cb = cb; 52 engineJob.removeCallback(cb); 108 * <li>Check the current set of in progress loads and add the cb to the in progress load if present</li> 134 * @param cb The callback that will be called when the load completes. 142 Priority priority, boolean isMemoryCacheable, DiskCacheStrategy diskCacheStrategy, ResourceCallback cb) { 155 cb.onResourceReady(cached); 167 cb.onResourceReady(active) [all...] |
/external/libevent/ |
iocp-internal.h | 53 iocp_callback cb; member in struct:event_overlapped 99 iocp_callback cb; member in struct:event_overlapped 106 @param cb The callback that should be invoked once the IO operation has 109 void event_overlapped_init(struct event_overlapped *, iocp_callback cb);
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Dynamics/ |
btDynamicsWorld.h | 110 void setInternalTickCallback(btInternalTickCallback cb, void* worldUserInfo=0,bool isPreTick=false) 114 m_internalPreTickCallback = cb; 117 m_internalTickCallback = cb;
|
/external/libnl/include/netlink/ |
cache.h | 82 void (*cb)(struct nl_object *, 87 void (*cb)(struct 98 extern void nl_cache_ops_foreach(void (*cb)(struct nl_cache_ops *, void *), void *);
|
/external/webrtc/webrtc/modules/desktop_capture/win/ |
screen_capture_utils.cc | 24 device.cb = sizeof(device); 49 device.cb = sizeof(device); 66 device.cb = sizeof(device);
|
/external/wpa_supplicant_8/src/ap/ |
utils.c | 19 int (*cb)(void *ctx, const u8 *sa, 36 n->cb = cb;
|