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

/frameworks/base/core/java/android/hardware/
H A DSerialManager.java58 * Opens and returns the {@link android.hardware.SerialPort} with the given name.
68 public SerialPort openSerialPort(String name, int speed) throws IOException {
72 SerialPort port = new SerialPort(name);
H A DSerialPort.java29 public class SerialPort { class
31 private static final String TAG = "SerialPort";
39 * SerialPort should only be instantiated by SerialManager
42 public SerialPort(String name) { method in class:SerialPort
47 * 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;
/frameworks/base/config/
H A Dpreloaded-classes1261 android.hardware.SerialPort
H A Dboot-image-profile.txt[all...]

Completed in 111 milliseconds