HomeSort by relevance Sort by last modified time
    Searched refs:EventCallback (Results 1 - 25 of 30) sorted by null

1 2

  /system/connectivity/apmanager/
mock_hostapd_monitor.cc 22 : HostapdMonitor(EventCallback(), "", "") {}
hostapd_monitor.h 50 EventCallback;
52 HostapdMonitor(const EventCallback& callback_,
85 EventCallback event_callback_;
hostapd_monitor_unittest.cc 52 const HostapdMonitor::EventCallback event_callback() {
57 HostapdMonitor::EventCallback event_callback_;
hostapd_monitor.cc 55 HostapdMonitor::HostapdMonitor(const EventCallback& callback,
  /external/libchrome/base/synchronization/
waitable_event_watcher.h 68 typedef Callback<void(WaitableEvent*)> EventCallback;
74 bool StartWatching(WaitableEvent* event, const EventCallback& callback);
91 const EventCallback& callback() const { return callback_; }
109 EventCallback callback_;
waitable_event_watcher_posix.cc 99 const WaitableEventWatcher::EventCallback& callback,
127 const EventCallback& callback) {
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodSession.java 34 public interface EventCallback {
123 public void dispatchKeyEvent(int seq, KeyEvent event, EventCallback callback);
138 public void dispatchTrackballEvent(int seq, MotionEvent event, EventCallback callback);
153 public void dispatchGenericMotionEvent(int seq, MotionEvent event, EventCallback callback);
  /frameworks/base/core/java/android/inputmethodservice/
AbstractInputMethodService.java 135 public void dispatchKeyEvent(int seq, KeyEvent event, EventCallback callback) {
148 public void dispatchTrackballEvent(int seq, MotionEvent event, EventCallback callback) {
160 public void dispatchGenericMotionEvent(int seq, MotionEvent event, EventCallback callback) {
IInputMethodSessionWrapper.java 213 implements InputMethodSession.EventCallback {
  /external/v8/include/
v8-debug.h 141 typedef void (*EventCallback)(const EventDetails& event_details);
158 static bool SetDebugEventListener(Isolate* isolate, EventCallback that,
162 EventCallback that, Local<Value> data = Local<Value>()));
  /external/mdnsresponder/mDNSShared/
dnsextd.h 106 typedef void (*EventCallback)( void * context );
110 EventCallback callback;
dnsextd.c 238 mDNSlocal mStatus AddSourceToEventLoop( DaemonInfo * self, TCPSocket *sock, EventCallback callback, void *context )
    [all...]
  /external/libchrome/base/win/
event_trace_consumer.h 95 logfile.EventCallback = &ProcessEventCallback;
111 logfile.EventCallback = &ProcessEventCallback;
  /external/libchrome/base/trace_event/
trace_log.h 141 typedef void (*EventCallback)(TimeTicks timestamp,
152 // Enable tracing for EventCallback.
154 EventCallback cb);
439 subtle::AtomicWord /* EventCallback */ event_callback_;
trace_log.cc 802 EventCallback cb) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
evntrace.h 626 PEVENT_CALLBACK EventCallback;
649 PEVENT_CALLBACK EventCallback;
778 EXTERN_C ULONG WMIAPI SetTraceCallback(LPCGUID pGuid,PEVENT_CALLBACK EventCallback);
rtmv2.h 269 DWORD WINAPI RtmRegisterEntity(PRTM_ENTITY_INFO RtmEntityInfo,PRTM_ENTITY_EXPORT_METHODS ExportMethods,RTM_EVENT_CALLBACK EventCallback,WINBOOL ReserveOpaquePointer,PRTM_REGN_PROFILE RtmRegProfile,PRTM_ENTITY_HANDLE RtmRegHandle);
  /external/v8/src/debug/
debug.cc     [all...]
  /external/v8/src/
api.cc     [all...]
  /frameworks/base/
compiled-classes-phone     [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/4/
android.jar 

Completed in 931 milliseconds

1 2