Searched refs:callbacks (Results 1 - 25 of 45) sorted by relevance

12

/frameworks/base/core/java/android/app/
H A DApplication.java87 Object[] callbacks = collectComponentCallbacks();
88 if (callbacks != null) {
89 for (int i=0; i<callbacks.length; i++) {
90 ((ComponentCallbacks)callbacks[i]).onConfigurationChanged(newConfig);
96 Object[] callbacks = collectComponentCallbacks();
97 if (callbacks != null) {
98 for (int i=0; i<callbacks.length; i++) {
99 ((ComponentCallbacks)callbacks[i]).onLowMemory();
105 Object[] callbacks = collectComponentCallbacks();
106 if (callbacks !
[all...]
/frameworks/support/v4/java/android/support/v4/os/
H A DParcelableCompat.java31 * @param callbacks Creator callbacks implementation.
35 ParcelableCompatCreatorCallbacks<T> callbacks) {
37 ParcelableCompatCreatorHoneycombMR2Stub.instantiate(callbacks);
39 return new CompatCreator<T>(callbacks);
45 public CompatCreator(ParcelableCompatCreatorCallbacks<T> callbacks) { argument
46 mCallbacks = callbacks;
34 newCreator( ParcelableCompatCreatorCallbacks<T> callbacks) argument
/frameworks/support/v4/honeycomb_mr2/android/support/v4/os/
H A DParcelableCompatHoneycombMR2.java23 static <T> Parcelable.Creator<T> instantiate(ParcelableCompatCreatorCallbacks<T> callbacks) { argument
24 return new ParcelableCompatCreatorHoneycombMR2<T>(callbacks);
31 public ParcelableCompatCreatorHoneycombMR2(ParcelableCompatCreatorCallbacks<T> callbacks) { argument
32 mCallbacks = callbacks;
/frameworks/base/core/jni/
H A Dandroid_app_NativeActivity.cpp429 memset(&callbacks, 0, sizeof(callbacks));
439 if (callbacks.onDestroy != NULL) {
440 callbacks.onDestroy(this);
496 ANativeActivityCallbacks callbacks; member in struct:android::NativeCode
691 code->ANativeActivity::callbacks = &code->callbacks;
752 if (code->callbacks.onStart != NULL) {
753 code->callbacks.onStart(code);
764 if (code->callbacks
[all...]
/frameworks/base/media/libstagefright/omx/
H A DSoftOMXPlugin.h31 const OMX_CALLBACKTYPE *callbacks,
H A DSoftOMXPlugin.cpp58 const OMX_CALLBACKTYPE *callbacks,
98 (*createSoftOMXComponent)(name, callbacks, appData, component);
56 makeComponentInstance( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
H A DOMXMaster.h36 const OMX_CALLBACKTYPE *callbacks,
H A DOMXMaster.cpp123 const OMX_CALLBACKTYPE *callbacks,
138 plugin->makeComponentInstance(name, callbacks, appData, component);
121 makeComponentInstance( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
H A DOMXComponentBase.h27 const OMX_CALLBACKTYPE *callbacks,
/frameworks/base/core/java/android/view/
H A DSurfaceView.java507 SurfaceHolder.Callback callbacks[] = null;
515 callbacks = getSurfaceCallbacks();
516 for (SurfaceHolder.Callback c : callbacks) {
529 if (callbacks == null) {
530 callbacks = getSurfaceCallbacks();
532 for (SurfaceHolder.Callback c : callbacks) {
540 if (callbacks == null) {
541 callbacks = getSurfaceCallbacks();
543 for (SurfaceHolder.Callback c : callbacks) {
549 if (callbacks
[all...]
/frameworks/base/include/media/stagefright/
H A DOMXPluginBase.h38 const OMX_CALLBACKTYPE *callbacks,
/frameworks/base/media/libstagefright/codecs/aacdec/
H A DSoftAAC.h29 const OMX_CALLBACKTYPE *callbacks,
/frameworks/base/media/libstagefright/codecs/amrnb/dec/
H A DSoftAMR.h27 const OMX_CALLBACKTYPE *callbacks,
H A DSoftAMR.cpp41 const OMX_CALLBACKTYPE *callbacks,
44 : SimpleSoftOMXComponent(name, callbacks, appData, component),
430 const char *name, const OMX_CALLBACKTYPE *callbacks,
432 return new android::SoftAMR(name, callbacks, appData, component);
39 SoftAMR( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
429 createSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/base/media/libstagefright/codecs/g711/dec/
H A DSoftG711.h27 const OMX_CALLBACKTYPE *callbacks,
H A DSoftG711.cpp39 const OMX_CALLBACKTYPE *callbacks,
42 : SimpleSoftOMXComponent(name, callbacks, appData, component),
298 const char *name, const OMX_CALLBACKTYPE *callbacks,
300 return new android::SoftG711(name, callbacks, appData, component);
37 SoftG711( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
297 createSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/base/media/libstagefright/codecs/mp3dec/
H A DSoftMP3.h29 const OMX_CALLBACKTYPE *callbacks,
H A DSoftMP3.cpp41 const OMX_CALLBACKTYPE *callbacks,
44 : SimpleSoftOMXComponent(name, callbacks, appData, component),
323 const char *name, const OMX_CALLBACKTYPE *callbacks,
325 return new android::SoftMP3(name, callbacks, appData, component);
39 SoftMP3( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
322 createSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/base/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.h27 const OMX_CALLBACKTYPE *callbacks,
/frameworks/base/media/libstagefright/codecs/vorbis/dec/
H A DSoftVorbis.h30 const OMX_CALLBACKTYPE *callbacks,
/frameworks/base/core/java/com/android/internal/statusbar/
H A DIStatusBarService.aidl38 void registerStatusBar(IStatusBar callbacks, out StatusBarIconList iconList,
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.h29 const OMX_CALLBACKTYPE *callbacks,
/frameworks/base/media/libstagefright/codecs/on2/h264dec/
H A DSoftAVC.h31 const OMX_CALLBACKTYPE *callbacks,
/frameworks/base/services/java/com/android/server/
H A DPreferredComponent.java52 public PreferredComponent(Callbacks callbacks, int match, ComponentName[] set, argument
54 mCallbacks = callbacks;
86 public PreferredComponent(Callbacks callbacks, XmlPullParser parser) argument
88 mCallbacks = callbacks;
/frameworks/base/native/include/android/
H A Dnative_activity.h44 * You can set the functions here to your own callbacks. The callbacks
48 struct ANativeActivityCallbacks* callbacks; member in struct:ANativeActivity
104 * These are the callbacks the framework makes into a native application.
105 * All of these callbacks happen on the main thread of the application.
106 * By default, all callbacks are NULL; set to a pointer to your own function

Completed in 257 milliseconds

12