Home
last modified time | relevance | path

Searched refs:TWO_BEEP_TIME_INTERVAL (Results 1 - 2 of 2) sorted by relevance

/foundation/distributedhardware/distributed_audio/common/src/
H A Ddaudio_latency_test.cpp44 if (GetNowTimeUs() - lastPlayTime_ <= TWO_BEEP_TIME_INTERVAL) { in AddPlayTime()
45 DHLOGE("Catch play high frame, but not in %{public}d ms.", TWO_BEEP_TIME_INTERVAL); in AddPlayTime()
61 if (GetNowTimeUs() - lastRecordTime_ <= TWO_BEEP_TIME_INTERVAL) { in AddRecordTime()
62 DHLOGE("Catch record high frame, but not in %{public}d ms.", TWO_BEEP_TIME_INTERVAL); in AddRecordTime()
/foundation/distributedhardware/distributed_audio/common/include/
H A Ddaudio_latency_test.h39 constexpr static int32_t TWO_BEEP_TIME_INTERVAL = 900000; // 900ms member in OHOS::DistributedHardware::DAudioLatencyTest

Completed in 1 milliseconds