HomeSort by relevance Sort by last modified time
    Searched defs:nativeWindow (Results 1 - 11 of 11) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/android/layers/
CanvasTexture.cpp 101 android::Surface* CanvasTexture::nativeWindow()
130 android::Surface* anw = nativeWindow();
MediaTexture.h 66 sp<ANativeWindow> nativeWindow;
  /external/webkit/Source/WebKit2/Shared/
WebPageCreationParameters.h 81 HWND nativeWindow;
  /frameworks/base/core/jni/
android_view_TextureView.cpp 56 jfieldID nativeWindow;
113 SET_INT(textureView, gTextureViewClassInfo.nativeWindow, jint(window.get()));
118 ANativeWindow* nativeWindow = (ANativeWindow*)
119 GET_INT(textureView, gTextureViewClassInfo.nativeWindow);
121 if (nativeWindow) {
122 sp<ANativeWindow> window(nativeWindow);
124 SET_INT(textureView, gTextureViewClassInfo.nativeWindow, 0);
138 jint nativeWindow, jobject canvas, jobject dirtyRect) {
140 if (!nativeWindow) {
156 sp<ANativeWindow> window((ANativeWindow*) nativeWindow);
    [all...]
android_app_NativeActivity.cpp 110 nativeWindow = NULL;
137 nativeWindow = android_view_Surface_getNativeWindow(env, _surface);
139 nativeWindow = NULL;
152 sp<ANativeWindow> nativeWindow;
468 if (code->nativeWindow != NULL && code->callbacks.onNativeWindowCreated != NULL) {
470 code->nativeWindow.get());
488 sp<ANativeWindow> oldNativeWindow = code->nativeWindow;
490 if (oldNativeWindow != code->nativeWindow) {
495 if (code->nativeWindow != NULL) {
498 code->nativeWindow.get())
    [all...]
  /frameworks/wilhelm/src/android/
MediaPlayer_to_android.cpp 463 ANativeWindow *nativeWindow = (ANativeWindow *)
466 assert(nativeWindow != NULL);
467 result = android_Player_setNativeWindow(mp, nativeWindow);
720 * nativeWindow can be NULL, but if NULL it is treated as an error
722 SLresult android_Player_setNativeWindow(CMediaPlayer *mp, ANativeWindow *nativeWindow)
726 if (nativeWindow == NULL) {
734 err = (*nativeWindow->query)(nativeWindow, NATIVE_WINDOW_CONCRETE_TYPE, &value);
737 "errno %d", nativeWindow, err);
744 static_cast<android::Surface *>(nativeWindow));
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.h 259 HWND nativeWindow() const { return m_nativeWindow; }
  /frameworks/wilhelm/tests/sandbox/
xaplay.c 29 #include "nativewindow.h"
371 ANativeWindow *nativeWindow;
425 nativeWindow = getNativeWindow();
428 locND.hWindow = nativeWindow;
440 &audioSnk, nativeWindow != NULL ? &imageVideoSink : NULL, NULL, NULL, abq ? 4 : 3, ids,
    [all...]
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 244 ANativeWindow* nativeWindow;
252 nativeWindow(window),
256 nativeWindow->common.incRef(&nativeWindow->common);
258 nativeWindow->query(nativeWindow, NATIVE_WINDOW_WIDTH, &w);
260 nativeWindow->query(nativeWindow, NATIVE_WINDOW_HEIGHT, &h);
266 if (nativeWindow->dequeueBuffer_DEPRECATED(nativeWindow, &buffer) != NO_ERROR)
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/win/
WebView.cpp     [all...]
  /frameworks/native/opengl/libagl/
egl.cpp 242 ANativeWindow* nativeWindow;
345 nativeWindow(window), buffer(0), previousBuffer(0), module(0),
355 nativeWindow->common.incRef(&nativeWindow->common);
356 nativeWindow->query(nativeWindow, NATIVE_WINDOW_WIDTH, &width);
357 nativeWindow->query(nativeWindow, NATIVE_WINDOW_HEIGHT, &height);
367 nativeWindow->common.decRef(&nativeWindow->common)
    [all...]

Completed in 98 milliseconds