/frameworks/av/media/libstagefright/codecs/amrnb/dec/ |
SoftAMR.h | 27 const OMX_CALLBACKTYPE *callbacks,
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/ |
SoftAMRNBEncoder.h | 28 const OMX_CALLBACKTYPE *callbacks,
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/ |
SoftAMRWBEncoder.h | 33 const OMX_CALLBACKTYPE *callbacks,
|
/frameworks/av/media/libstagefright/codecs/g711/dec/ |
SoftG711.h | 27 const OMX_CALLBACKTYPE *callbacks,
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/ |
SoftMPEG4.h | 29 const OMX_CALLBACKTYPE *callbacks,
|
/frameworks/av/media/libstagefright/codecs/mp3dec/ |
SoftMP3.h | 29 const OMX_CALLBACKTYPE *callbacks,
|
/frameworks/av/media/libstagefright/codecs/on2/dec/ |
SoftVPX.h | 27 const OMX_CALLBACKTYPE *callbacks,
|
/frameworks/av/media/libstagefright/codecs/raw/ |
SoftRaw.cpp | 39 const OMX_CALLBACKTYPE *callbacks, 42 : SimpleSoftOMXComponent(name, callbacks, appData, component), 210 const char *name, const OMX_CALLBACKTYPE *callbacks, 212 return new android::SoftRaw(name, callbacks, appData, component);
|
SoftRaw.h | 29 const OMX_CALLBACKTYPE *callbacks,
|
/frameworks/av/media/libstagefright/codecs/vorbis/dec/ |
SoftVorbis.h | 30 const OMX_CALLBACKTYPE *callbacks,
|
/frameworks/av/media/libstagefright/omx/ |
OMXMaster.h | 36 const OMX_CALLBACKTYPE *callbacks,
|
SoftOMXPlugin.h | 31 const OMX_CALLBACKTYPE *callbacks,
|
/frameworks/base/core/java/android/inputmethodservice/ |
AbstractInputMethodService.java | 132 * callbacks on the service, and tell the client when this is done. 144 * callbacks on the service, and tell the client when this is done. 155 * callbacks on the service, and tell the client when this is done. 169 * just use the standard high-level event callbacks like {@link #onKeyDown}.
|
/frameworks/base/core/java/android/nfc/ |
NfcEvent.java | 24 * <p>An {@link NfcEvent} object is usually included in callbacks from
|
/frameworks/base/core/java/android/os/ |
SystemProperties.java | 146 //Log.i("foo", "Calling " + sChangeCallbacks.size() + " change callbacks!"); 150 ArrayList<Runnable> callbacks = new ArrayList<Runnable>(sChangeCallbacks); local 151 for (int i=0; i<callbacks.size(); i++) { 152 callbacks.get(i).run();
|
/frameworks/base/core/java/android/webkit/ |
GeolocationService.java | 101 // Callbacks from the system location sevice are queued to this thread, so it's possible 102 // that we receive callbacks after unregistering. At this point, the native object will no 190 // Callbacks from the system location sevice are queued to this thread, so it's possible 191 // that we receive callbacks after unregistering. At this point, the native object will no
|
/frameworks/ex/variablespeed/tests/src/com/android/ex/variablespeed/ |
RealMediaPlayerTest.java | 32 // associated looper) otherwise we don't get sent the messages when callbacks should be
|
/frameworks/native/include/media/hardware/ |
OMXPluginBase.h | 36 const OMX_CALLBACKTYPE *callbacks,
|
/frameworks/support/v4/honeycomb_mr2/android/support/v4/os/ |
ParcelableCompatCreatorCallbacks.java | 23 * Callbacks a {@link Parcelable} creator should implement.
|
/hardware/samsung_slsi/exynos5/libstagefrighthw/ |
Exynos_OMX_Plugin.h | 31 const OMX_CALLBACKTYPE *callbacks,
|
/hardware/ti/omap3/libstagefrighthw/ |
TIOMXPlugin.h | 31 const OMX_CALLBACKTYPE *callbacks,
|
/hardware/ti/omap4xxx/libstagefrighthw/ |
TIOMXPlugin.h | 31 const OMX_CALLBACKTYPE *callbacks,
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
OnContactPickerActionListener.java | 22 * Action callbacks that can be sent by a contact picker.
|
OnContactsUnavailableActionListener.java | 19 * Action callbacks that can be sent by the "contacts unavailable" fragment.
|
OnPhoneNumberPickerActionListener.java | 23 * Action callbacks that can be sent by a phone number picker.
|