Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHidDevice.java446 private IBluetoothHidDevice mService;
457 mService = IBluetoothHidDevice.Stub.asInterface(service); in onServiceConnected()
466 private IBluetoothHidDevice getService() { in getService()
481 final IBluetoothHidDevice service = getService(); in getConnectedDevices()
501 final IBluetoothHidDevice service = getService(); in getDevicesMatchingConnectionStates()
522 final IBluetoothHidDevice service = getService(); in getConnectionState()
579 final IBluetoothHidDevice service = getService(); in registerApp()
607 final IBluetoothHidDevice service = getService(); in unregisterApp()
632 final IBluetoothHidDevice service = getService(); in sendReport()
658 final IBluetoothHidDevice service = getService(); in replyReport()
[all …]
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothHidDevice.aidl26 interface IBluetoothHidDevice { interface
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt714 Landroid/bluetooth/BluetoothHidDevice;->mService:Landroid/bluetooth/IBluetoothHidDevice;
1975 Landroid/bluetooth/IBluetoothHidDevice$Stub$Proxy;-><init>(Landroid/os/IBinder;)V
1976 Landroid/bluetooth/IBluetoothHidDevice$Stub$Proxy;->connect(Landroid/bluetooth/BluetoothDevice;)Z
1977 Landroid/bluetooth/IBluetoothHidDevice$Stub$Proxy;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z
1978 Landroid/bluetooth/IBluetoothHidDevice$Stub$Proxy;->getConnectedDevices()Ljava/util/List;
1979 Landroid/bluetooth/IBluetoothHidDevice$Stub$Proxy;->getConnectionState(Landroid/bluetooth/Bluetooth…
1980 Landroid/bluetooth/IBluetoothHidDevice$Stub$Proxy;->getDevicesMatchingConnectionStates([I)Ljava/uti…
1981 Landroid/bluetooth/IBluetoothHidDevice$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;
1982 Landroid/bluetooth/IBluetoothHidDevice$Stub$Proxy;->getUserAppName()Ljava/lang/String;
1983 Landroid/bluetooth/IBluetoothHidDevice$Stub$Proxy;->mRemote:Landroid/os/IBinder;
[all …]
/packages/modules/Bluetooth/android/app/aidl/
DAndroid.bp35 "android/bluetooth/IBluetoothHidDevice.aidl",
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/
DHidDeviceService.java28 import android.bluetooth.IBluetoothHidDevice;
294 static class BluetoothHidDeviceBinder extends IBluetoothHidDevice.Stub