Searched refs:ANativeWindow (Results 1 - 10 of 10) sorted by relevance

/system/media/wilhelm/tests/sandbox/
H A Dnativewindow.h7 extern ANativeWindow *getNativeWindow();
H A Dnativewindow.cpp43 ANativeWindow *getNativeWindow_()
81 ANativeWindow *getNativeWindow()
H A Dxaplay.c280 ANativeWindow *nativeWindow;
/system/core/include/system/
H A Dwindow.h117 * Users of the set_buffer_count ANativeWindow method should query this
134 /* Check whether queueBuffer operations on the ANativeWindow send the buffer
136 * to 1 if the ANativeWindow DOES send queued buffers directly to the window
141 * sent to the ANativeWindow. Note, however, that a result of 1 does NOT
149 /* Get the concrete type of a ANativeWindow. See below for the list of
159 * Default width and height of the ANativeWindow, these are the dimensions
295 struct ANativeWindow struct
298 ANativeWindow() function in struct:ANativeWindow
302 common.version = sizeof(ANativeWindow);
306 /* Implement the methods that sp<ANativeWindow> expect
447 typedef struct ANativeWindow ANativeWindow; typedef in typeref:struct:ANativeWindow
[all...]
/system/media/wilhelm/src/android/
H A DMediaPlayer_to_android.h46 ANativeWindow *nativeWindow);
H A DMediaPlayer_to_android.cpp447 ANativeWindow *nativeWindow = (ANativeWindow *)
702 SLresult android_Player_setNativeWindow(CMediaPlayer *mp, ANativeWindow *nativeWindow)
707 SL_LOGE("ANativeWindow is NULL");
716 SL_LOGE("Query NATIVE_WINDOW_CONCRETE_TYPE on ANativeWindow * %p failed; "
722 SL_LOGV("Displaying on ANativeWindow of type NATIVE_WINDOW_SURFACE");
730 SL_LOGV("Displaying on ANativeWindow of type NATIVE_WINDOW_SURFACE_TEXTURE_CLIENT");
741 SL_LOGE("ANativeWindow * %p has unknown or unsupported concrete type %d",
/system/media/mca/filterfw/jni/
H A Djni_gl_environment.cpp42 NativeWindowHandle(ANativeWindow* window) : window_(window) {
49 LOGI("Releasing ANativeWindow!");
62 ANativeWindow* window_;
141 // Get the ANativeWindow
142 ANativeWindow* window = ANativeWindow_fromSurface(env, surface);
203 // Get the ANativeWindow
204 ANativeWindow* window = ANativeWindow_fromSurfaceTexture(env, surfaceTexture);
294 // Get the ANativeWindow
295 sp<ANativeWindow> window = surfaceTC;
/system/media/mca/filterfw/native/core/
H A Dgl_env.h237 sp<ANativeWindow> window_;
H A Dgl_env.cpp244 ANativeWindow *window = static_cast<ANativeWindow*>(
/system/media/wilhelm/tests/native-media/jni/
H A Dnative-media-jni.c48 static ANativeWindow* theNativeWindow;
369 // the video sink must be an ANativeWindow created from a Surface or SurfaceTexture

Completed in 1685 milliseconds