/system/core/libnl_2/ |
netlink.c | 105 int nl_recvmsgs(struct nl_sock *sk, struct nl_cb *cb) 147 cb_rc = cb->cb_err(&nla, nlme, cb->cb_err_arg); 162 if (cb->cb_set[i]) { 166 cb_rc = cb->cb_set[i](msg, cb->cb_args[i]); 172 cb_rc = cb->cb_set[i](msg, cb->cb_args[i]); 178 cb_rc = cb->cb_set[i](msg, cb->cb_args[i]) [all...] |
/development/tools/emulator/opengl/host/libs/libOpenglRender/ |
ColorBuffer.cpp | 54 ColorBuffer *cb = new ColorBuffer(); local 57 s_gl.glGenTextures(1, &cb->m_tex); 58 s_gl.glBindTexture(GL_TEXTURE_2D, cb->m_tex); 78 s_gl.glGenTextures(1, &cb->m_blitTex); 79 s_gl.glBindTexture(GL_TEXTURE_2D, cb->m_blitTex); 90 cb->m_width = p_width; 91 cb->m_height = p_height; 92 cb->m_internalFormat = texInternalFormat; 95 cb->m_eglImage = s_egl.eglCreateImageKHR(fb->getDisplay(), 98 (EGLClientBuffer)cb->m_tex [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/ |
SDL_yuv_sw.c | 109 unsigned char *cb, unsigned char *out, 113 unsigned char *cb, unsigned char *out, 127 unsigned char *cb, unsigned char *out, 131 unsigned char *cb, unsigned char *out, 137 unsigned char *cb, unsigned char *out, 165 + colortab[ *cb + 2*256 ]; 166 cb_b = 2*768+256 + colortab[ *cb + 3*256 ]; 167 ++cr; ++cb; 207 unsigned char *cb, unsigned char *out, 237 + colortab[ *cb + 2*256 ] [all...] |
/external/bluetooth/bluez/src/ |
agent.c | 77 void *cb; member in struct:agent_request 160 agent_cb cb; local 167 pincode_cb = agent->request->cb; 171 cb = agent->request->cb; 172 cb(agent, &err, agent->request->user_data); 193 agent_remove_cb cb, void *remove_cb_data) 203 agent->remove_cb = cb; 215 void *cb, 225 req->cb = cb 255 agent_cb cb = req->cb; local 364 agent_pincode_cb cb = req->cb; local 538 agent_passkey_cb cb = req->cb; local [all...] |
glib-helper.h | 28 uuid_t *uuid, bt_callback_t cb, void *user_data,
|
/external/jpeg/ |
jdcolor.c | 23 int * Cb_b_tab; /* => table for Cb to B conversion */ 25 INT32 * Cb_g_tab; /* => table for Cb to G conversion */ 54 * YCbCr is defined per CCIR 601-1, except that Cb and Cr are 58 * G = Y - 0.34414 * Cb - 0.71414 * Cr 59 * B = Y + 1.77200 * Cb 60 * where Cb and Cr represent the incoming values less CENTERJSAMPLE. 70 * by precalculating the constants times Cb and Cr for all possible values. 75 * The Cr=>R and Cb=>B values can be rounded to integers in advance; the 112 /* The Cb or Cr value we are thinking of is x = i - CENTERJSAMPLE */ 116 /* Cb=>B value is nearest int to 1.77200 * x * 144 register int y, cb, cr; local 185 register int y, cb, cr; local 226 register int y, cb, cr; local 298 register int y, cb, cr; local 694 register int y, cb, cr; local [all...] |
/external/wpa_supplicant_8/src/eapol_auth/ |
eapol_auth_sm.c | 36 sm->eapol->cb.set_port_authorized(sm->eapol->conf.ctx, sm->sta, 1) 38 sm->eapol->cb.set_port_authorized(sm->eapol->conf.ctx, sm->sta, 0) 44 #define abortAuth() sm->eapol->cb.abort_auth(sm->eapol->conf.ctx, sm->sta) 45 #define txKey() sm->eapol->cb.tx_key(sm->eapol->conf.ctx, sm->sta) 58 if (eapol->cb.logger == NULL) 60 eapol->cb.logger(eapol->conf.ctx, addr, level, txt); 72 if (eapol->cb.logger == NULL) 104 sm->eapol->cb.eapol_send(sm->eapol->conf.ctx, sm->sta, 133 sm->eapol->cb.eapol_send(sm->eapol->conf.ctx, sm->sta, 227 sm->eapol->cb.finished(sm->eapol->conf.ctx, sm->sta, 0 [all...] |
/external/iptables/extensions/ |
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) 113 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_multi_range *mr = cb->data; 89 xtables_option_parse(cb); 90 switch (cb->entry->id) { 95 parse_ports(cb->arg, mr);
|
libipt_SAME.c | 73 static void SAME_parse(struct xt_option_call *cb) 75 struct ipt_same_info *mr = cb->data; 78 xtables_option_parse(cb); 79 switch (cb->entry->id) { 86 parse_to(cb->arg, &mr->range[mr->rangesize]); 88 if (cb->xflags & F_RANDOM)
|
libxt_CT.c | 99 static void ct_parse(struct xt_option_call *cb) 101 struct xt_ct_target_info *info = cb->data; 103 xtables_option_parse(cb); 104 switch (cb->entry->id) { 109 info->ct_events = ct_parse_events(ct_event_tbl, ARRAY_SIZE(ct_event_tbl), cb->arg); 112 info->exp_events = ct_parse_events(exp_event_tbl, ARRAY_SIZE(exp_event_tbl), cb->arg);
|
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)
|
/external/webkit/Source/WebCore/editing/ |
InsertLineBreakCommand.cpp | 59 Element* cb = pos.deprecatedNode()->enclosingBlockFlowElement(); local 60 if (cb == pos.deprecatedNode()) 61 appendNode(node, cb); 71 Element* cb = pos.deprecatedNode()->enclosingBlockFlowElement(); local 72 if (cb == pos.deprecatedNode()) 73 appendNode(node, cb);
|
/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/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/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);
|