Searched refs:cb_arg (Results 1 - 25 of 25) sorted by relevance

/external/boringssl/src/decrepit/dh/
H A Ddh_decrepit.c71 void (*callback)(int, int, void *), void *cb_arg) {
88 wrapped.arg = cb_arg;
70 DH_generate_parameters(int prime_len, int generator, void (*callback)(int, int, void *), void *cb_arg) argument
/external/boringssl/src/decrepit/dsa/
H A Ddsa_decrepit.c72 void (*callback)(int, int, void *), void *cb_arg) {
89 wrapped.arg = cb_arg;
70 DSA_generate_parameters(int bits, uint8_t *seed_in, int seed_len, int *counter_ret, unsigned long *h_ret, void (*callback)(int, int, void *), void *cb_arg) argument
/external/libevent/include/event2/
H A Drpc_struct.h90 void *cb_arg; member in struct:evrpc
H A Dhttp_struct.h115 void *cb_arg; member in struct:evhttp_request
H A Drpc.h488 * @param cb_arg an additional argument for the callback
495 void *cb_arg);
562 void *cb_arg,
590 void *cb_arg);
H A Dhttp.h256 @param cb_arg an additional context argument for the callback
261 void (*cb)(struct evhttp_request *, void *), void *cb_arg);
619 * @param cb_arg an additional context argument for the callback
623 void (*cb)(struct evhttp_request *, void *), void *cb_arg);
/external/adhd/cras/src/server/
H A Dcras_alsa_mixer.h161 * cb_arg - Argument to pass to cb.
167 void *cb_arg);
171 void *cb_arg);
H A Dcras_alsa_ucm.h352 * cb_arg - Argument to pass to cb.
361 void *cb_arg);
H A Dcras_alsa_mixer.c561 void *cb_arg)
566 cb(control, cb_arg);
1072 void *cb_arg)
1075 list_controls(cras_mixer->output_controls, cb, cb_arg);
1080 void *cb_arg)
1083 list_controls(cras_mixer->input_controls, cb, cb_arg);
559 list_controls(struct mixer_control *control_list, cras_alsa_mixer_control_callback cb, void *cb_arg) argument
1070 cras_alsa_mixer_list_outputs(struct cras_alsa_mixer *cras_mixer, cras_alsa_mixer_control_callback cb, void *cb_arg) argument
1078 cras_alsa_mixer_list_inputs(struct cras_alsa_mixer *cras_mixer, cras_alsa_mixer_control_callback cb, void *cb_arg) argument
H A Dcras_alsa_ucm.c962 void *cb_arg)
984 cb(c->name, cb_arg);
957 ucm_list_section_devices_by_device_name( struct cras_use_case_mgr *mgr, enum CRAS_STREAM_DIRECTION direction, const char *device_name, ucm_list_section_devices_callback cb, void *cb_arg) argument
/external/boringssl/src/decrepit/rsa/
H A Drsa_decrepit.c65 void *cb_arg) {
67 assert(cb_arg == NULL);
64 RSA_generate_key(int bits, unsigned long e_value, void *callback, void *cb_arg) argument
/external/libevent/
H A Devrpc.c123 void *cb_arg)
143 hook->process_arg = cb_arg;
229 void (*cb)(struct evrpc_req_generic *, void *), void *cb_arg)
235 rpc->cb_arg = cb_arg;
369 rpc->cb(rpc_state, rpc->cb_arg);
711 (*ctx->cb)(&status, ctx->request, ctx->reply, ctx->cb_arg);
756 (*ctx->cb)(&status, ctx->request, ctx->reply, ctx->cb_arg);
845 ctx->cb_arg = cbarg;
940 (*ctx->cb)(&status, ctx->request, ctx->reply, ctx->cb_arg);
120 evrpc_add_hook(void *vbase, enum EVRPC_HOOK_TYPE hook_type, int (*cb)(void *, struct evhttp_request *, struct evbuffer *, void *), void *cb_arg) argument
228 evrpc_register_rpc(struct evrpc_base *base, struct evrpc *rpc, void (*cb)(struct evrpc_req_generic *, void *), void *cb_arg) argument
1079 evrpc_send_request_generic(struct evrpc_pool *pool, void *request, void *reply, void (*cb)(struct evrpc_status *, void *, void *, void *), void *cb_arg, const char *rpcname, void (*req_marshal)(struct evbuffer *, void *), void (*rpl_clear)(void *), int (*rpl_unmarshal)(void *, struct evbuffer *)) argument
1165 evrpc_request_set_cb(struct evrpc_request_wrapper *ctx, void (*cb)(struct evrpc_status*, void *request, void *reply, void *arg), void *cb_arg) argument
[all...]
H A Devrpc-internal.h190 void *cb_arg; member in struct:evrpc_request_wrapper
H A Dhttp-internal.h98 void *cb_arg; member in struct:evhttp_connection
H A Dhttp.c368 evcon->cb_arg = arg;
397 evcon->cb_arg = NULL;
695 (*req->cb)(req, req->cb_arg);
728 void *cb_arg; local
750 error_cb_arg = req->cb_arg;
755 cb_arg = req->cb_arg;
758 cb_arg = NULL;
784 (*cb)(NULL, cb_arg);
796 (*evcon->cb)(evcon, evcon->cb_arg);
4052 evhttp_request_set_on_complete_cb(struct evhttp_request *req, void (*cb)(struct evhttp_request *, void *), void *cb_arg) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_macsec_linux.c33 struct cb_arg { struct
45 struct cb_arg cb_arg; member in struct:macsec_genl_ctx
152 memset(&ctx->cb_arg, 0, sizeof(ctx->cb_arg));
153 ctx->cb_arg.drv = drv;
156 &ctx->cb_arg);
491 struct cb_arg *arg = (struct cb_arg *) argp;
616 ctx->cb_arg
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_macsec_linux.c33 struct cb_arg { struct
45 struct cb_arg cb_arg; member in struct:macsec_genl_ctx
152 memset(&ctx->cb_arg, 0, sizeof(ctx->cb_arg));
153 ctx->cb_arg.drv = drv;
156 &ctx->cb_arg);
491 struct cb_arg *arg = (struct cb_arg *) argp;
616 ctx->cb_arg
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_macsec_linux.c33 struct cb_arg { struct
45 struct cb_arg cb_arg; member in struct:macsec_genl_ctx
152 memset(&ctx->cb_arg, 0, sizeof(ctx->cb_arg));
153 ctx->cb_arg.drv = drv;
156 &ctx->cb_arg);
491 struct cb_arg *arg = (struct cb_arg *) argp;
616 ctx->cb_arg
[all...]
/external/boringssl/include/openssl/
H A Ddh.h227 void *cb_arg);
H A Ddsa.h389 void *cb_arg);
H A Drsa.h524 // and |cb_arg| parameters must be NULL.
526 void *cb_arg);
/external/boringssl/src/include/openssl/
H A Ddh.h227 void *cb_arg);
H A Ddsa.h389 void *cb_arg);
H A Drsa.h524 // and |cb_arg| parameters must be NULL.
526 void *cb_arg);
/external/libevent/test/
H A Dregress.c3091 void *cb_arg; local
3094 event_get_assignment(ev1, &b, &s, &what, &cb, &cb_arg);
3100 tt_ptr_op(cb_arg, ==, str);

Completed in 320 milliseconds