Home
last modified time | relevance | path

Searched refs:c_lflag (Results 1 – 10 of 10) sorted by relevance

/aosp12/bionic/libc/kernel/uapi/asm-generic/
H A Dtermbits.h30 tcflag_t c_lflag; member
38 tcflag_t c_lflag; member
48 tcflag_t c_lflag; member
H A Dtermios.h34 unsigned short c_lflag; member
/aosp12/bionic/tests/
H A Dtermios_test.cpp93 EXPECT_EQ(0U, (t.c_lflag & (ECHO|ECHONL|ICANON|ISIG|IEXTEN))); in TEST()
/aosp12/bionic/libc/include/bits/
H A Dtermios_inlines.h63 s->c_lflag &= ~(ECHO|ECHONL|ICANON|ISIG|IEXTEN); in cfmakeraw()
/aosp12/bionic/tests/headers/posix/
H A Dtermios_h.c42 STRUCT_MEMBER(struct termios, tcflag_t, c_lflag); in termios_h()
/aosp12/frameworks/base/core/jni/
H A Dandroid_hardware_SerialPort.cpp152 tio.c_lflag = 0; /* turn of CANON, ECHO*, etc */ in android_hardware_SerialPort_open()
/aosp12/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/
H A Dread_device_node.c45 term.c_lflag &= ~ICANON; in _kbhit()
/aosp12/hardware/invensense/6515/libsensors_iio/software/simple_apps/gesture_test/
H A Dinv_gesture_test.c162 term.c_lflag &= ~ICANON; in _kbhit()
/aosp12/hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/
H A Dmpu_iio.c77 term.c_lflag &= ~ICANON; in _kbhit()
/aosp12/hardware/ril/reference-ril/
H A Dreference-ril.c3680 ios.c_lflag = 0; /* disable ECHO, ICANON, etc... */