HomeSort by relevance Sort by last modified time
    Searched full:sys_ti (Results 1 - 1 of 1) sorted by null

  /external/bluetooth/bluez/serial/
proxy.c 91 struct termios sys_ti; /* Default TTY setting */ member in struct:serial_proxy
770 tcsetattr(sk, TCSAFLUSH, &prx->sys_ti);
807 struct termios sys_ti; local
825 memset(&sys_ti, 0, sizeof(sys_ti));
826 tcgetattr(sk, &sys_ti);
827 memcpy(&prx->sys_ti, &sys_ti, sizeof(sys_ti));
832 memcpy(&prx->proxy_ti, &sys_ti, sizeof(sys_ti))
    [all...]

Completed in 960 milliseconds