Home
last modified time | relevance | path

Searched refs:tty (Results 1 – 25 of 31) 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.cpp51 int PppController::attachPppd(const char *tty, struct in_addr local, in attachPppd() argument
64 if (!strcmp(tty, *it)) { in attachPppd()
69 ALOGE("Invalid tty '%s' specified", tty); in attachPppd()
91 snprintf(dev, sizeof(dev), "/dev/%s", tty); in attachPppd()
110 int PppController::detachPppd(const char *tty) { in detachPppd() argument
117 ALOGD("Stopping PPPD services on port %s", tty); in detachPppd()
121 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/core/adb/client/
Dcommandline.cpp675 PtyAllocationMode tty = use_shell_protocol ? kPtyAuto : kPtyDefinitely; // -t/-T in adb_shell() local
702 tty = kPtyDefinitely; in adb_shell()
708 tty = (tty >= kPtyYes) ? kPtyDefinitely : kPtyYes; in adb_shell()
711 tty = kPtyNo; in adb_shell()
722 if (tty == kPtyNo) { in adb_shell()
724 } else if (tty == kPtyAuto) { in adb_shell()
731 } else if (tty == kPtyYes) { in adb_shell()
742 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.
Dfile_contexts165 /dev/tty u:object_r:owntty_device:s0
166 /dev/tty[0-9]* u:object_r:tty_device:s0
/system/core/rootdir/
Dueventd.rc31 /dev/tty 0666 root root
/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.
Dfile_contexts156 /dev/tty u:object_r:owntty_device:s0
157 /dev/tty[0-9]* u:object_r:tty_device:s0
/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/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
/system/sepolicy/prebuilts/api/29.0/private/
Duntrusted_app_25.te38 # Access to /proc/tty/drivers, to allow apps to determine if they
Dadbd.te54 # Use a pseudo tty.
Dapp_neverallows.te325 # Access to /proc/tty/drivers, to allow apps to determine if they
Dfile_contexts161 /dev/tty u:object_r:owntty_device:s0
162 /dev/tty[0-9]* u:object_r:tty_device:s0
/system/sepolicy/private/
Duntrusted_app_25.te38 # Access to /proc/tty/drivers, to allow apps to determine if they
Dadbd.te54 # Use a pseudo tty.
Dapp_neverallows.te325 # Access to /proc/tty/drivers, to allow apps to determine if they
Dfile_contexts161 /dev/tty u:object_r:owntty_device:s0
162 /dev/tty[0-9]* u:object_r:tty_device:s0

12