Home
last modified time | relevance | path

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

/cts/tests/tests/nativemedia/aaudio/jni/
Dtest_aaudio_basic.cpp67 AAudioStream_read(aaudioStream, &buffer, kNumFrames, kNanosPerSecond)); in testConfiguration()
70 AAudioStream_write(aaudioStream, &buffer, kNumFrames, kNanosPerSecond)); in testConfiguration()
77 static constexpr int64_t kNanosPerSecond = 1000000000; member in TestAAudioBasic
Dtest_aaudio_stream_builder.cpp70 static const int64_t kNanosPerSecond = 1e9; in try_opening_audio_stream() local
71 ASSERT_LT(getNanoseconds() - beforeTimeNanos, kNanosPerSecond) in try_opening_audio_stream()
80 ASSERT_LT(getNanoseconds() - beforeTimeNanos, kNanosPerSecond) in try_opening_audio_stream()
Dtest_aaudio_attributes.cpp31 constexpr int64_t kNanosPerSecond = 1000000000; variable
194 AAudioStream_read(aaudioStream, buffer.get(), kNumFrames, kNanosPerSecond)); in checkAttributes()
197 AAudioStream_write(aaudioStream, buffer.get(), kNumFrames, kNanosPerSecond)); in checkAttributes()