OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nsecs_t
(Results
1 - 6
of
6
) sorted by null
/system/extras/tests/memtest/
memtest.h
20
typedef long long
nsecs_t
;
typedef
23
nsecs_t
system_time();
fptest.cpp
34
typedef long long
nsecs_t
;
typedef
35
static
nsecs_t
gTime;
38
static
nsecs_t
system_time()
43
return
nsecs_t
(t.tv_sec)*1000000000LL + t.tv_nsec;
53
nsecs_t
t = system_time() - gTime;
/system/core/include/utils/
Timers.h
34
typedef int64_t
nsecs_t
; // nano-seconds
typedef
36
static inline
nsecs_t
seconds_to_nanoseconds(
nsecs_t
secs)
41
static inline
nsecs_t
milliseconds_to_nanoseconds(
nsecs_t
secs)
46
static inline
nsecs_t
microseconds_to_nanoseconds(
nsecs_t
secs)
51
static inline
nsecs_t
nanoseconds_to_seconds(
nsecs_t
secs)
56
static inline
nsecs_t
nanoseconds_to_milliseconds(nsecs_t secs
[
all
...]
/device/asus/flo/camera/QCamera2/HAL3/
QCamera3HWI.h
61
typedef int64_t
nsecs_t
;
typedef in namespace:qcamera
127
nsecs_t
timestamp, int32_t request_id);
/frameworks/rs/
rsCppUtils.h
147
typedef int64_t
nsecs_t
; // nano-seconds
typedef
156
static inline
nsecs_t
systemTime(int clock)
168
return
nsecs_t
(t.tv_sec)*1000000000LL + t.tv_nsec;
174
return
nsecs_t
(t.tv_sec)*1000000000LL +
nsecs_t
(t.tv_usec)*1000LL;
178
static inline
nsecs_t
nanoseconds_to_milliseconds(
nsecs_t
secs)
/hardware/qcom/camera/QCamera2/HAL3/
QCamera3HWI.h
61
typedef int64_t
nsecs_t
;
typedef in namespace:qcamera
132
nsecs_t
timestamp, int32_t request_id, int32_t BlobRequest,
216
nsecs_t
timestamp;
Completed in 624 milliseconds