Home
last modified time | relevance | path

Searched refs:SetGpsTimestamp (Results 1 – 5 of 5) sorted by relevance

/aosp12/hardware/libhardware/modules/camera/3_4/arc/
H A Dexif_utils.h82 bool SetGpsTimestamp(const struct tm& t);
H A Dexif_utils.cpp231 bool ExifUtils::SetGpsTimestamp(const struct tm& t) { in SetGpsTimestamp() function in arc::ExifUtils
H A Dimage_processor.cpp459 if (!utils->SetGpsTimestamp(time_info)) { in SetExifTags()
/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
H A DExifUtils.h135 virtual bool SetGpsTimestamp(const struct tm& t) = 0;
H A DExifUtils.cpp137 virtual bool SetGpsTimestamp(const struct tm& t);
576 bool ExifUtilsImpl::SetGpsTimestamp(const struct tm& t) { in SetGpsTimestamp() function in android::ExifUtilsImpl
991 if (!SetGpsTimestamp(time_info)) { in SetFromMetadata()