Home
last modified time | relevance | path

Searched defs:bluetoothDevice (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/media/java/android/media/midi/
DIBluetoothMidiService.aidl25 IBinder addBluetoothDevice(in BluetoothDevice bluetoothDevice); in addBluetoothDevice()
DIMidiManager.aidl39 void openBluetoothDevice(IBinder clientToken, in BluetoothDevice bluetoothDevice, in openBluetoothDevice()
DMidiManager.java279 public void openBluetoothDevice(BluetoothDevice bluetoothDevice, in openBluetoothDevice()
/frameworks/base/services/midi/java/com/android/server/midi/
DMidiService.java314 public Device(BluetoothDevice bluetoothDevice) { in Device()
681 public void openBluetoothDevice(IBinder token, BluetoothDevice bluetoothDevice, in openBluetoothDevice()
804 BluetoothDevice bluetoothDevice = null; in addDeviceLocked() local