Searched refs:getCurrentCallSupportedRoutes (Results 1 – 1 of 1) sorted by relevance
1529 if ((initState.getRoute() & getCurrentCallSupportedRoutes()) == 0) { in initialize()1531 " routes are: %d", initState.getRoute(), getCurrentCallSupportedRoutes()); in initialize()1537 mAvailableRoutes = mDeviceSupportedRoutes & getCurrentCallSupportedRoutes(); in initialize()1795 int supportedRouteMask = calculateSupportedRoutes() & getCurrentCallSupportedRoutes(); in getInitialAudioState()1872 mAvailableRoutes = mDeviceSupportedRoutes & getCurrentCallSupportedRoutes(); in reinitialize()1883 mAvailableRoutes = mDeviceSupportedRoutes & getCurrentCallSupportedRoutes(); in updateRouteForForegroundCall()1893 private int getCurrentCallSupportedRoutes() { in getCurrentCallSupportedRoutes() method in CallAudioRouteStateMachine1907 add &= getCurrentCallSupportedRoutes(); in modifyRoutes()