Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/camera/
DExif.cpp45 #define TIMESTAMP_TO_TM(timestamp, tm) gmtime_r(timestamp, tm) macro
49 #define TIMESTAMP_TO_TM(timestamp, tm) gmtime64_r(timestamp, tm) macro
257 if (TIMESTAMP_TO_TM(&time, &utcTime) == nullptr) { in convertTimestampToTimeAndDate()
/device/generic/goldfish/camera/
DExif.cpp42 #define TIMESTAMP_TO_TM(timestamp, tm) gmtime_r(timestamp, tm) macro
46 #define TIMESTAMP_TO_TM(timestamp, tm) gmtime64_r(timestamp, tm) macro
271 if (TIMESTAMP_TO_TM(&time, &utcTime) == nullptr) { in convertTimestampToTimeAndDate()