Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libaudioclient/
H A DAudioRecord.cpp761 static const int32_t kMaxCreateAttempts = 3; in createRecord_l() local
762 int32_t remainingAttempts = kMaxCreateAttempts; in createRecord_l()