HomeSort by relevance Sort by last modified time
    Searched defs:tstamp (Results 1 - 25 of 43) sorted by null

1 2

  /external/bcc/tools/
cachestat.py 66 tstamp = args.timestamp variable
102 if tstamp:
168 if tstamp:
  /bionic/libc/kernel/uapi/linux/
if_addr.h 62 __u32 tstamp; member in struct:ifa_cacheinfo
  /external/adhd/cras/src/server/
cras_hfp_iodev.c 53 struct timespec *tstamp)
62 clock_gettime(CLOCK_MONOTONIC_RAW, tstamp);
144 struct timespec tstamp; local
146 return frames_queued(iodev, &tstamp);
cras_a2dp_iodev.c 126 struct timespec *tstamp)
134 clock_gettime(CLOCK_MONOTONIC_RAW, tstamp);
346 struct timespec tstamp; local
349 return frames_queued(iodev, &tstamp) + a2dpio->sock_depth_frames;
cras_loopback_iodev.c 156 struct timespec tstamp; local
158 return frames_queued(iodev, &tstamp);
  /external/adhd/cras/src/tests/
alsa_helpers_unittest.cc 170 struct timespec tstamp; local
196 tstamp.tv_sec = 0;
197 tstamp.tv_nsec = 0;
203 dev_name, &used, &tstamp);
205 EXPECT_EQ(tstamp.tv_sec, snd_pcm_htimestamp_tstamp_ret_val.tv_sec);
206 EXPECT_EQ(tstamp.tv_nsec, snd_pcm_htimestamp_tstamp_ret_val.tv_nsec);
214 struct timespec tstamp; local
222 &avail, &tstamp);
230 &avail, &tstamp);
240 &avail, &tstamp);
    [all...]
loopback_iodev_unittest.cc 75 struct timespec tstamp; local
94 EXPECT_EQ(0, loop_in_->frames_queued(loop_in_, &tstamp));
105 struct timespec tstamp; local
118 EXPECT_EQ(480, loop_in_->frames_queued(loop_in_, &tstamp));
129 EXPECT_EQ(0, loop_in_->frames_queued(loop_in_, &tstamp));
141 struct timespec tstamp; local
160 EXPECT_EQ(0, loop_in_->frames_queued(loop_in_, &tstamp));
bt_io_unittest.cc 111 struct timespec *tstamp) {
169 struct timespec tstamp; local
183 bt_iodev->frames_queued(bt_iodev, &tstamp);
a2dp_iodev_unittest.cc 250 struct timespec tstamp; local
278 EXPECT_EQ(350, iodev->frames_queued(iodev, &tstamp));
279 EXPECT_EQ(tstamp.tv_sec, time_now.tv_sec);
280 EXPECT_EQ(tstamp.tv_nsec, time_now.tv_nsec);
290 EXPECT_EQ(256, iodev->frames_queued(iodev, &tstamp));
293 EXPECT_EQ(tstamp.tv_sec, time_now.tv_sec);
294 EXPECT_EQ(tstamp.tv_nsec, time_now.tv_nsec);
310 EXPECT_EQ(200, iodev->frames_queued(iodev, &tstamp));
311 EXPECT_EQ(tstamp.tv_sec, time_now.tv_sec);
312 EXPECT_EQ(tstamp.tv_nsec, time_now.tv_nsec)
320 struct timespec tstamp; local
    [all...]
  /external/iproute2/include/uapi/linux/
if_addr.h 61 __u32 tstamp; /* updated timestamp, hundredths of seconds */ member in struct:ifa_cacheinfo
  /external/kernel-headers/original/uapi/linux/
if_addr.h 63 __u32 tstamp; /* updated timestamp, hundredths of seconds */ member in struct:ifa_cacheinfo
  /external/libnl/include/linux-private/linux/
if_addr.h 58 __u32 tstamp; /* updated timestamp, hundredths of seconds */ member in struct:ifa_cacheinfo
  /external/strace/tests/
nlattr_ifla_af_spec.c 56 uint32_t tstamp; member in struct:ifla_cacheinfo
270 PRINT_FIELD_U(", ", ci, tstamp);
  /external/strace/tests-m32/
nlattr_ifla_af_spec.c 56 uint32_t tstamp; member in struct:ifla_cacheinfo
270 PRINT_FIELD_U(", ", ci, tstamp);
  /external/strace/tests-mx32/
nlattr_ifla_af_spec.c 56 uint32_t tstamp; member in struct:ifla_cacheinfo
270 PRINT_FIELD_U(", ", ci, tstamp);
  /external/tinycompress/
cplay.c 141 struct timespec tstamp; local
143 if (compress_get_hpointer(compress, &avail, &tstamp) != 0) {
148 fprintf(stderr, "DSP played %jd.%jd\n", (intmax_t)tstamp.tv_sec, (intmax_t)tstamp.tv_nsec*1000);
  /bionic/libc/kernel/uapi/sound/
compress_offload.h 43 struct snd_compr_tstamp tstamp; member in struct:snd_compr_avail
  /external/blktrace/btt/
seek.c 256 double tstamp = BIT_TIME(iop->t.time); local
260 fprintf(fp, "%15.9lf %13lld %c\n", tstamp, dist, rw);
262 fprintf(sip->cfp, "%15.9lf %13lld %c\n", tstamp, dist, rw);
269 sps_add(sip, tstamp);
  /external/kernel-headers/original/uapi/sound/
compress_offload.h 79 * @tstamp: timestamp information
83 struct snd_compr_tstamp tstamp; member in struct:snd_compr_avail
156 * This also queries the tstamp properties
  /external/linux-kselftest/tools/testing/selftests/networking/timestamping/
rxtimestamp.c 29 bool tstamp; member in struct:tstamps
70 { tstamp: true }
106 { tstamp: true, swtstamp: true }
139 if (t->expected.tstamp)
208 actual.tstamp = true;
237 VALIDATE(tstamp);
  /device/google/bonito/sdm710/kernel-headers/sound/
compress_offload.h 44 struct snd_compr_tstamp tstamp; member in struct:snd_compr_avail
  /device/google/bonito/sdm710/original-kernel-headers/sound/
compress_offload.h 79 * @tstamp: timestamp information
83 struct snd_compr_tstamp tstamp; member in struct:snd_compr_avail
197 * This also queries the tstamp properties
  /device/google/crosshatch/sdm845/kernel-headers/sound/
compress_offload.h 44 struct snd_compr_tstamp tstamp; member in struct:snd_compr_avail
  /device/google/crosshatch/sdm845/original-kernel-headers/sound/
compress_offload.h 79 * @tstamp: timestamp information
83 struct snd_compr_tstamp tstamp; member in struct:snd_compr_avail
197 * This also queries the tstamp properties
  /external/strace/
rtnl_link.c 725 uint32_t tstamp; member in struct:__anon39514
734 PRINT_FIELD_U(", ", ci, tstamp);

Completed in 720 milliseconds

1 2