/external/libnl-headers/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/bluetooth/bluez/audio/ |
control.h | 38 unsigned int avctp_add_state_cb(avctp_state_cb cb, void *user_data);
|
sink.h | 39 unsigned int sink_add_state_cb(sink_state_cb cb, void *user_data);
|
source.h | 40 unsigned int source_add_state_cb(source_state_cb cb, void *user_data);
|
/external/bluetooth/bluez/src/ |
glib-helper.h | 28 uuid_t *uuid, bt_callback_t cb, void *user_data,
|
/external/bluetooth/glib/gio/inotify/ |
inotify-kernel.h | 35 gboolean _ik_startup (void (*cb) (ik_event_t *event));
|
/external/chromium/third_party/libevent/ |
evrpc.h | 102 void (*cb)(struct evrpc_req_generic *, void *); member in struct:evrpc 182 void (*cb)(struct evrpc_status *, \ 198 ctx->cb = (void (*)(struct evrpc_status *, \ 199 void *, void *, void *))cb; \ 210 (*(cb))(&status, request, reply, cbarg); \ 356 void (*cb)(struct evrpc_status*, void *request, void *reply, void *arg); member in struct:evrpc_request_wrapper 383 * @param cb the callback to invoke when the RPC request has been answered 387 #define EVRPC_MAKE_REQUEST(name, pool, request, reply, cb, cbarg) \ 388 evrpc_send_request_##name(pool, request, reply, cb, cbarg) 460 * @param cb the callback to call when the hook is activate [all...] |
/external/chromium/third_party/libjingle/source/talk/base/ |
win32socketserver.h | 62 virtual int Send(const void *pv, size_t cb); 63 virtual int SendTo(const void *pv, size_t cb, const SocketAddress& addr); 64 virtual int Recv(void *pv, size_t cb); 65 virtual int RecvFrom(void *pv, size_t cb, SocketAddress *paddr);
|
/external/iptables/extensions/ |
libxt_NFLOG.c | 48 static void NFLOG_parse(struct xt_option_call *cb) 50 xtables_option_parse(cb); 51 switch (cb->entry->id) { 53 if (strchr(cb->arg, '\n') != NULL)
|
libxt_TCPOPTSTRIP.c | 94 static void tcpoptstrip_tg_parse(struct xt_option_call *cb) 96 struct xt_tcpoptstrip_target_info *info = cb->data; 98 xtables_option_parse(cb); 99 parse_list(info, cb->arg);
|
libxt_dccp.c | 99 static void dccp_parse(struct xt_option_call *cb) 101 struct xt_dccp_info *einfo = cb->data; 103 xtables_option_parse(cb); 104 switch (cb->entry->id) { 107 if (cb->invert) 112 if (cb->invert) 117 einfo->typemask = parse_dccp_types(cb->arg); 118 if (cb->invert) 123 if (cb->invert)
|
libxt_string.c | 168 static void string_parse(struct xt_option_call *cb) 170 struct xt_string_info *stringinfo = cb->data; 171 const unsigned int revision = (*cb->match)->u.user.revision; 173 xtables_option_parse(cb); 174 switch (cb->entry->id) { 176 parse_string(cb->arg, stringinfo); 177 if (cb->invert) { 185 parse_hex_string(cb->arg, stringinfo); /* sets length */ 186 if (cb->invert) { 203 static void string_check(struct xt_fcheck_call *cb) [all...] |
/external/kernel-headers/original/linux/ |
errqueue.h | 29 #define SKB_EXT_ERR(skb) ((struct sock_exterr_skb *) ((skb)->cb))
|
/external/openssl/crypto/engine/ |
eng_int.h | 103 ENGINE_CLEANUP_CB *cb; member in struct:st_engine_cleanup_item 106 void engine_cleanup_add_first(ENGINE_CLEANUP_CB *cb); 107 void engine_cleanup_add_last(ENGINE_CLEANUP_CB *cb); 131 void engine_table_doall(ENGINE_TABLE *table, engine_table_doall_cb *cb, void *arg);
|
/external/qemu/android/ |
multitouch-port.h | 120 * cb - Callback to invoke when update has been transferred to the MT-emulating 122 * cb_opaque - An opaque parameter to pass back to the 'cb' callback. 132 async_send_cb cb,
|
/external/qemu/distrib/sdl-1.2.12/src/video/ |
SDL_yuv_mmx.c | 75 It is a requirement that the cr/cb/lum are 8 byte aligned and 82 unsigned char *cb, unsigned char *out, 143 // create Cb (result in mm1) 217 "addl $2,%1\n" // cb+2 233 : "m" (cr), "r"(cb),"r"(lum), 243 unsigned char *cb, unsigned char *out, 266 "movd (%1), %%mm0\n" // 4 Cb 0 0 0 0 u3 u2 u1 u0 273 "punpcklbw %%mm7, %%mm0\n" // 4 W cb 0 u3 0 u2 0 u1 0 u0 277 "movq %%mm0, %%mm2\n" // Cb 0 u3 0 u2 0 u1 0 u0 417 : "m" (cr), "r"(cb),"r"(lum) [all...] |
/external/qemu/ |
gdbstub.h | 17 void gdb_do_syscall(gdb_syscall_complete_cb cb, const char *fmt, ...);
|
charpipe.c | 39 CBuffer cb[1]; member in struct:BipBuffer 59 cbuffer_reset( bip->cb, bip->buff, sizeof(bip->buff) ); 138 int len2 = cbuffer_write( bip->cb, buf, len ); 172 size = cbuffer_read_avail(bip->cb); 191 avail = cbuffer_read_peek( bip->cb, &base ); 198 cbuffer_read_step( bip->cb, avail ); 328 int len2 = cbuffer_write( bip->cb, buf, len ); 362 avail = cbuffer_read_peek( bip->cb, &base ); 378 cbuffer_read_step( bip->cb, size ); 448 CharBuffer* cb = _s_charbuffers local [all...] |
/external/wpa_supplicant_8/src/wps/ |
http_server.h | 27 void (*cb)(void *ctx,
|
/frameworks/native/include/utils/ |
misc.h | 92 void add_sysprop_change_callback(sysprop_change_callback cb, int priority);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/ |
scache.h | 95 pa_context_success_cb_t cb /**< Call this function after successfully starting playback, or NULL */,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/ |
scache.h | 95 pa_context_success_cb_t cb /**< Call this function after successfully starting playback, or NULL */,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/ |
scache.h | 95 pa_context_success_cb_t cb /**< Call this function after successfully starting playback, or NULL */,
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
ScaleDrawableTest.java | 56 MockCallback cb = new MockCallback(); local 57 scaleDrawable.setCallback(cb); 59 assertTrue(cb.hasCalledInvalidate()); 61 cb.reset(); 63 assertTrue(cb.hasCalledInvalidate()); 65 cb.reset(); 68 assertFalse(cb.hasCalledInvalidate()); 76 MockCallback cb = new MockCallback(); local 77 scaleDrawable.setCallback(cb); 79 assertTrue(cb.hasCalledSchedule()) 99 MockCallback cb = new MockCallback(); local [all...] |
/bionic/libc/kernel/common/linux/ |
relay.h | 65 struct rchan_callbacks *cb; member in struct:rchan 99 struct rchan_callbacks *cb);
|