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

  /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
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 157 typedef void (*event_callback)(event, ios_base&, int __index); typedef in class:ios_base
158 void register_callback(event_callback __fn, int __index);
224 pair<event_callback, int>* _M_callbacks;
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 157 typedef void (*event_callback)(event, ios_base&, int __index); typedef in class:ios_base
158 void register_callback(event_callback __fn, int __index);
224 pair<event_callback, int>* _M_callbacks;
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 157 typedef void (*event_callback)(event, ios_base&, int __index); typedef in class:ios_base
158 void register_callback(event_callback __fn, int __index);
224 pair<event_callback, int>* _M_callbacks;
  /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.11-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-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,
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/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/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/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/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/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 3990 milliseconds