Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DRecentEventLogger.cpp57 struct tm * timeinfo = localtime(&(ev.mWallTime.tv_sec)); in dump() local
59 ++j, ev.mEvent.timestamp/1e9, timeinfo->tm_hour, timeinfo->tm_min, timeinfo->tm_sec, in dump()
DSensorService.cpp1101 struct tm * timeinfo = localtime(&rawtime); in enable() local
1102 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() local
1134 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()