Home
last modified time | relevance | path

Searched refs:tty (Results 1 – 25 of 38) sorted by relevance

12

/system/core/fastboot/fuzzy_fastboot/
Dtest_utils.cpp119 struct termios tty; in ConfigureSerial() local
120 tcgetattr(fd, &tty); in ConfigureSerial()
122 cfsetospeed(&tty, (speed_t)B115200); in ConfigureSerial()
123 cfsetispeed(&tty, (speed_t)B115200); in ConfigureSerial()
125 tty.c_cflag &= ~PARENB; in ConfigureSerial()
126 tty.c_cflag &= ~CSTOPB; in ConfigureSerial()
127 tty.c_cflag &= ~CSIZE; in ConfigureSerial()
128 tty.c_cflag |= CS8; in ConfigureSerial()
130 tty.c_cflag &= ~CRTSCTS; in ConfigureSerial()
131 tty.c_cc[VMIN] = 0; in ConfigureSerial()
[all …]
/system/netd/server/
DPppController.cpp52 int PppController::attachPppd(const char *tty, struct in_addr local, in attachPppd() argument
65 if (!strcmp(tty, *it)) { in attachPppd()
70 ALOGE("Invalid tty '%s' specified", tty); in attachPppd()
92 snprintf(dev, sizeof(dev), "/dev/%s", tty); in attachPppd()
111 int PppController::detachPppd(const char *tty) { in detachPppd() argument
118 ALOGD("Stopping PPPD services on port %s", tty); in detachPppd()
122 ALOGD("PPPD services on port %s stopped", tty); in detachPppd()
DPppController.h34 int attachPppd(const char *tty, struct in_addr local,
37 int detachPppd(const char *tty);
/system/libziparchive/
Drun-ziptool-tests-on-android.sh9 if tty -s; then
/system/core/adb/client/
Dcommandline.cpp690 PtyAllocationMode tty = use_shell_protocol ? kPtyAuto : kPtyDefinitely; // -t/-T in adb_shell() local
717 tty = kPtyDefinitely; in adb_shell()
723 tty = (tty >= kPtyYes) ? kPtyDefinitely : kPtyYes; in adb_shell()
726 tty = kPtyNo; in adb_shell()
737 if (tty == kPtyNo) { in adb_shell()
739 } else if (tty == kPtyAuto) { in adb_shell()
746 } else if (tty == kPtyYes) { in adb_shell()
757 escape_char, tty, in adb_shell()
/system/sepolicy/prebuilts/api/28.0/private/
Duntrusted_app_25.te37 # Access to /proc/tty/drivers, to allow apps to determine if they
Dadbd.te32 # Use a pseudo tty.
/system/core/shell_and_utilities/
DREADME.md131 time timeout touch tr true truncate tty ulimit umount uname uniq unix2dos
155 tty ulimit umount uname uniq unix2dos uptime usleep uudecode uuencode
180 tail tar taskset tee time timeout top touch tr true truncate tty ulimit
211 true truncate tty tunctl ulimit umount uname uniq unix2dos unlink
243 tty tunctl ulimit umount uname uniq unix2dos unlink unshare uptime
/system/sepolicy/private/
Duntrusted_app_25.te22 # Access to /proc/tty/drivers, to allow apps to determine if they
Dadbd.te58 # Use a pseudo tty.
Dapp_neverallows.te221 # Access to /proc/tty/drivers, to allow apps to determine if they
/system/sepolicy/prebuilts/api/30.0/private/
Duntrusted_app_25.te22 # Access to /proc/tty/drivers, to allow apps to determine if they
Dadbd.te58 # Use a pseudo tty.
Dapp_neverallows.te242 # Access to /proc/tty/drivers, to allow apps to determine if they
/system/core/rootdir/
Dueventd.rc31 /dev/tty 0666 root root
/system/sepolicy/prebuilts/api/27.0/private/
Duntrusted_app_25.te41 # Access to /proc/tty/drivers, to allow apps to determine if they
Dadbd.te32 # Use a pseudo tty.
Dgenfs_contexts38 genfscon proc /tty/drivers u:object_r:proc_tty_drivers:s0
Dfile_contexts158 /dev/tty u:object_r:owntty_device:s0
159 /dev/tty[0-9]* u:object_r:tty_device:s0
/system/sepolicy/prebuilts/api/26.0/private/
Duntrusted_app_25.te41 # Access to /proc/tty/drivers, to allow apps to determine if they
Dgenfs_contexts38 genfscon proc /tty/drivers u:object_r:proc_tty_drivers:s0
Dadbd.te30 # Use a pseudo tty.
/system/sepolicy/prebuilts/api/29.0/private/
Duntrusted_app_25.te38 # Access to /proc/tty/drivers, to allow apps to determine if they
Dadbd.te58 # Use a pseudo tty.
Dapp_neverallows.te325 # Access to /proc/tty/drivers, to allow apps to determine if they

12