Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorDevice.h68 struct tm *timeInfo = localtime(&mTs); in toString() local
69 result.appendFormat("%02d:%02d:%02d :: %d", timeInfo->tm_hour, timeInfo->tm_min, in toString()
70 timeInfo->tm_sec, mCount); in toString()
/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp648 struct tm* timeInfo = localtime(&rawtime); in drawClock() local
652 size_t length = strftime(timeBuff, TIME_LENGTH, timeFormat, timeInfo); in drawClock()