Home
last modified time | relevance | path

Searched refs:tmpBuffer (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/graphics/allocator/2.0/utils/passthrough/include/allocator-passthrough/2.0/
DGralloc0Hal.h88 const native_handle_t* tmpBuffer; in allocateBuffers() local
90 error = allocateOneBuffer(descriptorInfo, &tmpBuffer, &tmpStride); in allocateBuffers()
95 buffers.push_back(tmpBuffer); in allocateBuffers()
DGralloc1Hal.h103 const native_handle_t* tmpBuffer; in allocateBuffers() local
105 error = allocateOneBuffer(desc, &tmpBuffer, &tmpStride); in allocateBuffers()
110 buffers.push_back(tmpBuffer); in allocateBuffers()
/hardware/interfaces/sensors/common/vts/utils/
DGrallocWrapper.cpp137 mMapper->importBuffer(rawHandle, [&](const auto& tmpError, const auto& tmpBuffer) { in importBuffer() argument
141 bufferHandle = static_cast<const native_handle_t*>(tmpBuffer); in importBuffer()
/hardware/interfaces/graphics/mapper/2.0/utils/vts/
DMapperVts.cpp140 mMapper->importBuffer(rawHandle, [&](const auto& tmpError, const auto& tmpBuffer) { in importBuffer() argument
143 bufferHandle = static_cast<const native_handle_t*>(tmpBuffer); in importBuffer()
/hardware/libhardware/modules/camera/3_4/arc/
Dexif_utils.cpp399 void* tmpBuffer = exif_mem_alloc(mem, size); in AddVariableLengthEntry() local
400 if (!tmpBuffer) { in AddVariableLengthEntry()
406 entry->data = static_cast<unsigned char*>(tmpBuffer); in AddVariableLengthEntry()
/hardware/interfaces/graphics/mapper/3.0/utils/vts/
DMapperVts.cpp155 mMapper->importBuffer(rawHandle, [&](const auto& tmpError, const auto& tmpBuffer) { in importBuffer() argument
158 bufferHandle = static_cast<const native_handle_t*>(tmpBuffer); in importBuffer()
/hardware/interfaces/camera/common/1.0/default/
DExif.cpp838 void* tmpBuffer = exif_mem_alloc(mem, size); in addVariableLengthEntry() local
839 if (!tmpBuffer) { in addVariableLengthEntry()
845 entry->data = static_cast<unsigned char*>(tmpBuffer); in addVariableLengthEntry()