Searched refs:SerialPort (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/hardware/
H A DSerialManager.java63 * Opens and returns the {@link android.hardware.SerialPort} with the given name.
73 public SerialPort openSerialPort(String name, int speed) throws IOException {
77 SerialPort port = new SerialPort(name);
H A DSerialPort.java34 public class SerialPort { class
36 private static final String TAG = "SerialPort";
44 * SerialPort should only be instantiated by SerialManager
47 public SerialPort(String name) { method in class:SerialPort
52 * SerialPort should only be instantiated by SerialManager
/frameworks/base/tests/SerialChat/src/com/android/serialchat/
H A DSerialChat.java22 import android.hardware.SerialPort;
46 private SerialPort mSerialPort;

Completed in 121 milliseconds