OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rawtime
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/services/sensorservice/
SensorRegistrationInfo.h
50
time_t
rawtime
= time(NULL);
local
51
struct tm * timeinfo = localtime(&
rawtime
);
/system/core/healthd/
healthd_draw.cpp
131
time_t
rawtime
;
132
time(&
rawtime
);
133
tm* time_info = localtime(&
rawtime
);
/frameworks/base/cmds/bootanimation/
BootAnimation.cpp
609
time_t
rawtime
;
local
610
time(&
rawtime
);
611
struct tm* timeInfo = localtime(&
rawtime
);
[
all
...]
Completed in 145 milliseconds