• Home
  • Raw
  • Download

Lines Matching refs:start

85   struct timespec start;  in TEST_F()  local
86 clock_gettime(CLOCK_MONOTONIC_RAW, &start); in TEST_F()
87 stream->rstream->next_cb_ts = start; in TEST_F()
92 timespec dev_time = SingleInputDevNextWake(cb_threshold, 0, &start, in TEST_F()
114 struct timespec start; in TEST_F() local
115 clock_gettime(CLOCK_MONOTONIC_RAW, &start); in TEST_F()
116 stream->rstream->next_cb_ts = start; in TEST_F()
121 dev_cb_threshold, dev_level, &start, &format, streams); in TEST_F()
124 subtract_timespecs(&dev_time, &start, &delta); in TEST_F()
145 struct timespec start; in TEST_F() local
146 clock_gettime(CLOCK_MONOTONIC_RAW, &start); in TEST_F()
147 stream->rstream->next_cb_ts = start; in TEST_F()
152 dev_cb_threshold, dev_level, &start, &format, streams); in TEST_F()
155 subtract_timespecs(&dev_time, &start, &delta); in TEST_F()
173 struct timespec start; in TEST_F() local
174 clock_gettime(CLOCK_MONOTONIC_RAW, &start); in TEST_F()
175 stream->rstream->next_cb_ts = start; in TEST_F()
180 timespec dev_time = SingleInputDevNextWake(480, 0, &start, in TEST_F()
185 subtract_timespecs(&dev_time, &start, &delta); in TEST_F()
202 struct timespec start; in TEST_F() local
203 clock_gettime(CLOCK_MONOTONIC_RAW, &start); in TEST_F()
204 stream1->rstream->next_cb_ts = start; in TEST_F()
210 stream2->rstream->next_cb_ts = start; in TEST_F()
216 timespec dev_time = SingleInputDevNextWake(cb_threshold, 0, &start, in TEST_F()
221 subtract_timespecs(&dev_time, &start, &delta2); in TEST_F()
238 struct timespec start; in TEST_F() local
239 clock_gettime(CLOCK_MONOTONIC_RAW, &start); in TEST_F()
240 stream1->rstream->next_cb_ts = start; in TEST_F()
245 stream2->rstream->next_cb_ts = start; in TEST_F()
251 timespec dev_time = SingleInputDevNextWake(441, 0, &start, in TEST_F()
257 subtract_timespecs(&dev_time, &start, &delta2); in TEST_F()
270 struct timespec start; in TEST_F() local
271 clock_gettime(CLOCK_MONOTONIC_RAW, &start); in TEST_F()
276 stream1->rstream->next_cb_ts = start; in TEST_F()
283 stream2->rstream->next_cb_ts = start; in TEST_F()
291 timespec dev_time = SingleInputDevNextWake(441, 441, &start, in TEST_F()
296 subtract_timespecs(&dev_time, &start, &delta2); in TEST_F()
308 struct timespec start, delay; in TEST_F() local
309 clock_gettime(CLOCK_MONOTONIC_RAW, &start); in TEST_F()
314 stream->rstream->next_cb_ts = start; in TEST_F()
325 timespec dev_time = SingleInputDevNextWake(4096, 0, &start, in TEST_F()
328 subtract_timespecs(&dev_time, &start, &delta); in TEST_F()
342 struct timespec start; in TEST_F() local
343 clock_gettime(CLOCK_MONOTONIC_RAW, &start); in TEST_F()
348 stream->rstream->next_cb_ts = start; in TEST_F()
358 4096, 7000, &start, &fmt, streams, CRAS_NODE_TYPE_HOTWORD); in TEST_F()
365 subtract_timespecs(&dev_time, &start, &delta); in TEST_F()
382 struct timespec start; in TEST_F() local
383 clock_gettime(CLOCK_MONOTONIC_RAW, &start); in TEST_F()
388 stream->rstream->next_cb_ts = start; in TEST_F()
397 timespec dev_time = SingleInputDevNextWake(4096, 7000, &start, in TEST_F()
405 subtract_timespecs(&dev_time, &start, &delta); in TEST_F()