Searched refs:a2dpService (Results 1 – 6 of 6) sorted by relevance
307 A2dpService a2dpService = mFactory.getA2dpService(); in processInitProfilePriorities() local407 if ((a2dpService != null) in processInitProfilePriorities()410 && (a2dpService.getConnectionPolicy(device) in processInitProfilePriorities()422 a2dpService.setConnectionPolicy( in processInitProfilePriorities()762 A2dpService a2dpService = mFactory.getA2dpService(); in processActiveDeviceChanged() local783 if (a2dpService != null && !isDualMode) { in processActiveDeviceChanged()787 a2dpService.setConnectionPolicy( in processActiveDeviceChanged()811 A2dpService a2dpService = mFactory.getA2dpService(); in handleAllProfilesDisconnected() local822 if (a2dpService != null) { in handleAllProfilesDisconnected()823 List<BluetoothDevice> a2dpConnDevList = a2dpService.getConnectedDevices(); in handleAllProfilesDisconnected()[all …]
889 final A2dpService a2dpService = mFactory.getA2dpService(); in setA2dpActiveDevice() local890 if (a2dpService == null) { in setA2dpActiveDevice()896 success = a2dpService.removeActiveDevice(!hasFallbackDevice); in setA2dpActiveDevice()898 success = a2dpService.setActiveDevice(device); in setA2dpActiveDevice()1085 A2dpService a2dpService = mFactory.getA2dpService(); in setFallbackDeviceActiveLocked() local1087 if (a2dpService != null) { in setFallbackDeviceActiveLocked()1088 a2dpFallbackDevice = a2dpService.getFallbackDevice(); in setFallbackDeviceActiveLocked()
249 A2dpService a2dpService = mFactory.getA2dpService(); in handleSilenceDeviceStateChanged() local250 if (a2dpService != null) { in handleSilenceDeviceStateChanged()251 a2dpService.setSilenceMode(device, state); in handleSilenceDeviceStateChanged()
777 A2dpService a2dpService = A2dpService.getA2dpService(); in clearProfilePriority() local791 if (a2dpService != null) { in clearProfilePriority()792 a2dpService.setConnectionPolicy(device, BluetoothProfile.CONNECTION_POLICY_UNKNOWN); in clearProfilePriority()
87 A2dpService a2dpService, in A2dpStateMachine() argument97 mA2dpService = a2dpService; in A2dpStateMachine()116 A2dpService a2dpService, in make() argument121 new A2dpStateMachine(device, a2dpService, a2dpNativeInterface, looper); in make()
2444 A2dpService a2dpService = A2dpService.getA2dpService(); in okToAcceptConnection() local2445 if (a2dpService != null && a2dpService.okToConnect(device, true)) { in okToAcceptConnection()2450 a2dpService.connect(device); in okToAcceptConnection()