Home
last modified time | relevance | path

Searched defs:tmpBuffer (Results 1 – 19 of 19) sorted by relevance

/aosp12/hardware/google/gchips/gralloc4/src/hidl_common/
H A DAllocator.cpp52 buffer_handle_t tmpBuffer = nullptr; in allocate() local
/aosp12/hardware/google/gchips/gralloc3/src/
H A DGrallocAllocator.cpp110 buffer_handle_t tmpBuffer; in allocate() local
H A DGrallocWrapper.cpp67 { in importBuffer()
/aosp12/hardware/interfaces/graphics/allocator/2.0/utils/passthrough/include/allocator-passthrough/2.0/
H A DGralloc0Hal.h88 const native_handle_t* tmpBuffer; in allocateBuffers() local
H A DGralloc1Hal.h103 const native_handle_t* tmpBuffer; in allocateBuffers() local
/aosp12/hardware/google/gchips/libvendorgraphicbuffer/gralloc4/
H A Dvendor_graphicbuffer_meta.cpp317 get_mapper()->importBuffer(handle, [&](const auto& tmpError, const auto& tmpBuffer) { in import_buffer()
/aosp12/hardware/interfaces/sensors/common/vts/utils/
H A DGrallocWrapper.cpp189 mMapper->importBuffer(rawHandle, [&](auto error, void* tmpBuffer) { in importBuffer()
/aosp12/hardware/interfaces/graphics/mapper/2.0/utils/vts/
H A DMapperVts.cpp138 mMapper->importBuffer(rawHandle, [&](const auto& tmpError, const auto& tmpBuffer) { in importBuffer()
/aosp12/hardware/libhardware/modules/camera/3_4/arc/
H A Dexif_utils.cpp399 void* tmpBuffer = exif_mem_alloc(mem, size); in AddVariableLengthEntry() local
/aosp12/hardware/interfaces/graphics/mapper/3.0/utils/vts/
H A DMapperVts.cpp153 mMapper->importBuffer(rawHandle, [&](const auto& tmpError, const auto& tmpBuffer) { in importBuffer()
/aosp12/frameworks/ex/framesequence/jni/
H A DFrameSequence_webp.cpp336 Color8888* tmpBuffer = prevBuffer; in drawFrame() local
/aosp12/frameworks/native/libs/ui/
H A DGralloc2.cpp160 { in importBuffer()
H A DGralloc3.cpp135 auto ret = mMapper->importBuffer(rawHandle, [&](const auto& tmpError, const auto& tmpBuffer) { in importBuffer()
H A DGralloc4.cpp145 auto ret = mMapper->importBuffer(rawHandle, [&](const auto& tmpError, const auto& tmpBuffer) { in importBuffer()
/aosp12/hardware/interfaces/graphics/mapper/4.0/utils/vts/
H A DMapperVts.cpp163 mMapper->importBuffer(rawHandle, [&](const auto& tmpError, const auto& tmpBuffer) { in importBuffer()
/aosp12/hardware/interfaces/camera/common/1.0/default/
H A DExif.cpp838 void* tmpBuffer = exif_mem_alloc(mem, size); in addVariableLengthEntry() local
/aosp12/packages/services/BuiltInPrintService/jni/plugins/genPCLm/src/
H A DgenPCLm.cpp1632 void *tmpBuffer = NULL; in Encapsulate() local
/aosp12/frameworks/av/services/camera/libcameraservice/utils/
H A DExifUtils.cpp771 void* tmpBuffer = exif_mem_alloc(mem, size); in addVariableLengthEntry() local
/aosp12/frameworks/av/media/libstagefright/
H A DUtils.cpp64 sp<ABuffer> tmpBuffer = new (std::nothrow) ABuffer((*buffer)->size() + 4 + length + 1024); in copyNALUToABuffer() local