Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/
H A DNativeWindowSurface.cpp37 sp<ANativeWindow> getNativeWindow() const override { return mSurface; } in createNativeWindowSurface() function in android::surfaceflinger::impl::createNativeWindowSurface::NativeWindowSurface
/aosp12/frameworks/native/libs/bufferqueueconverter/
H A DBufferQueueConverter.cpp65 ANativeWindow* getNativeWindow(SurfaceHolder* handle) { in getNativeWindow() function
/aosp12/frameworks/base/libs/hwui/renderthread/
H A DReliableSurface.h44 ANativeWindow* getNativeWindow() { return mWindow; } in getNativeWindow() function
/aosp12/frameworks/wilhelm/tests/sandbox/
H A Dnativewindow.cpp85 ANativeWindow *getNativeWindow() in getNativeWindow() function
/aosp12/frameworks/native/opengl/libs/EGL/
H A Degl_object.h132 ANativeWindow* getNativeWindow() { return win; } in getNativeWindow() function
133 ANativeWindow* getNativeWindow() const { return win; } in getNativeWindow() function
/aosp12/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_utils_SurfaceUtils.cpp53 static sp<ANativeWindow> getNativeWindow(JNIEnv* env, jobject surface) { in getNativeWindow() function
/aosp12/frameworks/rs/
H A DrsGrallocConsumer.cpp86 ANativeWindow* GrallocConsumer::getNativeWindow() { in getNativeWindow() function in android::renderscript::GrallocConsumer
/aosp12/frameworks/av/camera/ndk/ndk_vendor/tests/
H A DAImageReaderVendorTest.cpp399 const native_handle_t* getNativeWindow() { return mImgReaderAnw; } in getNativeWindow() function in __anon57a771d60110::ImageReaderTestCase