Searched refs:native_open (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/hardware/
H A DSerialPort.java55 native_open(pfd.getFileDescriptor(), speed);
122 private native void native_open(FileDescriptor pfd, int speed) throws IOException; method in class:SerialPort
/frameworks/base/services/core/java/com/android/server/
H A DSerialService.java56 return native_open(path);
62 private native ParcelFileDescriptor native_open(String path); method in class:SerialService
/frameworks/base/core/java/android/hardware/usb/
H A DUsbDeviceConnection.java63 boolean wasOpened = native_open(name, pfd.getFileDescriptor());
372 private native boolean native_open(String deviceName, FileDescriptor pfd); method in class:UsbDeviceConnection
/frameworks/base/media/java/android/mtp/
H A DMtpDevice.java90 result = native_open(mDevice.getDeviceName(), connection.getFileDescriptor());
421 private native boolean native_open(String deviceName, int fd); method in class:MtpDevice

Completed in 252 milliseconds