Searched refs:setSubsecTime (Results 1 – 2 of 2) sorted by relevance
180 virtual bool setSubsecTime(const std::string& subsec_time) = 0;
170 virtual bool setSubsecTime(const std::string& subsec_time);693 bool ExifUtilsImpl::setSubsecTime(const std::string& subsec_time) { in setSubsecTime() function in android::camera3::ExifUtilsImpl1094 if (!setSubsecTime(std::string(str))) { in setFromMetadata()