Searched refs:dispatch (Results 26 - 35 of 35) sorted by relevance

12

/frameworks/av/media/libstagefright/omx/
H A DOMX.cpp80 void dispatch(const omx_message &msg);
118 void OMX::CallbackDispatcher::dispatch(const omx_message &msg) { function in class:android::OMX::CallbackDispatcher
144 dispatch(msg);
/frameworks/base/core/java/android/nfc/
H A DNfcAdapter.java75 * <p>The MIME type or data URI of this intent are normalized before dispatch -
1162 * Enable foreground dispatch to the given Activity.
1167 * <p>If any IntentFilters are provided to this method they are used to match dispatch Intents
1170 * relies on meta data outside of the IntentFilter matching for that dispatch Intent is handled
1173 * match then the dispatch is routed through the given PendingIntent. In other words, the second
1182 * the completion of their {@link Activity#onPause} callback to disable foreground dispatch
1187 * @param activity the Activity to dispatch to
1188 * @param intent the PendingIntent to start for the dispatch
1189 * @param filters the IntentFilters to override dispatching for, or null to always dispatch
1200 throw new IllegalStateException("Foreground dispatch ca
1480 public void dispatch(Tag tag) { method in class:NfcAdapter
[all...]
/frameworks/base/core/java/android/view/
H A DKeyEvent.java1076 * "done". This allows TextView to dispatch these as normal enter keys
2594 * @deprecated Use {@link #dispatch(Callback, DispatcherState, Object)} instead.
2597 public final boolean dispatch(Callback receiver) { method in class:KeyEvent
2598 return dispatch(receiver, null, null);
2608 * @param target The target of the dispatch, for use in tracking.
2612 public final boolean dispatch(Callback receiver, DispatcherState state, method in class:KeyEvent
2668 * Use with {@link KeyEvent#dispatch(Callback, DispatcherState, Object)}
H A DView.java3226 * Listener used to dispatch focus change events.
3245 * Listener used to dispatch click events.
3252 * Listener used to dispatch long click events.
5324 * event text is populated in a separate dispatch path since we add to the
6390 * <p>Note: unlike many View methods, there is no dispatch phase to this
6468 * it will be called during dispatch instead of this method. The listener may optionally
6645 * Ask that a new dispatch of {@link #fitSystemWindows(Rect)} be performed.
6655 * Ask that a new dispatch of {@link #onApplyWindowInsets(WindowInsets)} be performed.
8391 * view has focus, it will dispatch to itself. Otherwise it will dispatch
[all...]
/frameworks/base/core/java/android/app/
H A DDialog.java734 return event.dispatch(this, mDecor != null
H A DActivity.java2322 // Some modes use a SpannableStringBuilder to track & dispatch input events
2352 * it will set up the dispatch to call {@link #onKeyUp} where the action
2398 // something useable has been typed - dispatch it now.
2707 return event.dispatch(this, decor != null
3854 * as intermediaries that dispatch their intent to the target the user selects -- to
4206 * @param intent The intent to dispatch to the next activity. For
4226 * @param intent The intent to dispatch to the next activity. For
/frameworks/base/core/java/android/widget/
H A DGallery.java1201 return event.dispatch(this, null, null);
/frameworks/base/media/java/android/media/tv/
H A DTvInputService.java998 // dispatch the input events.
1079 if (keyEvent.dispatch(this, mDispatcherState, this)) {
/frameworks/rs/cpp/
H A DScriptIntrinsics.cpp27 mID = createDispatch(rs, RS::dispatch->ScriptIntrinsicCreate(rs->getContext(), id, e->getID()));
H A DrsCppStructs.h147 static dispatchTable* dispatch; member in class:android::RSC::RS

Completed in 1752 milliseconds

12