Home
last modified time | relevance | path

Searched refs:tmp_buffer (Results 1 – 2 of 2) sorted by relevance

/hardware/google/camera/common/sensor_listener/
Dgoog_gralloc_wrapper.cc155 const auto& tmp_buffer) { in ImportBuffer() argument
160 buffer_handle = static_cast<const native_handle_t*>(tmp_buffer); in ImportBuffer()
/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
DExifUtils.cpp799 void* tmp_buffer = exif_mem_alloc(mem, size); in AddVariableLengthEntry() local
800 if (!tmp_buffer) { in AddVariableLengthEntry()
806 entry->data = static_cast<unsigned char*>(tmp_buffer); in AddVariableLengthEntry()