Searched refs:timeinfo (Results 1 – 2 of 2) sorted by relevance
57 struct tm * timeinfo = localtime(&(ev.mWallTime.tv_sec)); in dump() local59 ++j, ev.mEvent.timestamp/1e9, timeinfo->tm_hour, timeinfo->tm_min, timeinfo->tm_sec, in dump()
1101 struct tm * timeinfo = localtime(&rawtime); in enable() local1102 reg_info.mHour = timeinfo->tm_hour; in enable()1103 reg_info.mMin = timeinfo->tm_min; in enable()1104 reg_info.mSec = timeinfo->tm_sec; in enable()1133 struct tm * timeinfo = localtime(&rawtime); in disable() local1134 reg_info.mHour = timeinfo->tm_hour; in disable()1135 reg_info.mMin = timeinfo->tm_min; in disable()1136 reg_info.mSec = timeinfo->tm_sec; in disable()