Searched defs:callbacks (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/media/libstagefright/omx/
H A DOMXPVCodecsPlugin.cpp35 const OMX_CALLBACKTYPE *callbacks,
42 const_cast<OMX_CALLBACKTYPE *>(callbacks));
33 makeComponentInstance( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
H A DOMXMaster.cpp109 const OMX_CALLBACKTYPE *callbacks,
124 plugin->makeComponentInstance(name, callbacks, appData, component);
107 makeComponentInstance( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
H A DOMXComponentBase.cpp26 const OMX_CALLBACKTYPE *callbacks,
28 : mCallbacks(callbacks),
25 OMXComponentBase( const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData) argument
/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
97 * These are the callbacks the framework makes into a native application.
98 * All of these callbacks happen on the main thread of the application.
99 * By default, all callbacks are NULL; set to a pointer to your own function
/frameworks/base/services/java/com/android/server/
H A DNativeDaemonConnector.java70 NativeDaemonConnector(INativeDaemonConnectorCallbacks callbacks, argument
72 mCallbacks = callbacks;
H A DAppWidgetService.java97 IAppWidgetHost callbacks; field in class:AppWidgetService.Host
201 pw.print(" host.callbacks="); pw.println(id.host.callbacks);
217 pw.print(" callbacks="); pw.println(host.callbacks);
292 host.callbacks = null;
453 if (id.host.callbacks != null) {
456 id.host.callbacks.updateAppWidget(id.appWidgetId, views);
460 id.host.callbacks = null;
466 public int[] startListening(IAppWidgetHost callbacks, Strin argument
[all...]
H A DInputManager.java47 * Wraps the C++ InputManager and provides its callbacks.
58 private static native void nativeInit(Callbacks callbacks); argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCommandQueue.java80 public CommandQueue(Callbacks callbacks, StatusBarIconList list) { argument
81 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
680 code->ANativeActivity::callbacks = &code->callbacks;
736 if (code->callbacks.onStart != NULL) {
737 code->callbacks.onStart(code);
748 if (code->callbacks
[all...]
/frameworks/base/services/jni/
H A Dcom_android_server_InputManager.cpp989 jobject callbacks) {
991 gNativeInputManager = new NativeInputManager(callbacks);
988 android_server_InputManager_nativeInit(JNIEnv* env, jclass clazz, jobject callbacks) argument

Completed in 580 milliseconds