Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
DExifUtils.cpp219 virtual bool SetLong(ExifIfd ifd, ExifTag tag, uint32_t value,
259 if (SetLong(ifd, tag, value, #tag) == false) return false; \
848 bool ExifUtilsImpl::SetLong(ExifIfd ifd, ExifTag tag, uint32_t value, in SetLong() function in android::ExifUtilsImpl