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()
1115 struct tm * timeinfo = localtime(&rawtime); in enable() local1116 reg_info.mHour = timeinfo->tm_hour; in enable()1117 reg_info.mMin = timeinfo->tm_min; in enable()1118 reg_info.mSec = timeinfo->tm_sec; in enable()1147 struct tm * timeinfo = localtime(&rawtime); in disable() local1148 reg_info.mHour = timeinfo->tm_hour; in disable()1149 reg_info.mMin = timeinfo->tm_min; in disable()1150 reg_info.mSec = timeinfo->tm_sec; in disable()