/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
H A D | RenderSurfaceTest.cpp | 281 EXPECT_CALL(*mNativeWindow, queueBuffer(buffer->getBuffer()->getNativeBuffer(), -1)) in TEST_F() 300 EXPECT_CALL(*mNativeWindow, queueBuffer(buffer->getBuffer()->getNativeBuffer(), -1)) in TEST_F() 320 EXPECT_CALL(*mNativeWindow, queueBuffer(buffer->getNativeBuffer(), -1)) in TEST_F() 338 EXPECT_CALL(*mNativeWindow, queueBuffer(buffer->getBuffer()->getNativeBuffer(), -1)) in TEST_F() 341 EXPECT_CALL(*mNativeWindow, cancelBuffer(buffer->getBuffer()->getNativeBuffer(), -1)) in TEST_F()
|
/aosp12/frameworks/base/core/java/com/android/internal/os/ |
H A D | ZygoteCommandBuffer.java | 66 mNativeBuffer = getNativeBuffer(mNativeSocket); in ZygoteCommandBuffer() 79 private static native long getNativeBuffer(int fd); in getNativeBuffer() method in ZygoteCommandBuffer
|
/aosp12/frameworks/native/libs/gui/tests/ |
H A D | SurfaceTextureFBO_test.cpp | 52 ASSERT_EQ(NO_ERROR, mANW->queueBuffer(mANW.get(), buf->getNativeBuffer(), in TEST_F() 77 buf->getNativeBuffer(), -1)); in TEST_F()
|
H A D | SurfaceTextureGL_test.cpp | 52 ASSERT_EQ(NO_ERROR, mANW->queueBuffer(mANW.get(), buf->getNativeBuffer(), in TEST_F() 102 ASSERT_EQ(NO_ERROR, mANW->queueBuffer(mANW.get(), buf->getNativeBuffer(), in TEST_F() 167 buf->getNativeBuffer(), -1)); in TEST_F() 285 if (mANW->queueBuffer(mANW.get(), buf->getNativeBuffer(), -1) in TEST_F()
|
H A D | FillBuffer.cpp | 105 ASSERT_EQ(NO_ERROR, anw->queueBuffer(anw.get(), buf->getNativeBuffer(), in produceOneRGBA8Frame()
|
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/ |
H A D | RenderSurface.cpp | 167 mTexture->getBuffer()->getNativeBuffer()->handle); in dequeueBuffer() 223 mTexture->getBuffer()->getNativeBuffer(), in queueBuffer() 234 mTexture->getBuffer()->getNativeBuffer(), in queueBuffer()
|
/aosp12/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
H A D | NativeFrame.java | 98 if (!getNativeBuffer(structData)) { in getObjectValue() 246 private native boolean getNativeBuffer(NativeBuffer buffer); in getNativeBuffer() method in NativeFrame
|
/aosp12/frameworks/av/services/camera/libcameraservice/device3/ |
H A D | Camera3InputStream.cpp | 88 anb = bufferItem.mGraphicBuffer->getNativeBuffer(); in getInputBufferLocked() 130 ANativeWindowBuffer *anb = tmp.mGraphicBuffer->getNativeBuffer(); in returnBufferCheckedLocked()
|
/aosp12/packages/services/Car/cpp/evs/support_library/ |
H A D | VideoTex.cpp | 87 EGLClientBuffer clientBuf = static_cast<EGLClientBuffer>(imageGraphicBuffer->getNativeBuffer()); in refresh()
|
H A D | RenderBase.cpp | 167 EGLClientBuffer clientBuf = static_cast<EGLClientBuffer>(pGfxBuffer->getNativeBuffer()); in attachRenderTarget()
|
/aosp12/frameworks/base/native/webview/plat_support/ |
H A D | graphic_buffer_impl.cpp | 105 return mBuffer->getNativeBuffer(); in GetNativeBuffer()
|
/aosp12/hardware/qcom/display/msm8909w_3100/gpu_tonemapper/ |
H A D | EGLImageBuffer.cpp | 39 (EGLClientBuffer)(graphicBuffer->getNativeBuffer()), attrs); in create_eglImage()
|
/aosp12/hardware/qcom/display/msm8998/gpu_tonemapper/ |
H A D | EGLImageBuffer.cpp | 39 (EGLClientBuffer)(graphicBuffer->getNativeBuffer()), attrs); in create_eglImage()
|
/aosp12/hardware/qcom/display/msm8909/gpu_tonemapper/ |
H A D | EGLImageBuffer.cpp | 39 (EGLClientBuffer)(graphicBuffer->getNativeBuffer()), attrs); in create_eglImage()
|
/aosp12/hardware/qcom/sdm845/display/gpu_tonemapper/ |
H A D | EGLImageBuffer.cpp | 39 (EGLClientBuffer)(graphicBuffer->getNativeBuffer()), attrs); in create_eglImage()
|
/aosp12/hardware/qcom/sm8150/display/gpu_tonemapper/ |
H A D | EGLImageBuffer.cpp | 39 (EGLClientBuffer)(graphicBuffer->getNativeBuffer()), attrs); in create_eglImage()
|
/aosp12/hardware/qcom/sm7250/display/gpu_tonemapper/ |
H A D | EGLImageBuffer.cpp | 39 (EGLClientBuffer)(graphicBuffer->getNativeBuffer()), attrs); in create_eglImage()
|
/aosp12/packages/services/Car/cpp/evs/apps/default/ |
H A D | VideoTex.cpp | 108 EGLClientBuffer clientBuf = static_cast<EGLClientBuffer>(pGfxBuffer->getNativeBuffer()); in refresh()
|
H A D | RenderBase.cpp | 166 EGLClientBuffer clientBuf = static_cast<EGLClientBuffer>(pGfxBuffer->getNativeBuffer()); in attachRenderTarget()
|
/aosp12/frameworks/native/libs/nativewindow/ |
H A D | AHardwareBuffer.cpp | 715 return AHardwareBuffer_to_GraphicBuffer(buffer)->getNativeBuffer(); in AHardwareBuffer_to_ANativeWindowBuffer() 719 return AHardwareBuffer_to_GraphicBuffer(buffer)->getNativeBuffer(); in AHardwareBuffer_to_ANativeWindowBuffer()
|
/aosp12/frameworks/native/libs/ui/include/ui/ |
H A D | GraphicBuffer.h | 201 ANativeWindowBuffer* getNativeBuffer() const;
|
/aosp12/frameworks/native/libs/ui/include_vndk/ui/ |
H A D | GraphicBuffer.h | 201 ANativeWindowBuffer* getNativeBuffer() const;
|
/aosp12/frameworks/native/opengl/tests/gl_yuvtex/ |
H A D | gl_yuvtex.cpp | 130 EGLClientBuffer clientBuffer = (EGLClientBuffer)yuvTexBuffer->getNativeBuffer(); in setupYuvTexSurface()
|
/aosp12/frameworks/av/media/libstagefright/ |
H A D | SurfaceUtils.cpp | 270 err = nativeWindow->queueBuffer(nativeWindow, buf->getNativeBuffer(), -1); in pushBlankBuffersToNativeWindow()
|
/aosp12/packages/services/Car/cpp/evs/sampleDriver/ |
H A D | GlWrapper.cpp | 398 EGLClientBuffer cbuf = static_cast<EGLClientBuffer>(pGfxBuffer->getNativeBuffer()); in updateImageTexture()
|