Home
last modified time | relevance | path

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

/hardware/interfaces/camera/common/1.0/default/include/
DExif.h151 virtual bool setGpsTimestamp(const struct tm& t) = 0;
/hardware/interfaces/camera/common/1.0/default/
DExif.cpp157 virtual bool setGpsTimestamp(const struct tm& t);
598 bool ExifUtilsImpl::setGpsTimestamp(const struct tm& t) { in setGpsTimestamp() function in android::hardware::camera::common::V1_0::helper::ExifUtilsImpl
1030 if (!setGpsTimestamp(time_info)) { in setFromMetadata()