Home
last modified time | relevance | path

Searched defs:bluetoothDevice (Results 1 – 6 of 6) 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.java282 public void openBluetoothDevice(BluetoothDevice bluetoothDevice, in openBluetoothDevice()
/frameworks/base/services/midi/java/com/android/server/midi/
DMidiService.java314 public Device(BluetoothDevice bluetoothDevice) { in Device()
678 public void openBluetoothDevice(IBinder token, BluetoothDevice bluetoothDevice, in openBluetoothDevice()
801 BluetoothDevice bluetoothDevice = null; in addDeviceLocked() local
/frameworks/base/telecomm/java/android/telecom/
DInCallService.java433 public final void requestBluetoothAudio(@NonNull BluetoothDevice bluetoothDevice) { in requestBluetoothAudio()
DConnection.java2616 public void requestBluetoothAudio(@NonNull BluetoothDevice bluetoothDevice) { in requestBluetoothAudio()