Searched refs:SetGpsProcessingMethod (Results 1 – 5 of 5) sorted by relevance
86 bool SetGpsProcessingMethod(const std::string& method);
267 bool ExifUtils::SetGpsProcessingMethod(const std::string& method) { in SetGpsProcessingMethod() function in arc::ExifUtils
449 if (!utils->SetGpsProcessingMethod(method_str)) { in SetExifTags()
131 virtual bool SetGpsProcessingMethod(const std::string& method) = 0;
133 virtual bool SetGpsProcessingMethod(const std::string& method);568 bool ExifUtilsImpl::SetGpsProcessingMethod(const std::string& method) { in SetGpsProcessingMethod() function in android::ExifUtilsImpl981 if (!SetGpsProcessingMethod(method_str)) { in SetFromMetadata()