HomeSort by relevance Sort by last modified time
    Searched full:eventcallback (Results 1 - 25 of 42) sorted by null

1 2

  /external/chromium_org/base/synchronization/
waitable_event_watcher_win.cc 22 const EventCallback& callback) {
40 EventCallback callback = callback_;
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_unittest.cc 87 WaitableEventWatcher::EventCallback callback =
waitable_event_watcher_posix.cc 100 const WaitableEventWatcher::EventCallback& callback,
128 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);
  /external/chromium/base/win/
event_trace_consumer.h 94 logfile.EventCallback = &ProcessEventCallback;
110 logfile.EventCallback = &ProcessEventCallback;
  /external/chromium_org/base/win/
event_trace_consumer.h 93 logfile.EventCallback = &ProcessEventCallback;
109 logfile.EventCallback = &ProcessEventCallback;
  /external/mdnsresponder/mDNSShared/
dnsextd.h 106 typedef void (*EventCallback)( void * context );
110 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 194 implements InputMethodSession.EventCallback {
  /frameworks/base/docs/html/sdk/api_diff/17/changes/
android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodSessionImpl.html 86 <A NAME="android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodSessionImpl.dispatchGenericMotionEvent_added(int, android.view.MotionEvent, android.view.inputmethod.InputMethodSession.EventCallback)"></A>
87 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/inputmethodservice/AbstractInputMethodService.AbstractInputMethodSessionImpl.html#dispatchGenericMotionEvent(int, android.view.MotionEvent, android.view.inputmethod.InputMethodSession.EventCallback)" target="_top"><code>dispatchGenericMotionEvent</code></A>(<code>int,</nobr> MotionEvent<nobr>,</nobr> EventCallback<nobr><nobr></code>)</nobr>
android.view.inputmethod.InputMethodSession.html 86 <A NAME="android.view.inputmethod.InputMethodSession.dispatchGenericMotionEvent_added(int, android.view.MotionEvent, android.view.inputmethod.InputMethodSession.EventCallback)"></A>
87 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/view/inputmethod/InputMethodSession.html#dispatchGenericMotionEvent(int, android.view.MotionEvent, android.view.inputmethod.InputMethodSession.EventCallback)" target="_top"><code>dispatchGenericMotionEvent</code></A>(<code>int,</nobr> MotionEvent<nobr>,</nobr> EventCallback<nobr><nobr></code>)</nobr>
  /external/chromium_org/ipc/
ipc_sync_channel.h 164 base::WaitableEventWatcher::EventCallback MakeWaitableEventCallback();
192 base::WaitableEventWatcher::EventCallback shutdown_watcher_callback_;
219 base::WaitableEventWatcher::EventCallback dispatch_watcher_callback_;
ipc_sync_channel.cc 402 base::WaitableEventWatcher::EventCallback
527 base::WaitableEventWatcher::EventCallback old_callback;
  /device/lge/mako/camera/mm-camera-interface/
mm_jpeg_encoder.h 70 jpeg_callback_t eventcallback,
mm_omx_jpeg_encoder.h 75 jpeg_callback_t eventcallback,
mm_jpeg_encoder.c 109 jpeg_callback_t eventcallback,
115 mmcamera_jpeg_callback = eventcallback;
mm_omx_jpeg_encoder.c 138 jpeg_callback_t eventcallback, void* userdata,
143 mmcamera_jpeg_callback = eventcallback;
  /external/v8/include/
v8-debug.h 197 typedef void (*EventCallback)(DebugEvent event,
248 static bool SetDebugEventListener(EventCallback that,
270 // EventDetails to EventCallback at the moment when the VM actually
  /device/lge/mako/camera/QCamera/stack/mm-camera-test/inc/
mm_qcamera_app.h 130 jpeg_callback_t eventcallback, void* userdata, void* output_buffer,
  /external/chromium_org/base/debug/
trace_event_impl.h 452 typedef void (*EventCallback)(TimeTicks timestamp,
463 // Enable tracing for EventCallback.
465 EventCallback cb);
658 subtle::AtomicWord /* EventCallback */ event_callback_;
  /external/chromium_org/chrome/test/ext_auto/auto_provider/
connection_handler.js 126 stream.write(JSON.stringify({ 'type': 'eventCallback',
  /hardware/ti/omap4xxx/camera/inc/
CameraHal.h 479 EventProvider(MessageNotifier *mn, void* cookie, event_callback eventCallback)
480 :mEventNotifier(mn), mCookie(cookie), mEventCallback(eventCallback) {}
564 void eventCallback(CameraHalEvent* chEvt);
    [all...]
  /external/chromium_org/content/browser/
plugin_service_impl.cc 198 base::WaitableEventWatcher::EventCallback callback =
209 base::WaitableEventWatcher::EventCallback callback =
  /frameworks/av/media/libmedia/
JetPlayer.cpp 117 void JetPlayer::setEventCallback(jetevent_callback eventCallback)
120 mEventCallback = eventCallback;

Completed in 580 milliseconds

1 2