Home
last modified time | relevance | path

Searched refs:USAGE_SW_READ_OFTEN (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/native/webview/plat_support/
Dgraphic_buffer_impl.cpp29 android::GraphicBuffer::USAGE_SW_READ_OFTEN | in GraphicBufferImpl()
81 usage = android::GraphicBuffer::USAGE_SW_READ_OFTEN; in Map()
87 usage = android::GraphicBuffer::USAGE_SW_READ_OFTEN | in Map()
/frameworks/native/libs/gui/
DCpuConsumer.cpp98 status_t err = item.mGraphicBuffer->lockAsyncYCbCr(GraphicBuffer::USAGE_SW_READ_OFTEN, in lockBufferItem()
122 status_t err = item.mGraphicBuffer->lockAsync(GraphicBuffer::USAGE_SW_READ_OFTEN, in lockBufferItem()
/frameworks/native/libs/gui/tests/
DStreamSplitter_test.cpp93 ASSERT_EQ(OK, item.mGraphicBuffer->lock(GraphicBuffer::USAGE_SW_READ_OFTEN, in TEST_F()
166 ASSERT_EQ(OK, item.mGraphicBuffer->lock(GraphicBuffer::USAGE_SW_READ_OFTEN, in TEST_F()
DBufferQueue_test.cpp165 ASSERT_EQ(OK, item.mGraphicBuffer->lock(GraphicBuffer::USAGE_SW_READ_OFTEN, in TEST_F()
377 ASSERT_EQ(OK, item.mGraphicBuffer->lock(GraphicBuffer::USAGE_SW_READ_OFTEN, in TEST_F()
436 ASSERT_EQ(OK, buffer->lock(GraphicBuffer::USAGE_SW_READ_OFTEN, in TEST_F()
479 ASSERT_EQ(OK, item.mGraphicBuffer->lock(GraphicBuffer::USAGE_SW_READ_OFTEN, in TEST_F()
DBLASTBufferQueue_test.cpp290 captureBuf->lock(static_cast<uint32_t>(GraphicBuffer::USAGE_SW_READ_OFTEN), in checkScreenCapture()
/frameworks/base/graphics/java/android/graphics/
DGraphicBuffer.java35 public static final int USAGE_SW_READ_OFTEN = 0x3; field in GraphicBuffer
/frameworks/base/core/jni/
Dandroid_graphics_GraphicBuffer.cpp50 #define LOCK_CANVAS_USAGE (GraphicBuffer::USAGE_SW_READ_OFTEN | GraphicBuffer::USAGE_SW_WRITE_OFTEN)
/frameworks/native/libs/ui/include_vndk/ui/
DGraphicBuffer.h69 USAGE_SW_READ_OFTEN = GRALLOC_USAGE_SW_READ_OFTEN, enumerator
/frameworks/native/libs/ui/include/ui/
DGraphicBuffer.h69 USAGE_SW_READ_OFTEN = GRALLOC_USAGE_SW_READ_OFTEN, enumerator
/frameworks/base/cmds/screencap/
Dscreencap.cpp176 status_t result = buffer->lock(GraphicBuffer::USAGE_SW_READ_OFTEN, &base); in saveImage()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3OutputStream.cpp279 GraphicBuffer::USAGE_SW_READ_OFTEN | GraphicBuffer::USAGE_SW_WRITE_RARELY, in fixUpHidlJpegBlobHeader()
1279 status_t res = graphicBuffer->lockAsync(GraphicBuffer::USAGE_SW_READ_OFTEN, &mapped, in dumpImageToDisk()
/frameworks/av/media/libstagefright/
DFrameDecoder.cpp790 GraphicBuffer::USAGE_SW_READ_OFTEN, in captureSurface()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHidlComposerHal.cpp206 GraphicBuffer::USAGE_SW_READ_OFTEN | in allocateClearSlotBuffer()
DAidlComposerHal.cpp265 GraphicBuffer::USAGE_SW_READ_OFTEN | in AidlComposer()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt17782 Landroid/graphics/GraphicBuffer;->USAGE_SW_READ_OFTEN:I