Searched refs:openBluetoothDevice (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/media/java/android/media/midi/ |
D | IMidiManager.aidl | 41 void openBluetoothDevice(IBinder clientToken, in BluetoothDevice bluetoothDevice, in openBluetoothDevice() method
|
D | MidiManager.java | 404 public void openBluetoothDevice(BluetoothDevice bluetoothDevice, in openBluetoothDevice() method in MidiManager 429 mService.openBluetoothDevice(mToken, bluetoothDevice, callback); in openBluetoothDevice()
|
/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/ |
D | BluetoothMidiDevice.java | 342 void openBluetoothDevice(BluetoothDevice btDevice) { in openBluetoothDevice() method in BluetoothMidiDevice 346 midiManager.openBluetoothDevice(btDevice, in openBluetoothDevice()
|
/frameworks/base/services/midi/java/com/android/server/midi/ |
D | MidiService.java | 895 openBluetoothDevice(btDevice); 936 openBluetoothDevice(btDevice); 1147 private void openBluetoothDevice(BluetoothDevice bluetoothDevice) { in openBluetoothDevice() method in MidiService 1151 midiManager.openBluetoothDevice(bluetoothDevice, in openBluetoothDevice() 1181 public void openBluetoothDevice(IBinder token, BluetoothDevice bluetoothDevice, in openBluetoothDevice() method in MidiService
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 29026 Landroid/media/midi/IMidiManager$Stub$Proxy;->openBluetoothDevice(Landroid/os/IBinder;Landroid/blue… 29051 Landroid/media/midi/IMidiManager;->openBluetoothDevice(Landroid/os/IBinder;Landroid/bluetooth/Bluet…
|
/frameworks/base/core/api/ |
D | current.txt | 26499 …method public void openBluetoothDevice(android.bluetooth.BluetoothDevice, android.media.midi.MidiM…
|