Searched refs:native_open (Results 1 – 7 of 7) sorted by relevance
57 native_open(pfd.getFileDescriptor(), speed); in open()126 private native void native_open(FileDescriptor pfd, int speed) throws IOException; in native_open() method in SerialPort
53 return native_open(serialPort); in SerialService()138 private native ParcelFileDescriptor native_open(String path); in native_open() method in SerialService
69 boolean wasOpened = native_open(name, pfd.getFileDescriptor()); in open()431 private native boolean native_open(String deviceName, FileDescriptor pfd); in native_open() method in UsbDeviceConnection
90 result = native_open(mDevice.getDeviceName(), connection.getFileDescriptor()); in open()433 private native boolean native_open(String deviceName, int fd); in native_open() method in MtpDevice
57 public static FileDescriptor native_open$ravenwood(File file, int pfdMode) throws IOException { in native_open$ravenwood()
370 return native_open$ravenwood(file, mode); in openInternal$ravenwood()1282 private static native FileDescriptor native_open$ravenwood(File file, int pfdMode) in native_open$ravenwood()
21983 Landroid/hardware/SerialPort;->native_open(Ljava/io/FileDescriptor;I)V22382 Landroid/hardware/usb/UsbDeviceConnection;->native_open(Ljava/lang/String;Ljava/io/FileDescriptor;)Z32234 Landroid/mtp/MtpDevice;->native_open(Ljava/lang/String;I)Z