Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/utils/
DExifUtils.h180 virtual bool setSubsecTime(const std::string& subsec_time) = 0;
DExifUtils.cpp170 virtual bool setSubsecTime(const std::string& subsec_time);
693 bool ExifUtilsImpl::setSubsecTime(const std::string& subsec_time) { in setSubsecTime() function in android::camera3::ExifUtilsImpl
1094 if (!setSubsecTime(std::string(str))) { in setFromMetadata()