Home
last modified time | relevance | path

Searched defs:unplug (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/bt/binder/android/bluetooth/
H A DIBluetoothHidDevice.aidl38 boolean unplug(in BluetoothDevice device, in AttributionSource attributionSource); in unplug() method
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dvirtio_mem.h50 struct virtio_mem_req_unplug unplug; member
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidDeviceService.java381 public boolean unplug(BluetoothDevice device, AttributionSource source) { in unplug() method in HidDeviceService.BluetoothHidDeviceBinder
621 synchronized boolean unplug(BluetoothDevice device) { in unplug() method in HidDeviceService
H A DHidDeviceNativeInterface.java145 public boolean unplug() { in unplug() method in HidDeviceNativeInterface