Searched refs:context (Results 1 - 25 of 2850) sorted by last modified time

1234567891011>>

/frameworks/webview/nullwebview/java/com/android/webview/nullwebview/
H A DNullWebViewFactoryProvider.java78 public WebViewDatabase getWebViewDatabase(Context context) { argument
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h1172 void * context
1177 void * context,
/frameworks/wilhelm/src/
H A DThreadPool.c23 static void *ThreadPool_start(void *context) argument
25 ThreadPool *tp = (ThreadPool *) context;
/frameworks/wilhelm/src/desktop/
H A DSDL.c24 static void SDLCALL SDL_callback(void *context, Uint8 *stream, int len) argument
27 IEngine *thisEngine = (IEngine *) context;
H A DSndFile.c52 void *context = thisAP->mPlay.mContext; local
93 (*callback)(&thisAP->mPlay.mItf, context, SL_PLAYEVENT_HEADATNEWPOS);
/frameworks/wilhelm/src/itf/
H A DIDynamicInterfaceManagement.c93 void *context = thiz->mContext; local
99 (*callback)(&thiz->mItf, context, SL_DYNAMIC_ITF_EVENT_ASYNC_TERMINATION, result, iid);
342 void *context = thiz->mContext; local
348 (*callback)(&thiz->mItf, context, SL_DYNAMIC_ITF_EVENT_ASYNC_TERMINATION, result, iid);
H A DIObject.c74 void *context = thiz->mContext; local
79 (*callback)(&thiz->mItf, context, SL_OBJECT_EVENT_ASYNC_TERMINATION, result, state, NULL);
144 void *context = thiz->mContext; local
149 (*callback)(&thiz->mItf, context, SL_OBJECT_EVENT_ASYNC_TERMINATION, result, state,
217 void *context = thiz->mContext; local
222 (*callback)(&thiz->mItf, context, SL_OBJECT_EVENT_ASYNC_TERMINATION, result, state, NULL);
H A DIOutputMixExt.c298 void *context = bufferQueue->mContext; local
302 (*callback)((SLBufferQueueItf) bufferQueue, context);
/frameworks/wilhelm/tests/examples/
H A DslesTestFeedback.cpp72 static void recorderCallback(SLAndroidSimpleBufferQueueItf caller __unused, void *context __unused)
162 static void playerCallback(SLBufferQueueItf caller __unused, void *context __unused)
H A DslesTestSendToPresetReverb.cpp54 void prefetch_callback(SLPrefetchStatusItf caller, void *context __unused, SLuint32 event)
/frameworks/wilhelm/tests/listening/
H A DslesTest_playMuteSolo.cpp70 void prefetch_callback(SLPrefetchStatusItf caller, void *context __unused, SLuint32 event)
73 assert(context == NULL);
104 Context *context = (Context *) pContext; local
105 SLPlayItf playItf = context->playItf;
106 SLMuteSoloItf muteSolo = context->muteSoloItf;
114 switch (context->testMode) {
289 /* Initialize a context for use by the play event callback */
290 Context context; local
291 context.playItf = playItf;
292 context
[all...]
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
H A DMyGLSurfaceView.java50 public MyGLSurfaceView(Context context) { argument
51 super(context, null);
54 public MyGLSurfaceView(Context context, AttributeSet attributeSet) { argument
55 super(context, attributeSet);
56 init(context);
59 private void init(Context context) { argument
61 mRenderer = new MyRenderer(context);
83 public MyRenderer(Context context) { argument
84 mContext = context;
/frameworks/wilhelm/tests/sandbox/
H A Dintbufq.c71 static void callback(BufferQueueItf caller, void *context) argument
76 if (context != expectedContext)
77 printf("context %p expected %p\r\n", context, expectedContext);
H A Dmultiplay.c91 void prefetch_callback(SLPrefetchStatusItf caller, void *context, SLuint32 event) argument
94 assert(context != NULL);
95 Player *p = (Player *) context;
H A Dreverb.c190 void prefetch_callback(SLPrefetchStatusItf caller, void *context, SLuint32 event) argument
193 assert(context == NULL);
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jar ... reflect.Type) com.google.gson.JsonSerializationContext context Object src java.lang.reflect.Type srcType ...
H A Dpicasso-2.5.2.jar ... 1_r6/s?defs= " (android.content.Context) android.content.Context context public boolean canHandleRequest (com ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jar ... reflect.Type) com.google.gson.JsonSerializationContext context Object src java.lang.reflect.Type srcType ...
H A Dpicasso-2.5.2.jar ... 1_r6/s?defs= " (android.content.Context) android.content.Context context public boolean canHandleRequest (com ...
/frameworks/support/transition/api21/android/support/transition/
H A DSceneStaticsApi21.java25 public SceneImpl getSceneForLayout(ViewGroup sceneRoot, int layoutId, Context context) { argument
27 scene.mScene = android.transition.Scene.getSceneForLayout(sceneRoot, layoutId, context);
/frameworks/support/transition/base/android/support/transition/
H A DSceneStaticsImpl.java24 public abstract SceneImpl getSceneForLayout(ViewGroup sceneRoot, int layoutId, Context context); argument
/frameworks/support/transition/ics/android/support/transition/
H A DScenePort.java69 * @param context The context used in the process of inflating
72 private ScenePort(ViewGroup sceneRoot, int layoutId, Context context) { argument
73 mContext = context;
100 * @param context The context used in the process of inflating
104 public static ScenePort getSceneForLayout(ViewGroup sceneRoot, int layoutId, Context context) { argument
106 return new ScenePort(sceneRoot, layoutId, context);
H A DSceneStaticsIcs.java25 public SceneImpl getSceneForLayout(ViewGroup sceneRoot, int layoutId, Context context) { argument
27 scene.mScene = ScenePort.getSceneForLayout(sceneRoot, layoutId, context);
H A DViewGroupOverlay.java26 ViewGroupOverlay(Context context, ViewGroup hostView, View requestingView) { argument
27 super(context, hostView, requestingView);
H A DViewOverlay.java46 ViewOverlay(Context context, ViewGroup hostView, View requestingView) { argument
47 mOverlayViewGroup = new OverlayViewGroup(context, hostView, requestingView, this);
169 OverlayViewGroup(Context context, ViewGroup hostView, View requestingView, argument
171 super(context);
365 TouchInterceptor(Context context) { argument
366 super(context);

Completed in 514 milliseconds

1234567891011>>