Searched refs:openSerialPort (Results 1 – 6 of 6) sorted by relevance
68 public SerialPort openSerialPort(String name, int speed) throws IOException { in openSerialPort() method in SerialManager70 ParcelFileDescriptor pfd = mService.openSerialPort(name); in openSerialPort()
28 ParcelFileDescriptor openSerialPort(String name); in openSerialPort() method
52 public ParcelFileDescriptor openSerialPort(String path) { in openSerialPort() method in SerialService
77 mSerialPort = mSerialManager.openSerialPort(ports[0], 115200); in onResume()
2580 Landroid/hardware/SerialManager;->openSerialPort(Ljava/lang/String;I)Landroid/hardware/SerialPort;
21326 HSPLandroid/hardware/ISerialManager;->openSerialPort(Ljava/lang/String;)Landroid/os/ParcelFileDescr…