Home
last modified time | relevance | path

Searched refs:bluetoothDevice (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
DBluetoothMidiService.java45 public IBinder addBluetoothDevice(BluetoothDevice bluetoothDevice) {
47 if (bluetoothDevice == null) {
52 device = mDeviceServerMap.get(bluetoothDevice);
55 bluetoothDevice, BluetoothMidiService.this);
56 mDeviceServerMap.put(bluetoothDevice, device);
/frameworks/base/services/midi/java/com/android/server/midi/
DMidiService.java313 public Device(BluetoothDevice bluetoothDevice) { in Device() argument
314 mBluetoothDevice = bluetoothDevice; in Device()
680 public void openBluetoothDevice(IBinder token, BluetoothDevice bluetoothDevice, in openBluetoothDevice() argument
688 device = mBluetoothDevices.get(bluetoothDevice); in openBluetoothDevice()
690 device = new Device(bluetoothDevice); in openBluetoothDevice()
691 mBluetoothDevices.put(bluetoothDevice, device); in openBluetoothDevice()
803 BluetoothDevice bluetoothDevice = null; in addDeviceLocked() local
805 bluetoothDevice = (BluetoothDevice)properties.getParcelable( in addDeviceLocked()
807 device = mBluetoothDevices.get(bluetoothDevice); in addDeviceLocked()
816 if (bluetoothDevice != null) { in addDeviceLocked()
[all …]
/frameworks/base/media/java/android/media/midi/
DIBluetoothMidiService.aidl25 IBinder addBluetoothDevice(in BluetoothDevice bluetoothDevice); in addBluetoothDevice() argument
DMidiManager.java282 public void openBluetoothDevice(BluetoothDevice bluetoothDevice, in openBluetoothDevice() argument
305 mService.openBluetoothDevice(mToken, bluetoothDevice, callback); in openBluetoothDevice()
DIMidiManager.aidl39 void openBluetoothDevice(IBinder clientToken, in BluetoothDevice bluetoothDevice, in openBluetoothDevice() argument