Searched defs:tmpBuffer (Results 1 – 5 of 5) sorted by relevance
169 { in importBuffer()
144 auto ret = mMapper->importBuffer(rawHandle, [&](const auto& tmpError, const auto& tmpBuffer) { in importBuffer()
204 auto ret = mMapper->importBuffer(rawHandle, [&](const auto& tmpError, const auto& tmpBuffer) { in importBuffer()
771 void* tmpBuffer = exif_mem_alloc(mem, size); in addVariableLengthEntry() local
69 sp<ABuffer> tmpBuffer = new (std::nothrow) ABuffer((*buffer)->size() + 4 + length + 1024); in copyNALUToABuffer() local