Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libaudioclient/include/media/
H A DAudioSystem.h256 static const uint32_t kSyncRecordStartTimeOutMs = 30000; variable
/aosp12/frameworks/av/services/audioflinger/
H A DThreads.cpp8341 ((AudioSystem::kSyncRecordStartTimeOutMs * recordTrack->mSampleRate) / 1000); in start()