HomeSort by relevance Sort by last modified time
    Searched refs:cfsetospeed (Results 1 - 20 of 20) sorted by null

  /bionic/libc/include/
termios.h 85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed) function
  /development/ndk/platforms/android-3/include/
termios.h 85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed) function
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
termios.h 85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed) function
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
termios.h 85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed) function
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
termios.h 85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed) function
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
termios.h 85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed) function
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
termios.h 85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed) function
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
termios.h 85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed) function
  /external/bluetooth/bluez/tools/
csr_h4.c 70 cfsetospeed(&ti, B38400);
csr_bcsp.c 87 cfsetospeed(&ti, B38400);
hciattach.c 142 cfsetospeed(ti, uart_speed(speed));
  /external/qemu/distrib/sdl-1.2.12/src/video/wscons/
SDL_wsconsevents.c 63 cfsetospeed(&tty, 9600);
  /system/bluetooth/brcm_patchram_plus/
brcm_patchram_plus.c 345 cfsetospeed(&termios, B115200);
462 cfsetospeed(&termios, termios_baudrate);
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
wipp_ctrl.c 611 r2 = cfsetospeed(&term, B230400);
  /external/grub/grub/
asmstub.c 1144 cfsetospeed (&termios, termios_speed);
  /external/bluetooth/bluez/serial/
proxy.c 773 cfsetospeed(&prx->proxy_ti, speed);
  /external/ppp/pppd/
sys-linux.c 949 cfsetospeed (&tios, speed);
    [all...]
sys-solaris.c 1245 cfsetospeed(&tios, speed);
    [all...]
  /external/qemu/
qemu-char-android.c 1059 cfsetospeed(&tty, spd);
    [all...]
qemu-char.c 1026 cfsetospeed(&tty, spd);
    [all...]

Completed in 960 milliseconds