Searched refs:TIMESTAMP_TO_TM (Results 1 – 2 of 2) sorted by relevance
/device/google/cuttlefish/guest/hals/camera/ |
D | Exif.cpp | 45 #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/ |
D | Exif.cpp | 42 #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()
|