Home
last modified time | relevance | path

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

/base/telephony/call_manager/services/audio/src/
Dcall_state_processor.cpp138 bool shouldSwitch = false; in ShouldSwitchState() local
141 shouldSwitch = (dialingCalls_.size() == EXIST_ONLY_ONE_CALL && activeCalls_.empty() && in ShouldSwitchState()
145 shouldSwitch = (alertingCalls_.size() == EXIST_ONLY_ONE_CALL && activeCalls_.empty() && in ShouldSwitchState()
149 shouldSwitch = (incomingCalls_.size() == EXIST_ONLY_ONE_CALL && activeCalls_.empty() && in ShouldSwitchState()
153 shouldSwitch = (activeCalls_.size() == EXIST_ONLY_ONE_CALL); in ShouldSwitchState()
158 return shouldSwitch; in ShouldSwitchState()