Home
last modified time | relevance | path

Searched refs:SetSubsecTime (Results 1 – 2 of 2) sorted by relevance

/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
DExifUtils.h171 virtual bool SetSubsecTime(const std::string& subsec_time) = 0;
DExifUtils.cpp173 virtual bool SetSubsecTime(const std::string& subsec_time);
702 bool ExifUtilsImpl::SetSubsecTime(const std::string& subsec_time) { in SetSubsecTime() function in android::ExifUtilsImpl
1101 if (!SetSubsecTime(std::string(str))) { in SetFromMetadata()