Home
last modified time | relevance | path

Searched refs:importBuffer (Results 1 – 19 of 19) sorted by relevance

/hardware/interfaces/graphics/mapper/2.1/utils/passthrough/include/mapper-passthrough/2.1/
DGralloc1Hal.h66 Error importBuffer(const native_handle_t* rawHandle, in importBuffer() function
68 int32_t error = mDispatch.importBuffer( in importBuffer()
91 !initDispatch(GRALLOC1_FUNCTION_IMPORT_BUFFER, &mDispatch.importBuffer)) { in initDispatch()
101 GRALLOC1_PFN_IMPORT_BUFFER importBuffer; member
/hardware/interfaces/sensors/1.0/vts/functional/
DGrallocWrapper.cpp99 bufferHandles.push_back(importBuffer(tmpBuffers[i])); in allocate()
138 const native_handle_t* GrallocWrapper::importBuffer( in importBuffer() function in android::GrallocWrapper
141 mMapper->importBuffer( in importBuffer()
DGrallocWrapper.h55 const native_handle_t* importBuffer(const hardware::hidl_handle& rawHandle);
/hardware/interfaces/graphics/mapper/2.0/vts/functional/
DVtsHalGraphicsMapperV2_0TargetTest.cpp164 ASSERT_NO_FATAL_FAILURE(importedBufferHandles[0] = mGralloc->importBuffer(clonedBufferHandle)); in TEST_F()
165 ASSERT_NO_FATAL_FAILURE(importedBufferHandles[1] = mGralloc->importBuffer(clonedBufferHandle)); in TEST_F()
180 mGralloc->getMapper()->importBuffer(rawHandle, [&](const auto& tmpError, const auto& buffer) { in TEST_F()
216 mGralloc->getMapper()->importBuffer(invalidHandle, [&](const auto& tmpError, const auto&) { in TEST_F()
222 mGralloc->getMapper()->importBuffer(invalidHandle, [&](const auto& tmpError, const auto&) { in TEST_F()
/hardware/interfaces/graphics/mapper/2.0/utils/vts/
DMapperVts.cpp91 ASSERT_NO_FATAL_FAILURE(bufferHandles.push_back(importBuffer(tmpBuffers[i]))); in allocate()
138 const native_handle_t* Gralloc::importBuffer(const hidl_handle& rawHandle) { in importBuffer() function in android::hardware::graphics::mapper::V2_0::vts::Gralloc
140 mMapper->importBuffer(rawHandle, [&](const auto& tmpError, const auto& tmpBuffer) { in importBuffer()
/hardware/interfaces/graphics/mapper/2.0/utils/hal/include/mapper-hal/2.0/
DMapperHal.h38 virtual Error importBuffer(const native_handle_t* rawHandle,
DMapper.h57 Return<void> importBuffer(const hidl_handle& rawHandle, in importBuffer() function
65 Error error = mHal->importBuffer(rawHandle.getNativeHandle(), &bufferHandle); in importBuffer()
/hardware/interfaces/camera/common/1.0/default/include/
DHandleImporter.h42 bool importBuffer(buffer_handle_t& handle);
/hardware/interfaces/camera/common/1.0/default/
DHandleImporter.cpp55 bool HandleImporter::importBuffer(buffer_handle_t& handle) { in importBuffer() function in android::hardware::camera::common::V1_0::helper::HandleImporter
73 auto ret = mMapper->importBuffer( in importBuffer()
/hardware/interfaces/graphics/mapper/2.0/utils/vts/include/mapper-vts/2.0/
DMapperVts.h64 const native_handle_t* importBuffer(const hidl_handle& rawHandle);
/hardware/interfaces/graphics/composer/2.2/utils/hal/include/composer-hal/2.2/
DComposerResources.h66 Error error = mImporter.importBuffer(rawHandle, &importedHandle); in getDisplayReadbackBuffer()
/hardware/interfaces/graphics/mapper/2.0/
DIMapper.hal101 * may actually have been imported in the process. importBuffer must treat
116 importBuffer(handle rawHandle) generates (Error error, pointer buffer);
119 * Frees a buffer handle. Buffer handles returned by importBuffer must be
122 * This function must free up all resources allocated by importBuffer for
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerResources.h47 Error importBuffer(const native_handle_t* rawHandle, const native_handle_t** outBufferHandle) { in importBuffer() function
55 mMapper->importBuffer(rawHandle, [&](const auto& tmpError, const auto& tmpBufferHandle) { in importBuffer()
462 error = (isBuffer) ? mImporter.importBuffer(rawHandle, &importedHandle) in getHandle()
/hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/
DGralloc0Hal.h76 Error importBuffer(const native_handle_t* rawHandle, in importBuffer() function
DGralloc1Hal.h96 Error importBuffer(const native_handle_t* rawHandle, in importBuffer() function
/hardware/interfaces/camera/device/1.0/default/
DCameraDevice.cpp168 sHandleImporter.importBuffer(importedBuf); in sDequeueBuffer()
/hardware/interfaces/camera/device/3.2/default/
DCameraDeviceSession.cpp285 sHandleImporter.importBuffer(importedBuf); in importRequest()
/hardware/interfaces/media/omx/1.0/vts/functional/video/
DVtsHalMediaOmxV1_0TargetVideoEncTest.cpp703 mapper->importBuffer( in fillGraphicBuffer()
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDeviceSession.cpp485 sHandleImporter.importBuffer(importedBuf); in importRequest()