Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorService.cpp1114 time_t rawtime = time(NULL); in enable() local
1115 struct tm * timeinfo = localtime(&rawtime); in enable()
1146 time_t rawtime = time(NULL); in disable() local
1147 struct tm * timeinfo = localtime(&rawtime); in disable()
/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp482 time_t rawtime; in drawTime() local
483 time(&rawtime); in drawTime()
484 struct tm* timeInfo = localtime(&rawtime); in drawTime()