Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc4/src/libGralloc4Wrapper/
Dwrapper.cpp131 buffer_handle_t tmp_buffer; in createNativeHandle() local
135 int result = mali_gralloc_buffer_allocate(&gralloc_buffer_descriptor, 1, &tmp_buffer, in createNativeHandle()
144 static_cast<const private_handle_t *>(tmp_buffer)); in createNativeHandle()
155 mali_gralloc_buffer_free(tmp_buffer); in createNativeHandle()
165 mali_gralloc_buffer_free(tmp_buffer); in createNativeHandle()
188 return tmp_buffer; in createNativeHandle()
/hardware/google/gchips/gralloc3/src/
Dgralloc_vendor_interface.cpp137 buffer_handle_t tmp_buffer; in createNativeHandle() local
140 int allocResult = mali_gralloc_ion_allocate(&gralloc_buffer_descriptor, 1, &tmp_buffer, &shared, in createNativeHandle()
147 static_cast<const private_handle_t *>(tmp_buffer)); in createNativeHandle()
157 return tmp_buffer; in createNativeHandle()
/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()