Searched refs:setSubsecTime (Results 1 – 2 of 2) sorted by relevance
207 virtual bool setSubsecTime(const std::string& subsec_time) = 0;
213 virtual bool setSubsecTime(const std::string& subsec_time);728 bool ExifUtilsImpl::setSubsecTime(const std::string& subsec_time) { in setSubsecTime() function in android::hardware::camera::common::V1_0::helper::ExifUtilsImpl1101 if (!setSubsecTime(std::string(str))) { in setFromMetadata()