Home
last modified time | relevance | path

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

/hardware/interfaces/camera/common/default/
DExif.cpp272 virtual bool setShort(ExifIfd ifd, ExifTag tag, uint16_t value, const std::string& msg);
299 if (setShort(ifd, tag, value, #tag) == false) return false; \
823 bool ExifUtilsImpl::setShort(ExifIfd ifd, ExifTag tag, uint16_t value, const std::string& msg) { in setShort() function in android::hardware::camera::common::helper::ExifUtilsImpl