Searched refs:getCurrentCallSupportedRoutes (Results 1 – 1 of 1) sorted by relevance
1633 if ((initState.getRoute() & getCurrentCallSupportedRoutes()) == 0) { in initialize()1635 " routes are: %d", initState.getRoute(), getCurrentCallSupportedRoutes()); in initialize()1641 mAvailableRoutes = mDeviceSupportedRoutes & getCurrentCallSupportedRoutes(); in initialize()1956 int supportedRouteMask = calculateSupportedRoutes() & getCurrentCallSupportedRoutes(); in getInitialAudioState()2085 mAvailableRoutes = mDeviceSupportedRoutes & getCurrentCallSupportedRoutes(); in reinitialize()2096 mAvailableRoutes = mDeviceSupportedRoutes & getCurrentCallSupportedRoutes(); in updateRouteForForegroundCall()2106 private int getCurrentCallSupportedRoutes() { in getCurrentCallSupportedRoutes() method in CallAudioRouteStateMachine2120 add &= getCurrentCallSupportedRoutes(); in modifyRoutes()