Home
last modified time | relevance | path

Searched refs:kNanosPerMillisecond (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libaaudio/fuzzer/
Dlibaaudio_fuzzer.cpp26 constexpr int64_t kNanosPerMillisecond = 1000 * 1000; variable
245 count * kNanosPerMillisecond); in process()
248 count * kNanosPerMillisecond); in process()
254 count * kNanosPerMillisecond); in process()
257 count * kNanosPerMillisecond); in process()
263 count * kNanosPerMillisecond); in process()
/frameworks/av/media/libaaudio/tests/
Dtest_full_queue.cpp32 constexpr int64_t kNanosPerMillisecond = 1e6; variable
34 constexpr int64_t kTimeoutNanos = 50 * kNanosPerMillisecond;