Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DNativeWindowSurface.cpp37 sp<ANativeWindow> getNativeWindow() const override { return mSurface; } in createNativeWindowSurface() function in android::surfaceflinger::impl::createNativeWindowSurface::NativeWindowSurface
/frameworks/wilhelm/tests/sandbox/
Dnativewindow.cpp85 ANativeWindow *getNativeWindow() in getNativeWindow() function
/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/rs/
DrsGrallocConsumer.cpp86 ANativeWindow* GrallocConsumer::getNativeWindow() { in getNativeWindow() function in android::renderscript::GrallocConsumer
/frameworks/av/camera/ndk/ndk_vendor/tests/
DAImageReaderVendorTest.cpp399 native_handle_t* getNativeWindow() { return mImgReaderAnw; } in getNativeWindow() function in __anon511359ea0111::ImageReaderTestCase
/frameworks/base/core/jni/
Dandroid_hardware_camera2_legacy_LegacyCameraDevice.cpp379 static sp<ANativeWindow> getNativeWindow(JNIEnv* env, jobject surface) { in getNativeWindow() function