HomeSort by relevance Sort by last modified time
    Searched refs:speed (Results 76 - 100 of 837) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/
bpqether.h 37 int speed; member in struct:bpq_req
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/usb/
gadgetfs.h 36 enum usb_device_speed speed; member in union:usb_gadgetfs_event::__anon67006
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/
bpqether.h 37 int speed; member in struct:bpq_req
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/usb/
gadgetfs.h 36 enum usb_device_speed speed; member in union:usb_gadgetfs_event::__anon67784
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/
bpqether.h 37 int speed; member in struct:bpq_req
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/usb/
gadgetfs.h 36 enum usb_device_speed speed; member in union:usb_gadgetfs_event::__anon68560
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/
bpqether.h 37 int speed; member in struct:bpq_req
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/usb/
gadgetfs.h 36 enum usb_device_speed speed; member in union:usb_gadgetfs_event::__anon69337
  /frameworks/native/libs/input/
VelocityControl.cpp 74 float speed = hypotf(vx, vy) * scale; local
75 if (speed >= mParameters.highThreshold) {
76 // Apply full acceleration above the high speed threshold.
78 } else if (speed > mParameters.lowThreshold) {
80 // speed thresholds.
81 scale *= 1 + (speed - mParameters.lowThreshold)
88 "vx=%0.3f, vy=%0.3f, speed=%0.3f, accel=%0.3f",
91 vx, vy, speed, scale / mParameters.scale);
  /bionic/libc/bionic/
termios.cpp 53 int cfsetispeed(termios* s, speed_t speed) {
54 return cfsetspeed(s, speed);
57 int cfsetospeed(termios* s, speed_t speed) {
58 return cfsetspeed(s, speed);
61 int cfsetspeed(termios* s, speed_t speed) {
62 // TODO: check 'speed' is valid.
63 s->c_cflag = (s->c_cflag & ~CBAUD) | (speed & CBAUD);
  /external/sonic/
main.c 5 useful utility on it's own, which can speed up or slow down wav files, change
20 float speed,
33 sonicSetSpeed(stream, speed);
64 " -q -- Disable speed-up heuristics. May increase quality.\n"
66 " -s speed -- Set speed up factor. 2.0 means 2X faster.\n"
77 float speed = 1.0f; local
98 printf("Disabling speed-up heuristics\n");
108 speed = atof(argv[xArg]);
109 printf("Setting speed to %0.2fX\n", speed)
    [all...]
  /frameworks/base/core/java/android/hardware/
SerialManager.java 57 * The speed of the serial port must be one of:
63 * @param speed at which to open the serial port
66 public SerialPort openSerialPort(String name, int speed) throws IOException {
71 port.open(pfd, speed);
  /frameworks/support/media-compat/api22/android/support/v4/media/session/
PlaybackStateCompatApi22.java 31 float speed, long actions, CharSequence errorMessage, long updateTime,
35 stateObj.setState(state, position, speed, updateTime);
  /bionic/libc/include/android/
legacy_termios_inlines.h 68 static __inline int cfsetospeed(struct termios *s, speed_t speed) {
69 s->c_cflag = (s->c_cflag & ~CBAUD) | (speed & CBAUD);
77 static __inline int cfsetispeed(struct termios *s, speed_t speed) {
78 s->c_cflag = (s->c_cflag & ~CBAUD) | (speed & CBAUD);
  /development/ndk/platforms/android-3/include/
termios.h 85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
87 s->c_cflag = (s->c_cflag & ~CBAUD) | (speed & CBAUD);
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed)
98 s->c_cflag = (s->c_cflag & ~CBAUD) | (speed & CBAUD);
  /hardware/bsp/intel/peripheral/libupm/src/stepmotor/
stepmotor.cxx 50 StepMotor::setSpeed (int speed) {
51 if (speed > MAX_PERIOD) {
55 if (speed < MIN_PERIOD) {
59 m_speed = speed;
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
termios.h 85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
87 s->c_cflag = (s->c_cflag & ~CBAUD) | (speed & CBAUD);
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed)
98 s->c_cflag = (s->c_cflag & ~CBAUD) | (speed & CBAUD);
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
termios.h 85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
87 s->c_cflag = (s->c_cflag & ~CBAUD) | (speed & CBAUD);
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed)
98 s->c_cflag = (s->c_cflag & ~CBAUD) | (speed & CBAUD);
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
termios.h 85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
87 s->c_cflag = (s->c_cflag & ~CBAUD) | (speed & CBAUD);
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed)
98 s->c_cflag = (s->c_cflag & ~CBAUD) | (speed & CBAUD);
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
termios.h 85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
87 s->c_cflag = (s->c_cflag & ~CBAUD) | (speed & CBAUD);
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed)
98 s->c_cflag = (s->c_cflag & ~CBAUD) | (speed & CBAUD);
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
termios.h 85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
87 s->c_cflag = (s->c_cflag & ~CBAUD) | (speed & CBAUD);
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed)
98 s->c_cflag = (s->c_cflag & ~CBAUD) | (speed & CBAUD);
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
termios.h 85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
87 s->c_cflag = (s->c_cflag & ~CBAUD) | (speed & CBAUD);
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed)
98 s->c_cflag = (s->c_cflag & ~CBAUD) | (speed & CBAUD);
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/
termios.h 85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
87 s->c_cflag = (s->c_cflag & ~CBAUD) | (speed & CBAUD);
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed)
98 s->c_cflag = (s->c_cflag & ~CBAUD) | (speed & CBAUD);
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/
termios.h 85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
87 s->c_cflag = (s->c_cflag & ~CBAUD) | (speed & CBAUD);
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed)
98 s->c_cflag = (s->c_cflag & ~CBAUD) | (speed & CBAUD);
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/
termios.h 85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
87 s->c_cflag = (s->c_cflag & ~CBAUD) | (speed & CBAUD);
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed)
98 s->c_cflag = (s->c_cflag & ~CBAUD) | (speed & CBAUD);

Completed in 606 milliseconds

1 2 34 5 6 7 8 91011>>