Searched defs:importBuffer (Results 1 - 5 of 5) sorted by last modified time

/hardware/interfaces/camera/common/1.0/default/
H A DHandleImporter.cpp55 bool HandleImporter::importBuffer(buffer_handle_t& handle) { function in class:android::hardware::camera::common::V1_0::helper::HandleImporter
73 auto ret = mMapper->importBuffer(
81 ALOGE("%s: mapper importBuffer failed: %s",
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
H A DComposerResources.h47 Error importBuffer(const native_handle_t* rawHandle, const native_handle_t** outBufferHandle) { function in class:android::hardware::graphics::composer::V2_1::hal::ComposerHandleImporter
55 mMapper->importBuffer(rawHandle, [&](const auto& tmpError, const auto& tmpBufferHandle) {
462 error = (isBuffer) ? mImporter.importBuffer(rawHandle, &importedHandle)
/hardware/interfaces/graphics/mapper/2.0/utils/vts/
H A DMapperVts.cpp91 ASSERT_NO_FATAL_FAILURE(bufferHandles.push_back(importBuffer(tmpBuffers[i])));
138 const native_handle_t* Gralloc::importBuffer(const hidl_handle& rawHandle) { function in class:android::hardware::graphics::mapper::V2_0::vts::Gralloc
140 mMapper->importBuffer(rawHandle, [&](const auto& tmpError, const auto& tmpBuffer) {
/hardware/interfaces/graphics/mapper/2.1/utils/passthrough/include/mapper-passthrough/2.1/
H A DGralloc1Hal.h66 Error importBuffer(const native_handle_t* rawHandle,
68 int32_t error = mDispatch.importBuffer(
91 !initDispatch(GRALLOC1_FUNCTION_IMPORT_BUFFER, &mDispatch.importBuffer)) {
101 GRALLOC1_PFN_IMPORT_BUFFER importBuffer; member in struct:android::hardware::graphics::mapper::V2_1::passthrough::detail::Gralloc1HalImpl::__anon1153
/hardware/interfaces/sensors/1.0/vts/functional/
H A DGrallocWrapper.cpp99 bufferHandles.push_back(importBuffer(tmpBuffers[i]));
138 const native_handle_t* GrallocWrapper::importBuffer( function in class:android::GrallocWrapper
141 mMapper->importBuffer(

Completed in 161 milliseconds