Searched refs:IBluetoothHidHost (Results 1 – 5 of 5) sorted by relevance
197 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 …]
764 Landroid/bluetooth/BluetoothHidHost;->mService:Landroid/bluetooth/IBluetoothHidHost;2043 Landroid/bluetooth/IBluetoothHidHost$Stub$Proxy;-><init>(Landroid/os/IBinder;)V2044 Landroid/bluetooth/IBluetoothHidHost$Stub$Proxy;->connect(Landroid/bluetooth/BluetoothDevice;)Z2045 Landroid/bluetooth/IBluetoothHidHost$Stub$Proxy;->disconnect(Landroid/bluetooth/BluetoothDevice;)Z2046 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;)Z2050 Landroid/bluetooth/IBluetoothHidHost$Stub$Proxy;->getInterfaceDescriptor()Ljava/lang/String;2051 Landroid/bluetooth/IBluetoothHidHost$Stub$Proxy;->getPriority(Landroid/bluetooth/BluetoothDevice;)I[all …]
27 interface IBluetoothHidHost { interface
37 "android/bluetooth/IBluetoothHidHost.aidl",
31 import android.bluetooth.IBluetoothHidHost;797 static class BluetoothHidHostBinder extends IBluetoothHidHost.Stub