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

/frameworks/av/include/media/
H A DAudioSystem.h181 static const uint32_t kSyncRecordStartTimeOutMs = 30000; member in class:android::AudioSystem
/frameworks/av/media/libmedia/
H A DAudioRecord.cpp310 AudioSystem::kSyncRecordStartTimeOutMs;
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp6311 // do not wait for the event for more than AudioSystem::kSyncRecordStartTimeOutMs
6312 mFramestoDrop = - ((AudioSystem::kSyncRecordStartTimeOutMs * mReqSampleRate) / 1000);

Completed in 83 milliseconds