Searched refs:setDateTime (Results 1 – 2 of 2) sorted by relevance
89 virtual bool setDateTime(const struct tm& t) = 0;
95 virtual bool setDateTime(const struct tm& t);433 bool ExifUtilsImpl::setDateTime(const struct tm& t) { in setDateTime() function in android::hardware::camera::common::V1_0::helper::ExifUtilsImpl977 if (!setDateTime(time_info)) { in setFromMetadata()