/frameworks/native/libs/ui/ |
D | GraphicBufferAllocator.cpp | 114 std::string requestorName, bool importBuffer) { in allocateHelper() argument 139 1, stride, handle, importBuffer); in allocateHelper() 147 if (!importBuffer) { in allocateHelper()
|
D | Gralloc3.cpp | 132 status_t Gralloc3Mapper::importBuffer(const hardware::hidl_handle& rawHandle, in importBuffer() function in android::Gralloc3Mapper 135 auto ret = mMapper->importBuffer(rawHandle, [&](const auto& tmpError, const auto& tmpBuffer) { in importBuffer() 387 error = mMapper.importBuffer(tmpBuffers[i], in allocate()
|
D | Gralloc2.cpp | 155 status_t Gralloc2Mapper::importBuffer(const hardware::hidl_handle& rawHandle, in importBuffer() function in android::Gralloc2Mapper 158 auto ret = mMapper->importBuffer(rawHandle, in importBuffer() 404 error = mMapper.importBuffer(tmpBuffers[i], in allocate()
|
D | GraphicBufferMapper.cpp | 85 status_t GraphicBufferMapper::importBuffer(buffer_handle_t rawHandle, in importBuffer() function in android::GraphicBufferMapper 93 status_t error = mMapper->importBuffer(hardware::hidl_handle(rawHandle), &bufferHandle); in importBuffer()
|
D | GraphicBuffer.cpp | 219 status_t err = mBufferMapper.importBuffer(inHandle, inWidth, inHeight, inLayerCount, in initWithHandle() 499 status_t err = mBufferMapper.importBuffer(handle, uint32_t(width), uint32_t(height), in unflatten()
|
D | Gralloc4.cpp | 142 status_t Gralloc4Mapper::importBuffer(const hardware::hidl_handle& rawHandle, in importBuffer() function in android::Gralloc4Mapper 145 auto ret = mMapper->importBuffer(rawHandle, [&](const auto& tmpError, const auto& tmpBuffer) { in importBuffer() 1100 error = mMapper.importBuffer(tmpBuffers[i], in allocate()
|
/frameworks/hardware/interfaces/bufferhub/1.0/vts/functional/ |
D | VtsHalBufferHubV1_0TargetTest.cpp | 236 ASSERT_TRUE(mBufferHub->importBuffer(token, importCb).isOk()); in TEST_F() 264 ASSERT_TRUE(mBufferHub->importBuffer(nullToken, importCb).isOk()); in TEST_F() 287 ASSERT_TRUE(mBufferHub->importBuffer(invalidToken, importCb).isOk()); in TEST_F() 334 ASSERT_TRUE(mBufferHub->importBuffer(token, importCb).isOk()); in TEST_F()
|
/frameworks/native/libs/ui/include_vndk/ui/ |
D | GraphicBufferAllocator.h | 94 std::string requestorName, bool importBuffer);
|
D | GraphicBufferMapper.h | 57 status_t importBuffer(buffer_handle_t rawHandle,
|
/frameworks/native/libs/ui/include/ui/ |
D | GraphicBufferAllocator.h | 94 std::string requestorName, bool importBuffer);
|
D | Gralloc3.h | 42 status_t importBuffer(const hardware::hidl_handle& rawHandle,
|
D | Gralloc2.h | 43 status_t importBuffer(const hardware::hidl_handle& rawHandle,
|
D | Gralloc.h | 49 virtual status_t importBuffer(const hardware::hidl_handle& rawHandle,
|
D | GraphicBufferMapper.h | 57 status_t importBuffer(buffer_handle_t rawHandle,
|
D | Gralloc4.h | 46 status_t importBuffer(const hardware::hidl_handle& rawHandle,
|
/frameworks/hardware/interfaces/bufferhub/1.0/ |
D | IBufferHub.hal | 49 importBuffer(handle nativeHandle)
|
/frameworks/av/media/codec2/vndk/ |
D | C2AllocatorGralloc.cpp | 366 status_t err = GraphicBufferMapper::get().importBuffer( in map()
|