/hardware/interfaces/graphics/mapper/2.1/utils/passthrough/include/mapper-passthrough/2.1/ |
D | Gralloc1Hal.h | 66 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/ |
D | GrallocWrapper.cpp | 99 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()
|
D | GrallocWrapper.h | 55 const native_handle_t* importBuffer(const hardware::hidl_handle& rawHandle);
|
/hardware/interfaces/graphics/mapper/2.0/vts/functional/ |
D | VtsHalGraphicsMapperV2_0TargetTest.cpp | 164 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/ |
D | MapperVts.cpp | 91 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/ |
D | MapperHal.h | 38 virtual Error importBuffer(const native_handle_t* rawHandle,
|
D | Mapper.h | 57 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/ |
D | HandleImporter.h | 42 bool importBuffer(buffer_handle_t& handle);
|
/hardware/interfaces/camera/common/1.0/default/ |
D | HandleImporter.cpp | 55 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/ |
D | MapperVts.h | 64 const native_handle_t* importBuffer(const hidl_handle& rawHandle);
|
/hardware/interfaces/graphics/composer/2.2/utils/hal/include/composer-hal/2.2/ |
D | ComposerResources.h | 66 Error error = mImporter.importBuffer(rawHandle, &importedHandle); in getDisplayReadbackBuffer()
|
/hardware/interfaces/graphics/mapper/2.0/ |
D | IMapper.hal | 101 * 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/ |
D | ComposerResources.h | 47 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/ |
D | Gralloc0Hal.h | 76 Error importBuffer(const native_handle_t* rawHandle, in importBuffer() function
|
D | Gralloc1Hal.h | 96 Error importBuffer(const native_handle_t* rawHandle, in importBuffer() function
|
/hardware/interfaces/camera/device/1.0/default/ |
D | CameraDevice.cpp | 168 sHandleImporter.importBuffer(importedBuf); in sDequeueBuffer()
|
/hardware/interfaces/camera/device/3.2/default/ |
D | CameraDeviceSession.cpp | 285 sHandleImporter.importBuffer(importedBuf); in importRequest()
|
/hardware/interfaces/media/omx/1.0/vts/functional/video/ |
D | VtsHalMediaOmxV1_0TargetVideoEncTest.cpp | 703 mapper->importBuffer( in fillGraphicBuffer()
|
/hardware/interfaces/camera/device/3.4/default/ |
D | ExternalCameraDeviceSession.cpp | 485 sHandleImporter.importBuffer(importedBuf); in importRequest()
|