Searched refs:SetDateTime (Results 1 – 5 of 5) sorted by relevance
62 bool SetDateTime(const struct tm& t);
113 bool ExifUtils::SetDateTime(const struct tm& t) { in SetDateTime() function in arc::ExifUtils
406 if (!utils->SetDateTime(time_info)) { in SetExifTags()
73 virtual bool SetDateTime(const struct tm& t) = 0;
75 virtual bool SetDateTime(const struct tm& t);347 bool ExifUtilsImpl::SetDateTime(const struct tm& t) { in SetDateTime() function in android::ExifUtilsImpl923 if (!SetDateTime(time_info)) { in SetFromMetadata()