Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/default/include/core-impl/
DStreamRemoteSubmix.h63 static constexpr int kMaxReadFailureAttempts = 3; variable
/hardware/interfaces/audio/aidl/default/r_submix/
DStreamRemoteSubmix.cpp309 if (++mReadFailureCount < kMaxReadFailureAttempts) { in inRead()