Home
last modified time | relevance | path

Searched defs:tm (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/guest/hals/camera/
DExif.cpp45 #define TIMESTAMP_TO_TM(timestamp, tm) gmtime_r(timestamp, tm) argument
49 #define TIMESTAMP_TO_TM(timestamp, tm) gmtime64_r(timestamp, tm) argument
/device/generic/goldfish/camera/
DExif.cpp42 #define TIMESTAMP_TO_TM(timestamp, tm) gmtime_r(timestamp, tm) argument
46 #define TIMESTAMP_TO_TM(timestamp, tm) gmtime64_r(timestamp, tm) argument
/device/linaro/hikey/wpan/uim/
Duim.c94 struct timespec tm = {0, 50*1000*1000}; in read_hci_event() local