OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CLOCK_BOOTTIME
(Results
1 - 5
of
5
) sorted by null
/system/core/libutils/
Timers.cpp
43
CLOCK_BOOTTIME
SystemClock.cpp
128
result = clock_gettime(
CLOCK_BOOTTIME
, &ts);
137
//
CLOCK_BOOTTIME
doesn't exist, fallback to /dev/alarm
/bionic/libc/include/
time.h
107
#define
CLOCK_BOOTTIME
7
/system/vold/
fstrim.c
47
clock_gettime(
CLOCK_BOOTTIME
, &t);
/hardware/libhardware/modules/camera/
Camera.cpp
616
ALOGW("%s:%d: No timestamp provided, using
CLOCK_BOOTTIME
",
618
res = clock_gettime(
CLOCK_BOOTTIME
, &ts);
622
ALOGE("%s:%d: No timestamp and failed to get
CLOCK_BOOTTIME
%s(%d)",
Completed in 120 milliseconds