Home
last modified time | relevance | path

Searched defs:tty (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/netd/server/
H A DPppController.cpp52 int PppController::attachPppd(const char *tty, struct in_addr local, in attachPppd()
111 int PppController::detachPppd(const char *tty) { in detachPppd()
/aosp12/bionic/libc/bionic/
H A Dpty.cpp115 int openpty(int* pty, int* tty, char* name, const termios* t, const winsize* ws) { in openpty()
153 int tty; in forkpty() local
/aosp12/bionic/tests/
H A Dpty_test.cpp31 int pty, tty; in TEST() local
118 int tty; in TEST() local
/aosp12/system/core/fastboot/fuzzy_fastboot/
H A Dtest_utils.cpp119 struct termios tty; in ConfigureSerial() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DDemoStatusIcons.java153 String tty = args.getString("tty"); in dispatchDemoCommand() local
/aosp12/frameworks/base/core/proto/android/providers/settings/
H A Dsecure.proto598 optional Tty tty = 59; field
/aosp12/packages/modules/adb/client/
H A Dcommandline.cpp691 PtyAllocationMode tty = use_shell_protocol ? kPtyAuto : kPtyDefinitely; // -t/-T in adb_shell() local