Home
last modified time | relevance | path

Searched refs:uptimeMicros (Results 1 – 3 of 3) sorted by relevance

/external/walt/android/WALT/app/src/main/jni/
Dplayer.c117 te_play = uptimeMicros(); in bqPlayerCallback()
142 int64_t t_start = uptimeMicros(); in Java_org_chromium_latency_walt_AudioTest_playTone()
153 te_play = uptimeMicros(); in Java_org_chromium_latency_walt_AudioTest_playTone()
163 int dt_state = uptimeMicros() - t_start; in Java_org_chromium_latency_walt_AudioTest_playTone()
354 tc_rec = uptimeMicros(); in bqRecorderCallback()
496 te_rec = uptimeMicros(); // TODO: investigate if it's better to time after SetRecordState in Java_org_chromium_latency_walt_AudioTest_startRecording()
Dsync_clock.c61 int64_t uptimeMicros() { in uptimeMicros() function
148 return uptimeMicros() - clk->t_base; in micros()
188 clk->t_base = uptimeMicros(); in zero_remote()
Dsync_clock.h40 int64_t uptimeMicros();