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

  /external/bluetooth/bluez/tools/
hciattach.h 46 int set_speed(int fd, struct termios *ti, int speed);
hciattach.c 143 int set_speed(int fd, struct termios *ti, int speed) function
397 if (set_speed(fd, ti, u->speed) < 0) {
862 if (set_speed(fd, ti, u->speed) < 0) {
1200 if (set_speed(fd, &ti, u->init_speed) < 0) {
1218 if (set_speed(fd, &ti, u->speed) < 0) {
hciattach_tialt.c 125 if (set_speed(fd, ti, speed) < 0) {
hciattach_ti.c 232 if (set_speed(fd, ti, serial_action->baud) < 0) {
hciattach_ath3k.c 975 err = set_speed(fd, ti, speed);
1040 set_speed(fd, ti, init_speed);
  /frameworks/ex/variablespeed/jni/
sola_time_scaler.h 96 void set_speed(double speed);
sola_time_scaler.cc 99 void SolaTimeScaler::set_speed(double speed) { function in class:video_editing::SolaTimeScaler
variablespeed.cc 331 GetTimeScaler()->set_speed(speed);

Completed in 2368 milliseconds