Home
last modified time | relevance | path

Searched refs:openBluetoothDevice (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/media/java/android/media/midi/
DIMidiManager.aidl41 void openBluetoothDevice(IBinder clientToken, in BluetoothDevice bluetoothDevice, in openBluetoothDevice() method
DMidiManager.java404 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/
DBluetoothMidiDevice.java342 void openBluetoothDevice(BluetoothDevice btDevice) { in openBluetoothDevice() method in BluetoothMidiDevice
346 midiManager.openBluetoothDevice(btDevice, in openBluetoothDevice()
/frameworks/base/services/midi/java/com/android/server/midi/
DMidiService.java895 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/
Dhiddenapi-max-target-o.txt29026 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/
Dcurrent.txt26499 …method public void openBluetoothDevice(android.bluetooth.BluetoothDevice, android.media.midi.MidiM…