Searched refs:MIN_MULITY_CALL_COUNT (Results 1 – 3 of 3) sorted by relevance
31 const int16_t MIN_MULITY_CALL_COUNT = 2; variable
32 const int32_t MIN_MULITY_CALL_COUNT = 2; variable420 if (!(hasRingingCall && (CallObjectManager::GetCurrentCallNum() >= MIN_MULITY_CALL_COUNT))) { in ShouldStopWaitingTone()
395 if ((CallObjectManager::GetCurrentCallNum() - ringCallCount) < MIN_MULITY_CALL_COUNT) { in ProcessAudioWhenCallActive()