HomeSort by relevance Sort by last modified time
    Searched defs:time_ns (Results 1 - 12 of 12) sorted by null

  /device/google/contexthub/firmware/app/chre/common/
chre10_app_syscalls.c 50 uint64_t time_ns = 0; local
51 (void)syscallDo1P(SYSCALL_CHRE_API(GET_TIME), &time_ns); local
52 return time_ns;
chre11_app_syscalls.c 47 uint64_t time_ns = 0; local
48 (void)syscallDo1P(SYSCALL_CHRE_API(GET_TIME), &time_ns); local
49 return time_ns;
53 int64_t time_ns = 0; local
54 (void)syscallDo1P(SYSCALL_CHRE_API(GET_HOST_TIME_OFFSET), &time_ns); local
55 return time_ns;
chre_app_syscalls.c 47 uint64_t time_ns = 0; local
48 (void)syscallDo1P(SYSCALL_CHRE_API(GET_TIME), &time_ns); local
49 return time_ns;
53 int64_t time_ns = 0; local
54 (void)syscallDo1P(SYSCALL_CHRE_API(GET_HOST_TIME_OFFSET), &time_ns); local
55 return time_ns;
  /external/perf_data_converter/src/quipper/
perf_serializer_test.cc 86 uint64_t time_ns = GetSampleTimestampFromEventProto(proto.events(i)); local
88 EXPECT_GE(time_ns, prev_time_ns);
90 prev_time_ns = time_ns;
  /external/perf_data_converter/src/
perf_data_converter.cc 113 uint64 time_ns = 0; member in struct:perftools::__anon31904::SampleKey
122 return ((a.pid == b.pid) && (a.tid == b.tid) && (a.time_ns == b.time_ns) &&
133 hash ^= std::hash<uint64>()(k.time_ns);
294 sample_key.time_ns =
  /system/chre/chre_api/include/chre_api/chre/
gnss.h 208 int64_t time_ns; member in struct:chreGnssClock
243 //! Hardware time offset from time_ns for this measurement, in nanoseconds
  /system/chre/chre_api/legacy/v1_1/chre/
gnss.h 201 int64_t time_ns; member in struct:chreGnssClock
236 //! Hardware time offset from time_ns for this measurement, in nanoseconds
  /bionic/libc/kernel/uapi/drm/
drm.h 560 __s64 time_ns; member in struct:drm_event_crtc_sequence
  /external/kernel-headers/original/uapi/drm/
drm.h 943 __s64 time_ns; member in struct:drm_event_crtc_sequence
  /hardware/libhardware/include/hardware/
gps.h 1244 int64_t time_ns; member in struct:__anon48208
1295 int64_t time_ns; member in struct:__anon48209
    [all...]
  /hardware/qcom/gps/msm8909w_3100/utils/
loc_gps.h 1439 int64_t time_ns; member in struct:__anon50572
1490 int64_t time_ns; member in struct:__anon50573
    [all...]
  /hardware/qcom/gps/msm8998/utils/
loc_gps.h 1435 int64_t time_ns; member in struct:__anon50914
1486 int64_t time_ns; member in struct:__anon50915
    [all...]

Completed in 942 milliseconds