Searched refs:kNanosPerSecond (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/nativemedia/aaudio/jni/ |
D | test_aaudio_basic.cpp | 67 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
|
D | test_aaudio_stream_builder.cpp | 70 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()
|
D | test_aaudio_attributes.cpp | 31 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()
|