Searched refs:setDateTime (Results 1 – 2 of 2) sorted by relevance
88 virtual bool setDateTime(const struct tm& t) = 0;
77 virtual bool setDateTime(const struct tm& t);355 bool ExifUtilsImpl::setDateTime(const struct tm& t) { in setDateTime() function in android::camera3::ExifUtilsImpl891 if (!setDateTime(time_info)) { in setFromMetadata()