Home
last modified time | relevance | path

Searched refs:nativeOpenDevice (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/cmds/hid/src/com/android/commands/hid/
H A DDevice.java72 private static native long nativeOpenDevice( in nativeOpenDevice() method in Device
168 nativeOpenDevice( in handleMessage()
/aosp14/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbHostManager.java570 return nativeOpenDevice(deviceAddress); in openDevice()
672 private native ParcelFileDescriptor nativeOpenDevice(String deviceAddress); in nativeOpenDevice() method in UsbHostManager