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

  /system/core/nexus/
TiwlanEventListener.h 50 void *event_callback; member in struct:ipc_ev_data
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc/
loc_api_rpc_glue.h 71 loc_event_cb_f_type *event_callback
  /external/qemu/telephony/
sysdeps.h 49 SysChannelCallback event_callback,
sysdeps_qemu.c 224 SysChannelCallback event_callback,
236 channel->callback = event_callback;
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
loc_api.xdr 55 rpc_loc_event_cb_f_type event_callback;
loc_api_rpc_glue.c 189 loc_event_cb_f_type *event_callback
196 args.event_callback = LOC_API_CB_ID;
197 loc_api_saved_cb = event_callback;
loc_api_xdr.c 36 if (!xdr_rpc_loc_event_cb_f_type (xdrs, &objp->event_callback))
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/
loc_api.xdr 64 rpc_loc_event_cb_f_type event_callback;
loc_api_rpc_glue.c 189 loc_event_cb_f_type *event_callback
196 args.event_callback = LOC_API_CB_ID;
197 loc_api_saved_cb = event_callback;
loc_api_xdr.c 36 if (!xdr_rpc_loc_event_cb_f_type (xdrs, &objp->event_callback))
  /external/stlport/src/
ios.cpp 181 void ios_base::register_callback(event_callback __fn, int index) {
182 pair<pair<event_callback, int>*, size_t> tmp
199 event_callback f = _M_callbacks[i-1].first;
241 pair<event_callback, int>* tmp = _Stl_copy_array(x._M_callbacks, x._M_callback_index);
  /ndk/sources/cxx-stl/stlport/src/
ios.cpp 181 void ios_base::register_callback(event_callback __fn, int index) {
182 pair<pair<event_callback, int>*, size_t> tmp
199 event_callback f = _M_callbacks[i-1].first;
241 pair<event_callback, int>* tmp = _Stl_copy_array(x._M_callbacks, x._M_callback_index);
  /external/bluetooth/glib/gio/inotify/
inotify-path.c 84 static void (*event_callback)(ik_event_t *event, inotify_sub *sub); variable
95 event_callback = cb;
344 event_callback (event, sub);
381 event_callback (event->pair, sub);
  /external/stlport/stlport/stl/
_ios_base.h 155 typedef void (*event_callback)(event, ios_base&, int __index); typedef in class:ios_base
156 void register_callback(event_callback __fn, int __index);
222 pair<event_callback, int>* _M_callbacks;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 155 typedef void (*event_callback)(event, ios_base&, int __index); typedef in class:ios_base
156 void register_callback(event_callback __fn, int __index);
222 pair<event_callback, int>* _M_callbacks;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
ios_base.h 444 typedef void (*event_callback) (event, ios_base&, int); typedef in class:ios_base
457 register_callback(event_callback __fn, int __index);
477 ios_base::event_callback _M_fn;
481 _Callback_list(ios_base::event_callback __fn, int __index,
  /external/kernel-headers/original/linux/
dmaengine.h 143 * @event_callback: func ptr to call when something happens
151 dma_event_callback event_callback; member in struct:dma_client
206 struct dma_client *dma_async_client_register(dma_event_callback event_callback);
  /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/inc-1240/
loc_api.h 27 rpc_loc_event_cb_f_type event_callback; member in struct:rpc_loc_open_args

Completed in 623 milliseconds