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 93 struct termios sys_ti; /* Default TTY setting */ member in struct:serial_proxy
799 tcsetattr(sk, TCSAFLUSH, &prx->sys_ti);
836 struct termios sys_ti; local
854 memset(&sys_ti, 0, sizeof(sys_ti));
855 tcgetattr(sk, &sys_ti);
856 memcpy(&prx->sys_ti, &sys_ti, sizeof(sys_ti));
861 memcpy(&prx->proxy_ti, &sys_ti, sizeof(sys_ti))
    [all...]

Completed in 1421 milliseconds