Searched refs:tty (Results 1 – 25 of 31) sorted by relevance
12
/system/core/fastboot/fuzzy_fastboot/ |
D | test_utils.cpp | 119 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/ |
D | PppController.cpp | 51 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()
|
D | PppController.h | 34 int attachPppd(const char *tty, struct in_addr local, 37 int detachPppd(const char *tty);
|
/system/core/adb/client/ |
D | commandline.cpp | 675 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/ |
D | untrusted_app_25.te | 37 # Access to /proc/tty/drivers, to allow apps to determine if they
|
D | adbd.te | 32 # Use a pseudo tty.
|
D | file_contexts | 165 /dev/tty u:object_r:owntty_device:s0 166 /dev/tty[0-9]* u:object_r:tty_device:s0
|
/system/core/rootdir/ |
D | ueventd.rc | 31 /dev/tty 0666 root root
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | untrusted_app_25.te | 41 # Access to /proc/tty/drivers, to allow apps to determine if they
|
D | genfs_contexts | 38 genfscon proc /tty/drivers u:object_r:proc_tty_drivers:s0
|
D | adbd.te | 30 # Use a pseudo tty.
|
D | file_contexts | 156 /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/ |
D | untrusted_app_25.te | 41 # Access to /proc/tty/drivers, to allow apps to determine if they
|
D | adbd.te | 32 # Use a pseudo tty.
|
D | genfs_contexts | 38 genfscon proc /tty/drivers u:object_r:proc_tty_drivers:s0
|
D | file_contexts | 158 /dev/tty u:object_r:owntty_device:s0 159 /dev/tty[0-9]* u:object_r:tty_device:s0
|
/system/core/shell_and_utilities/ |
D | README.md | 131 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/ |
D | untrusted_app_25.te | 38 # Access to /proc/tty/drivers, to allow apps to determine if they
|
D | adbd.te | 54 # Use a pseudo tty.
|
D | app_neverallows.te | 325 # Access to /proc/tty/drivers, to allow apps to determine if they
|
D | file_contexts | 161 /dev/tty u:object_r:owntty_device:s0 162 /dev/tty[0-9]* u:object_r:tty_device:s0
|
/system/sepolicy/private/ |
D | untrusted_app_25.te | 38 # Access to /proc/tty/drivers, to allow apps to determine if they
|
D | adbd.te | 54 # Use a pseudo tty.
|
D | app_neverallows.te | 325 # Access to /proc/tty/drivers, to allow apps to determine if they
|
D | file_contexts | 161 /dev/tty u:object_r:owntty_device:s0 162 /dev/tty[0-9]* u:object_r:tty_device:s0
|
12