Searched refs:getCurrentCallSupportedRoutes (Results 1 – 1 of 1) sorted by relevance
1499 if ((initState.getRoute() & getCurrentCallSupportedRoutes()) == 0) { in initialize()1501 " routes are: %d", initState.getRoute(), getCurrentCallSupportedRoutes()); in initialize()1507 mAvailableRoutes = mDeviceSupportedRoutes & getCurrentCallSupportedRoutes(); in initialize()1767 int supportedRouteMask = calculateSupportedRoutes() & getCurrentCallSupportedRoutes(); in getInitialAudioState()1844 mAvailableRoutes = mDeviceSupportedRoutes & getCurrentCallSupportedRoutes(); in reinitialize()1855 mAvailableRoutes = mDeviceSupportedRoutes & getCurrentCallSupportedRoutes(); in updateRouteForForegroundCall()1865 private int getCurrentCallSupportedRoutes() { in getCurrentCallSupportedRoutes() method in CallAudioRouteStateMachine1879 add &= getCurrentCallSupportedRoutes(); in modifyRoutes()