Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHidHost.java197 private IBluetoothHidHost mService;
212 mService = IBluetoothHidHost.Stub.asInterface(service); in onServiceConnected()
221 private IBluetoothHidHost getService() { in getService()
253 final IBluetoothHidHost service = getService(); in connect()
293 final IBluetoothHidHost service = getService(); in disconnect()
318 final IBluetoothHidHost service = getService(); in getConnectedDevices()
343 final IBluetoothHidHost service = getService(); in getDevicesMatchingConnectionStates()
373 final IBluetoothHidHost service = getService(); in getConnectionState()
433 final IBluetoothHidHost service = getService(); in setConnectionPolicy()
482 final IBluetoothHidHost service = getService(); in setPreferredTransport()
[all …]
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt764 Landroid/bluetooth/BluetoothHidHost;->mService:Landroid/bluetooth/IBluetoothHidHost;
2043 Landroid/bluetooth/IBluetoothHidHost$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
2044 Landroid/bluetooth/IBluetoothHidHost$Stub$Proxy;->connect(Landroid/bluetooth/BluetoothDevice;)Z
2045 Landroid/bluetooth/IBluetoothHidHost$Stub$Proxy;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z
2046 Landroid/bluetooth/IBluetoothHidHost$Stub$Proxy;->getConnectedDevices()Ljava/util/List;
2047 Landroid/bluetooth/IBluetoothHidHost$Stub$Proxy;->getConnectionState(Landroid/bluetooth/BluetoothDe…
2048 Landroid/bluetooth/IBluetoothHidHost$Stub$Proxy;->getDevicesMatchingConnectionStates([I)Ljava/util/…
2049 Landroid/bluetooth/IBluetoothHidHost$Stub$Proxy;->getIdleTime(Landroid/bluetooth/BluetoothDevice;)Z
2050 Landroid/bluetooth/IBluetoothHidHost$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;
2051 Landroid/bluetooth/IBluetoothHidHost$Stub$Proxy;->getPriority(Landroid/bluetooth/BluetoothDevice;)I
[all …]
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothHidHost.aidl27 interface IBluetoothHidHost { interface
/packages/modules/Bluetooth/android/app/aidl/
DAndroid.bp37 "android/bluetooth/IBluetoothHidHost.aidl",
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/
DHidHostService.java31 import android.bluetooth.IBluetoothHidHost;
797 static class BluetoothHidHostBinder extends IBluetoothHidHost.Stub