HomeSort by relevance Sort by last modified time
    Searched defs:cb_arg (Results 1 - 10 of 10) sorted by null

  /external/libevent/include/event2/
rpc_struct.h 90 void *cb_arg; member in struct:evrpc
http_struct.h 115 void *cb_arg; member in struct:evhttp_request
  /external/libevent/
evrpc-internal.h 189 void *cb_arg; member in struct:evrpc_request_wrapper
http-internal.h 98 void *cb_arg; member in struct:evhttp_connection
http.c 384 evcon->cb_arg = arg;
413 evcon->cb_arg = NULL;
687 (*req->cb)(req, req->cb_arg);
703 void *cb_arg; local
726 cb_arg = req->cb_arg;
729 cb_arg = NULL;
748 (*cb)(NULL, cb_arg);
760 (*evcon->cb)(evcon, evcon->cb_arg);
817 (*req->cb)(req, req->cb_arg);
    [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
common.h 74 void *cb_arg; member in struct:__anon34728
  /external/boringssl/src/include/openssl/
bio.h 801 char *cb_arg; \/* first argument for the callback *\/ member in struct:bio_st
    [all...]
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
common.h 148 void *cb_arg; member in struct:__anon29276
wifi_hal.cpp 347 WifiCommand *cmd = (WifiCommand *)cbi->cb_arg;
371 WifiCommand *cmd = (WifiCommand *)cbi->cb_arg;
500 void *cb_arg = cbi->cb_arg; local
501 WifiCommand *cmd = (WifiCommand *)cbi->cb_arg;
507 (*cb_func)(msg, cb_arg);
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 790 void *cb_arg; /* arg to completion callback function */ member in struct:wl_rm_req
    [all...]

Completed in 1167 milliseconds