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

/frameworks/av/include/media/
H A DAudioSystem.h184 static const uint32_t kSyncRecordStartTimeOutMs = 30000; member in class:android::AudioSystem
/frameworks/av/services/audioflinger/
H A DThreads.cpp4793 // do not wait for the event for more than AudioSystem::kSyncRecordStartTimeOutMs
4794 mFramestoDrop = - ((AudioSystem::kSyncRecordStartTimeOutMs * mReqSampleRate) / 1000);

Completed in 65 milliseconds