Home
last modified time | relevance | path

Searched refs:getNativeBuffer (Results 1 – 25 of 45) sorted by relevance

12

/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
H A DRenderSurfaceTest.cpp281 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 DZygoteCommandBuffer.java66 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 DSurfaceTextureFBO_test.cpp52 ASSERT_EQ(NO_ERROR, mANW->queueBuffer(mANW.get(), buf->getNativeBuffer(), in TEST_F()
77 buf->getNativeBuffer(), -1)); in TEST_F()
H A DSurfaceTextureGL_test.cpp52 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 DFillBuffer.cpp105 ASSERT_EQ(NO_ERROR, anw->queueBuffer(anw.get(), buf->getNativeBuffer(), in produceOneRGBA8Frame()
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/
H A DRenderSurface.cpp167 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 DNativeFrame.java98 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 DCamera3InputStream.cpp88 anb = bufferItem.mGraphicBuffer->getNativeBuffer(); in getInputBufferLocked()
130 ANativeWindowBuffer *anb = tmp.mGraphicBuffer->getNativeBuffer(); in returnBufferCheckedLocked()
/aosp12/packages/services/Car/cpp/evs/support_library/
H A DVideoTex.cpp87 EGLClientBuffer clientBuf = static_cast<EGLClientBuffer>(imageGraphicBuffer->getNativeBuffer()); in refresh()
H A DRenderBase.cpp167 EGLClientBuffer clientBuf = static_cast<EGLClientBuffer>(pGfxBuffer->getNativeBuffer()); in attachRenderTarget()
/aosp12/frameworks/base/native/webview/plat_support/
H A Dgraphic_buffer_impl.cpp105 return mBuffer->getNativeBuffer(); in GetNativeBuffer()
/aosp12/hardware/qcom/display/msm8909w_3100/gpu_tonemapper/
H A DEGLImageBuffer.cpp39 (EGLClientBuffer)(graphicBuffer->getNativeBuffer()), attrs); in create_eglImage()
/aosp12/hardware/qcom/display/msm8998/gpu_tonemapper/
H A DEGLImageBuffer.cpp39 (EGLClientBuffer)(graphicBuffer->getNativeBuffer()), attrs); in create_eglImage()
/aosp12/hardware/qcom/display/msm8909/gpu_tonemapper/
H A DEGLImageBuffer.cpp39 (EGLClientBuffer)(graphicBuffer->getNativeBuffer()), attrs); in create_eglImage()
/aosp12/hardware/qcom/sdm845/display/gpu_tonemapper/
H A DEGLImageBuffer.cpp39 (EGLClientBuffer)(graphicBuffer->getNativeBuffer()), attrs); in create_eglImage()
/aosp12/hardware/qcom/sm8150/display/gpu_tonemapper/
H A DEGLImageBuffer.cpp39 (EGLClientBuffer)(graphicBuffer->getNativeBuffer()), attrs); in create_eglImage()
/aosp12/hardware/qcom/sm7250/display/gpu_tonemapper/
H A DEGLImageBuffer.cpp39 (EGLClientBuffer)(graphicBuffer->getNativeBuffer()), attrs); in create_eglImage()
/aosp12/packages/services/Car/cpp/evs/apps/default/
H A DVideoTex.cpp108 EGLClientBuffer clientBuf = static_cast<EGLClientBuffer>(pGfxBuffer->getNativeBuffer()); in refresh()
H A DRenderBase.cpp166 EGLClientBuffer clientBuf = static_cast<EGLClientBuffer>(pGfxBuffer->getNativeBuffer()); in attachRenderTarget()
/aosp12/frameworks/native/libs/nativewindow/
H A DAHardwareBuffer.cpp715 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 DGraphicBuffer.h201 ANativeWindowBuffer* getNativeBuffer() const;
/aosp12/frameworks/native/libs/ui/include_vndk/ui/
H A DGraphicBuffer.h201 ANativeWindowBuffer* getNativeBuffer() const;
/aosp12/frameworks/native/opengl/tests/gl_yuvtex/
H A Dgl_yuvtex.cpp130 EGLClientBuffer clientBuffer = (EGLClientBuffer)yuvTexBuffer->getNativeBuffer(); in setupYuvTexSurface()
/aosp12/frameworks/av/media/libstagefright/
H A DSurfaceUtils.cpp270 err = nativeWindow->queueBuffer(nativeWindow, buf->getNativeBuffer(), -1); in pushBlankBuffersToNativeWindow()
/aosp12/packages/services/Car/cpp/evs/sampleDriver/
H A DGlWrapper.cpp398 EGLClientBuffer cbuf = static_cast<EGLClientBuffer>(pGfxBuffer->getNativeBuffer()); in updateImageTexture()

12