Searched refs:tcsendbreak (Results 1 – 16 of 16) sorted by relevance
/aosp12/bionic/libc/include/ |
H A D | termios.h | 140 int tcsendbreak(int __fd, int __duration) __INTRODUCED_IN(21);
|
/aosp12/bionic/libc/include/bits/ |
H A D | termios_inlines.h | 111 __BIONIC_TERMIOS_INLINE int tcsendbreak(int fd, int duration) { in tcsendbreak() function
|
/aosp12/bionic/tests/headers/posix/ |
H A D | termios_h.c | 165 FUNCTION(tcsendbreak, int (*f)(int, int)); in termios_h()
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_hardware_SerialPort.cpp | 243 tcsendbreak(fd, 0); in android_hardware_SerialPort_send_break()
|
/aosp12/bionic/libc/tools/ |
H A D | posix-2013.txt | 1055 tcsendbreak
|
/aosp12/hardware/qcom/bt/msm8909/libbt-vendor/src/ |
H A D | hw_ar3k.c | 1318 tcsendbreak(fd, 0); in init_uart()
|
/aosp12/hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/ |
H A D | hw_ar3k.c | 1322 tcsendbreak(fd, 0); in init_uart()
|
/aosp12/hardware/qcom/bt/msm8992/libbt-vendor/src/ |
H A D | hw_ar3k.c | 1318 tcsendbreak(fd, 0); in init_uart()
|
/aosp12/hardware/qcom/bt/msm8996/libbt-vendor/src/ |
H A D | hw_ar3k.c | 1324 tcsendbreak(fd, 0); in init_uart()
|
/aosp12/hardware/qcom/bt/msm8998/libbt-vendor/src/ |
H A D | hw_ar3k.c | 1326 tcsendbreak(fd, 0); in init_uart()
|
/aosp12/hardware/qcom/sdm845/bt/libbt-vendor/src/ |
H A D | hw_ar3k.c | 1324 tcsendbreak(fd, 0); in init_uart()
|
/aosp12/bionic/libc/ |
H A D | libc.map.txt | 1068 tcsendbreak; # introduced=21
|
/aosp12/bionic/tools/versioner/platforms/ |
H A D | libc.map.txt | 1068 tcsendbreak; # introduced=21
|
/aosp12/bionic/benchmarks/linker_relocation/gen/ |
H A D | liblinker_reloc_bench_000.S | 10186 CALL(tcsendbreak)
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 27626 …method public static void tcsendbreak(java.io.FileDescriptor, int) throws android.system.ErrnoExce…
|