Searched refs:unplug (Results 1 – 5 of 5) sorted by relevance
366 public boolean unplug(BluetoothDevice device) { in unplug() method in HidDeviceService.BluetoothHidDeviceBinder376 return service.unplug(device); in unplug()585 synchronized boolean unplug(BluetoothDevice device) { in unplug() method in HidDeviceService592 && mHidDeviceNativeInterface.unplug(); in unplug()
145 public boolean unplug() { in unplug() method in HidDeviceNativeInterface