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

  /hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
IPACM_Neighbor.cpp 59 void IPACM_Neighbor::event_callback(ipa_cm_event_id event, void *param) function in class:IPACM_Neighbor
IPACM_IfaceManager.cpp 69 void IPACM_IfaceManager::event_callback(ipa_cm_event_id event, void *param) function in class:IPACM_IfaceManager
IPACM_ConntrackListener.cpp 71 void IPACM_ConntrackListener::event_callback(ipa_cm_event_id evt, function in class:IPACM_ConntrackListener
    [all...]
IPACM_Wlan.cpp 139 void IPACM_Wlan::event_callback(ipa_cm_event_id event, void *param) function in class:IPACM_Wlan
    [all...]
IPACM_LanToLan.cpp 103 void IPACM_LanToLan::event_callback(ipa_cm_event_id event, void* param) function in class:IPACM_LanToLan
    [all...]
IPACM_Lan.cpp 215 void IPACM_Lan::event_callback(ipa_cm_event_id event, void *param) function in class:IPACM_Lan
    [all...]
IPACM_Wan.cpp 529 void IPACM_Wan::event_callback(ipa_cm_event_id event, void *param) function in class:IPACM_Wan
    [all...]
  /external/libevent/include/event2/
event_struct.h 107 struct event_callback { struct
108 TAILQ_ENTRY(event_callback) evcb_active_next;
115 void (*evcb_selfcb)(struct event_callback *, void *);
117 void (*evcb_cbfinalize)(struct event_callback *, void *);
124 struct event_callback ev_evcallback;
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc-1240/
loc_api.h 27 rpc_loc_event_cb_f_type event_callback; member in struct:rpc_loc_open_args
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc-3200/
loc_api.h 27 rpc_loc_event_cb_f_type event_callback; member in struct:rpc_loc_open_args
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/inc/
loc_api_rpcgen_rpc.h 57 rpc_loc_event_cb_f_type event_callback; member in struct:rpc_loc_open_args
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/inc-1240/
loc_api.h 27 rpc_loc_event_cb_f_type event_callback; member in struct:rpc_loc_open_args
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/inc-3200/
loc_api.h 27 rpc_loc_event_cb_f_type event_callback; member in struct:rpc_loc_open_args
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/inc/
loc_api_rpcgen_rpc.h 57 rpc_loc_event_cb_f_type event_callback; member in struct:rpc_loc_open_args
  /hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/inc/
loc_api_rpcgen_rpc.h 57 rpc_loc_event_cb_f_type event_callback; member in struct:rpc_loc_open_args
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/inc-1240/
loc_api.h 27 rpc_loc_event_cb_f_type event_callback; member in struct:rpc_loc_open_args
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/inc-3200/
loc_api.h 27 rpc_loc_event_cb_f_type event_callback; member in struct:rpc_loc_open_args
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/inc/
loc_api_rpcgen_rpc.h 57 rpc_loc_event_cb_f_type event_callback; member in struct:rpc_loc_open_args
  /hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/inc/
loc_api_rpcgen_rpc.h 57 rpc_loc_event_cb_f_type event_callback; member in struct:rpc_loc_open_args
  /external/oj-libjdwp/src/share/back/
eventHandler.c 460 * for every class no longer present. Analogous to event_callback
544 event_callback(JNIEnv *env, EventInfo *evinfo) function
551 LOG_MISC(("event_callback(): ei=%s", eventText(evinfo->ei)));
552 log_debugee_location("event_callback()", evinfo->thread, evinfo->method, evinfo->location);
762 event_callback(env, &info);
784 event_callback(env, &info);
811 event_callback(env, &info);
839 event_callback(env, &info);
857 event_callback(env, &info);
875 event_callback(env, &info)
    [all...]
  /external/syslinux/core/lwip/src/api/
sockets.c 71 /** number of times data was received, set by event_callback(),
74 /** number of times data was ACKed (free send buffer), set by event_callback(),
77 /** error happened for this socket, set by event_callback(), tested by select */
130 and checked in event_callback to see if it has changed. */
175 static void event_callback(struct netconn *conn, enum netconn_evt evt, u16_t len);
379 LWIP_ASSERT("newconn->callback == event_callback", newconn->callback == event_callback);
382 /* See event_callback: If data comes in right away after an accept, even
945 conn = netconn_new_with_proto_and_callback(NETCONN_RAW, (u8_t)protocol, event_callback);
951 NETCONN_UDPLITE : NETCONN_UDP, event_callback);
1234 event_callback(struct netconn *conn, enum netconn_evt evt, u16_t len) function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
ios_base.h 436 typedef void (*event_callback) (event __e, ios_base& __b, int __i); typedef in class:ios_base
449 register_callback(event_callback __fn, int __index);
464 ios_base::event_callback _M_fn;
468 _Callback_list(ios_base::event_callback __fn, int __index,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
ios_base.h 436 typedef void (*event_callback) (event __e, ios_base& __b, int __i); typedef in class:ios_base
449 register_callback(event_callback __fn, int __index);
464 ios_base::event_callback _M_fn;
468 _Callback_list(ios_base::event_callback __fn, int __index,

Completed in 763 milliseconds