Home
last modified time | relevance | path

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

/hardware/libhardware/modules/camera/3_4/arc/
Dexif_utils.h82 bool SetGpsTimestamp(const struct tm& t);
Dexif_utils.cpp231 bool ExifUtils::SetGpsTimestamp(const struct tm& t) { in SetGpsTimestamp() function in arc::ExifUtils
Dimage_processor.cpp459 if (!utils->SetGpsTimestamp(time_info)) { in SetExifTags()
/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
DExifUtils.h135 virtual bool SetGpsTimestamp(const struct tm& t) = 0;
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()