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

  /frameworks/wilhelm/tests/sandbox/
nativewindow.h 7 extern ANativeWindow *getNativeWindow();
nativewindow.cpp 85 ANativeWindow *getNativeWindow()
xaplay.c 426 nativeWindow = getNativeWindow();
    [all...]
  /external/deqp/framework/platform/android/
tcuAndroidWindow.hpp 66 ANativeWindow* getNativeWindow (void) { return m_window; }
tcuAndroidWindow.cpp 148 if (window->getNativeWindow() == rawHandle)
tcuAndroidPlatform.cpp 83 virtual EGLNativeWindowType getLegacyNative (void) { return m_window->getNativeWindow(); }
215 : vk::wsi::AndroidWindowInterface (vk::pt::AndroidNativeWindowPtr(window.getNativeWindow()))
  /frameworks/base/core/jni/
android_hardware_camera2_legacy_LegacyCameraDevice.cpp 353 static sp<ANativeWindow> getNativeWindow(JNIEnv* env, jobject surface) {
414 if ((anw = getNativeWindow(env, surface)) == NULL) {
431 if ((anw = getNativeWindow(env, surface)) == NULL) {
460 if ((anw = getNativeWindow(env, surface)) == NULL) {
486 if ((anw = getNativeWindow(env, surface)) == NULL) {
507 if ((anw = getNativeWindow(env, surface)) == NULL) {
572 if ((anw = getNativeWindow(env, surface)) == NULL) {
605 if ((anw = getNativeWindow(env, surface)) == NULL) {
621 if ((anw = getNativeWindow(env, surface)) == NULL) {
665 if ((anw = getNativeWindow(env, surface)) == NULL)
    [all...]

Completed in 291 milliseconds