HomeSort by relevance Sort by last modified time
    Searched refs:TimestampVerifier (Results 1 - 7 of 7) sorted by null

  /frameworks/av/services/audioflinger/
FastMixerDumpState.h 21 #include <audio_utils/TimestampVerifier.h>
81 TimestampVerifier<int64_t /* frame count */, int64_t /* time ns */> mTimestampVerifier;
AudioFlinger.h 76 #include <audio_utils/TimestampVerifier.h>
    [all...]
Threads.h 545 TimestampVerifier< // For timestamp statistics.
    [all...]
Threads.cpp     [all...]
  /cts/tests/tests/media/src/android/media/cts/
AudioHelper.java 254 public static class TimestampVerifier {
283 public TimestampVerifier(@Nullable String tag, @IntRange(from=4000) int sampleRate) {
AudioRecordTest.java 575 final AudioHelper.TimestampVerifier tsVerifier =
576 new AudioHelper.TimestampVerifier(TAG, RECORD_SAMPLE_RATE);
    [all...]
AudioTrackTest.java     [all...]

Completed in 2707 milliseconds