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

  /system/core/nexus/
TiwlanEventListener.h 50 void *event_callback; member in struct:ipc_ev_data
  /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/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-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
  /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/ndk/android-ndk-r5/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/ndk/android-ndk-r6/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,
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/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,
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/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,
  /hardware/ti/omap4xxx/camera/inc/
CameraHal.h 392 typedef void (*event_callback) (CameraHalEvent *event); typedef in namespace:android
412 virtual void enableMsgType(int32_t msgs, frame_callback frameCb=NULL, event_callback eventCb=NULL, void* cookie=NULL) = 0;
468 event_callback mEventCallback;
471 EventProvider(MessageNotifier *mn, void* cookie, event_callback eventCallback)
799 event_callback eventCb = NULL,
    [all...]

Completed in 305 milliseconds