HomeSort by relevance Sort by last modified time
    Searched refs:getNativeWindow (Results 1 - 15 of 15) sorted by null

  /frameworks/wilhelm/tests/sandbox/
nativewindow.h 7 extern ANativeWindow *getNativeWindow();
nativewindow.cpp 85 ANativeWindow *getNativeWindow()
xaplay.c 425 nativeWindow = getNativeWindow();
    [all...]
  /frameworks/av/include/media/stagefright/
NativeWindowWrapper.h 34 sp<ANativeWindow> getNativeWindow() const {
  /external/chromium_org/third_party/angle/util/
OSWindow.h 28 virtual EGLNativeWindowType getNativeWindow() const = 0;
EGLWindow.cpp 136 mSurface = eglCreateWindowSurface(mDisplay, mConfig, osWindow->getNativeWindow(), surfaceAttributes);
  /external/chromium_org/third_party/angle/util/win32/
Win32Window.h 23 EGLNativeWindowType getNativeWindow() const;
Win32Window.cpp 464 EGLNativeWindowType Win32Window::getNativeWindow() const
  /external/deqp/framework/platform/android/
tcuAndroidWindow.hpp 66 ANativeWindow* getNativeWindow (void) { return m_window; }
tcuAndroidWindow.cpp 148 if (window->getNativeWindow() == rawHandle)
tcuAndroidPlatform.cpp 65 virtual EGLNativeWindowType getLegacyNative (void) { return m_window->getNativeWindow(); }
  /frameworks/base/core/jni/
android_hardware_camera2_legacy_LegacyCameraDevice.cpp 364 static sp<ANativeWindow> getNativeWindow(JNIEnv* env, jobject surface) {
426 if ((anw = getNativeWindow(env, surface)) == NULL) {
455 if ((anw = getNativeWindow(env, surface)) == NULL) {
481 if ((anw = getNativeWindow(env, surface)) == NULL) {
531 if ((anw = getNativeWindow(env, surface)) == NULL) {
548 if ((anw = getNativeWindow(env, surface)) == NULL) {
581 if ((anw = getNativeWindow(env, surface)) == NULL) {
597 if ((anw = getNativeWindow(env, surface)) == NULL) {
641 if ((anw = getNativeWindow(env, surface)) == NULL) {
677 if ((anw = getNativeWindow(env, surface)) == NULL)
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoder.cpp 286 mNativeWindow->getNativeWindow().get(),
NuPlayer.cpp     [all...]
  /frameworks/av/media/libstagefright/
ACodec.cpp     [all...]

Completed in 164 milliseconds