Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
DA2dpSinkService.java51 protected Map<BluetoothDevice, A2dpSinkStateMachine> mDeviceStateMap = field in A2dpSinkService
80 for (A2dpSinkStateMachine stateMachine : mDeviceStateMap.values()) { in stop()
83 mDeviceStateMap.clear(); in stop()
306 A2dpSinkStateMachine stateMachine = mDeviceStateMap.get(device); in disconnect()
323 mDeviceStateMap.remove(stateMachine.getDevice()); in removeStateMachine()
333 mDeviceStateMap.putIfAbsent(device, newStateMachine); in getOrCreateStateMachine()
372 A2dpSinkStateMachine stateMachine = mDeviceStateMap.get(device); in getConnectionState()
428 ProfileService.println(sb, "Devices Tracked = " + mDeviceStateMap.size()); in dump()
429 for (A2dpSinkStateMachine stateMachine : mDeviceStateMap.values()) { in dump()
437 A2dpSinkStateMachine stateMachine = mDeviceStateMap.get(device); in getAudioConfig()
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerService.java95 protected Map<BluetoothDevice, AvrcpControllerStateMachine> mDeviceStateMap = field in AvrcpControllerService
149 for (AvrcpControllerStateMachine stateMachine : mDeviceStateMap.values()) { in stop()
196 for (AvrcpControllerStateMachine stateMachine : mDeviceStateMap.values()) { in playItem()
222 for (AvrcpControllerStateMachine stateMachine : mDeviceStateMap.values()) { in getContents()
708 AvrcpControllerStateMachine stateMachine = mDeviceStateMap.get(device); in disconnect()
732 mDeviceStateMap.remove(stateMachine.getDevice()); in removeStateMachine()
740 return mDeviceStateMap.get(device); in getStateMachine()
744 AvrcpControllerStateMachine stateMachine = mDeviceStateMap.get(device); in getOrCreateStateMachine()
747 mDeviceStateMap.put(device, stateMachine); in getOrCreateStateMachine()
777 AvrcpControllerStateMachine stateMachine = mDeviceStateMap.get(device); in getConnectionState()
[all …]