Home
last modified time | relevance | path

Searched defs:getNativeWindow (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/opengl/libs/EGL/
Degl_object.h137 ANativeWindow* getNativeWindow() { return win; } in getNativeWindow() function
138 ANativeWindow* getNativeWindow() const { return win; } in getNativeWindow() function
/frameworks/wilhelm/tests/sandbox/
Dnativewindow.cpp85 ANativeWindow *getNativeWindow() in getNativeWindow() function
/frameworks/rs/
DrsGrallocConsumer.cpp83 ANativeWindow* GrallocConsumer::getNativeWindow() { in getNativeWindow() function in android::renderscript::GrallocConsumer
/frameworks/base/core/jni/
Dandroid_hardware_camera2_legacy_LegacyCameraDevice.cpp353 static sp<ANativeWindow> getNativeWindow(JNIEnv* env, jobject surface) { in getNativeWindow() function