/frameworks/base/core/jni/ |
D | android_hardware_camera2_utils_SurfaceUtils.cpp | 53 static sp<ANativeWindow> getNativeWindow(JNIEnv* env, jobject surface) { in getNativeWindow() function 95 if ((anw = getNativeWindow(env, surface)) == NULL) { in SurfaceUtils_nativeDetectSurfaceType() 113 if ((anw = getNativeWindow(env, surface)) == NULL) { in SurfaceUtils_nativeDetectSurfaceDataspace() 143 if ((anw = getNativeWindow(env, surface)) == NULL) { in SurfaceUtils_nativeDetectSurfaceDimens() 170 if ((anw = getNativeWindow(env, surface)) == NULL) { in SurfaceUtils_nativeDetectSurfaceUsageFlags()
|
/frameworks/base/libs/hwui/renderthread/ |
D | CanvasContext.cpp | 249 mNativeSurface ? mNativeSurface->getNativeWindow() : nullptr, mSwapBehavior); in setupPipelineSurface() 252 setBufferCount(mNativeSurface->getNativeWindow()); in setupPipelineSurface() 263 native_window_enable_frame_timestamps(mNativeSurface->getNativeWindow(), true); in setupPipelineSurface() 264 native_window_set_scaling_mode(mNativeSurface->getNativeWindow(), in setupPipelineSurface() 297 ANativeWindow_tryAllocateBuffers(mNativeSurface->getNativeWindow()); in allocateBuffers() 668 native_window_set_frame_timeline_info(mNativeSurface->getNativeWindow(), ftl); in draw() 712 ANativeWindow_getLastDequeueStartTime(mNativeSurface->getNativeWindow()); in draw() 719 ANativeWindow_getLastDequeueDuration(mNativeSurface->getNativeWindow()); in draw() 722 ANativeWindow_getLastQueueDuration(mNativeSurface->getNativeWindow()); in draw() 832 mNativeSurface->getNativeWindow(), frameNumber, nullptr /*outRequestedPresentTime*/, in reportMetricsWithPresentTime() [all …]
|
D | ReliableSurface.h | 46 ANativeWindow* getNativeWindow() { return mWindow; } in getNativeWindow() function
|
/frameworks/wilhelm/tests/sandbox/ |
D | nativewindow.h | 7 extern ANativeWindow *getNativeWindow();
|
D | nativewindow.cpp | 85 ANativeWindow *getNativeWindow() in getNativeWindow() function
|
D | xaplay.c | 426 nativeWindow = getNativeWindow(); in main()
|
/frameworks/native/services/surfaceflinger/tests/unittests/mock/ |
D | MockNativeWindowSurface.h | 32 MOCK_CONST_METHOD0(getNativeWindow, sp<ANativeWindow>());
|
/frameworks/native/services/surfaceflinger/ |
D | NativeWindowSurface.h | 38 virtual sp<ANativeWindow> getNativeWindow() const = 0;
|
D | NativeWindowSurface.cpp | 37 sp<ANativeWindow> getNativeWindow() const override { return mSurface; } in createNativeWindowSurface() function in android::surfaceflinger::impl::createNativeWindowSurface::NativeWindowSurface
|
D | SurfaceFlinger.cpp | 3750 auto nativeWindow = nativeWindowSurface->getNativeWindow(); in setupNewDisplayDeviceInternal()
|
/frameworks/native/libs/bufferqueueconverter/include/bufferqueueconverter/ |
D | BufferQueueConverter.h | 54 ANativeWindow* getNativeWindow(SurfaceHolder* surfaceHolder);
|
/frameworks/av/camera/ndk/ndk_vendor/tests/ |
D | AImageReaderVendorTest.cpp | 523 ANativeWindow* getNativeWindow() { return mImgReaderAnw; } in getNativeWindow() function in __anon18f9a87e0111::ImageReaderTestCase 711 cameraHelper.initCamera(testCase.getNativeWindow(), {}/*physicalImageReaders*/, in takePictures() 893 physicalImgReaderInfo.push_back({physicalCameraIds[0], testCases[1]->getNativeWindow()}); in testLogicalCameraPhysicalStream() 894 physicalImgReaderInfo.push_back({physicalCameraIds[1], testCases[2]->getNativeWindow()}); in testLogicalCameraPhysicalStream() 897 cameraHelper.initCamera(testCases[0]->getNativeWindow(), physicalImgReaderInfo, in testLogicalCameraPhysicalStream() 932 auto it = configuredWindowsp->find(testCase->getNativeWindow()); in testLogicalCameraPhysicalStream() 936 ALOGI("Testing window %p", testCase->getNativeWindow()); in testLogicalCameraPhysicalStream()
|
/frameworks/native/libs/bufferqueueconverter/ |
D | BufferQueueConverter.cpp | 65 ANativeWindow* getNativeWindow(SurfaceHolder* handle) { in getNativeWindow() function
|
/frameworks/rs/ |
D | rsGrallocConsumer.h | 43 ANativeWindow* getNativeWindow();
|
D | rsGrallocConsumer.cpp | 86 ANativeWindow* GrallocConsumer::getNativeWindow() { in getNativeWindow() function in android::renderscript::GrallocConsumer
|
D | rsAllocation.cpp | 601 return mGrallocConsumer->getNativeWindow(); in getSurface()
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_object.h | 132 ANativeWindow* getNativeWindow() { return win; } in getNativeWindow() function 133 ANativeWindow* getNativeWindow() const { return win; } in getNativeWindow() function
|
D | egl_platform_entries.cpp | 650 native_window_set_buffers_smpte2086_metadata(s->getNativeWindow(), &smpteMetadata); in sendSurfaceMetadata() 660 native_window_set_buffers_cta861_3_metadata(s->getNativeWindow(), &cta8613Metadata); in sendSurfaceMetadata() 1359 native_window_api_disconnect(s->getNativeWindow(), NATIVE_WINDOW_API_EGL); in eglSwapBuffersWithDamageKHRImpl() 1383 native_window_set_surface_damage(s->getNativeWindow(), androidRects.data(), in eglSwapBuffersWithDamageKHRImpl() 1467 if (!s->getNativeWindow()) { in eglSurfaceAttribImpl() 1470 int err = native_window_set_auto_refresh(s->getNativeWindow(), value != 0); in eglSurfaceAttribImpl() 1479 if (!s->getNativeWindow()) { in eglSurfaceAttribImpl() 1484 int err = native_window_enable_frame_timestamps(s->getNativeWindow(), value != 0); in eglSurfaceAttribImpl() 2114 native_window_set_buffers_timestamp(s->getNativeWindow(), time); in eglPresentationTimeANDROIDImpl() 2191 if (!s->getNativeWindow()) { in eglGetNextFrameIdANDROIDImpl() [all …]
|
/frameworks/hardware/interfaces/automotive/display/aidl/vts/functional/ |
D | VtsHalCarDisplayTargetTest.cpp | 106 ANativeWindow* nativeWindow = getNativeWindow(surfaceHolder.get()); in TEST_P()
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | DisplayTransactionTestHelpers.h | 306 EXPECT_CALL(*test->mNativeWindowSurface, getNativeWindow())
|