HomeSort by relevance Sort by last modified time
    Searched defs:speed (Results 1 - 25 of 403) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/kernel/uapi/linux/usb/
gadgetfs.h 33 enum usb_device_speed speed; member in union:usb_gadgetfs_event::__anon1220
  /external/kernel-headers/original/uapi/linux/usb/
gadgetfs.h 52 /* CONNECT: just the speed */
53 enum usb_device_speed speed; member in union:usb_gadgetfs_event::__anon23428
  /external/libese/libese-hw/nxp/include/ese/hw/nxp/
spi_board.h 33 uint32_t speed; member in struct:NxpSpiBoard
  /external/syslinux/com32/gplinclude/dmi/
dmi_cache.h 36 uint16_t speed; member in struct:__anon36972
  /external/toybox/toys/net/
microcom.c 11 usage: microcom [-s SPEED] [-X] DEVICE
15 -s Set baud rate to SPEED
29 // Puts `fd` into raw mode, setting the baud rate if `speed` != 0,
31 static void xraw(int fd, const char *name, speed_t speed,
40 if (speed) cfsetspeed(&t, speed);
58 int i, speed; local
60 if (!TT.s) speed = 115200;
61 else speed = atoi(TT.s);
63 // Find speed in table, adjust to constan
    [all...]
  /external/vboot_reference/tests/
sha_benchmark.c 32 double speed; local
46 speed = ((TEST_BUFFER_SIZE / 10e6)
49 fprintf(stderr, "# %s Time taken = %u ms, Speed = %f Mbytes/sec\n",
50 hash_functions[i].description, msecs, speed);
52 hash_functions[i].description, speed);
rsa_verify_benchmark.c 21 double speed, msecs; local
73 speed = 1000.0 / msecs ;
75 " Speed = %.02f verifications/s\n", key_size, sha_strings[algorithm],
76 msecs, speed);
  /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);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/usb/
gadgetfs.h 51 /* CONNECT: just the speed */
52 enum usb_device_speed speed; member in union:usb_gadgetfs_event::__anon62877
  /bionic/libc/kernel/uapi/linux/
bpqether.h 32 int speed; member in struct:bpq_req
  /device/google/cuttlefish_common/host/libs/usbip/
device.h 58 // Speed indicates device speed (see libusb_speed).
59 uint8_t speed; member in class:vadb::usbip::Device
  /external/kernel-headers/original/uapi/linux/
bpqether.h 30 int speed; /* unused */ member in struct:bpq_req
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
bpqether.h 31 int speed; /* unused */ member in struct:bpq_req
  /bionic/libc/kernel/uapi/linux/hsi/
hsi_char.h 49 __u32 speed; member in struct:hsc_tx_config
  /cts/tests/tests/security/jni/
android_security_cts_EncryptionTest.cpp 129 double speed = local
133 "(threshold %u ms)", TEST_ITERATIONS, ms, speed, TEST_THRESHOLD);
  /device/google/contexthub/firmware/os/inc/
spi.h 50 SpiSpeed speed; member in struct:SpiMode
  /external/kernel-headers/original/uapi/linux/hsi/
hsi_char.h 61 __u32 speed; member in struct:hsc_tx_config
  /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/av/media/libaudioclient/include/media/
IAudioFlinger.h 79 speed = parcel->readFloat();
102 (void)parcel->writeFloat(speed);
119 float speed; member in class:android::IAudioFlinger::CreateTrackInput
  /frameworks/base/core/java/android/hardware/
SerialPort.java 48 * Speed must be one of 50, 75, 110, 134, 150, 200, 300, 600, 1200, 1800, 2400, 4800, 9600,
54 public void open(ParcelFileDescriptor pfd, int speed) throws IOException {
55 native_open(pfd.getFileDescriptor(), speed); local
122 private native void native_open(FileDescriptor pfd, int speed) throws IOException;
  /frameworks/base/media/jni/
android_media_PlaybackParams.h 36 jfieldID speed; member in struct:android::PlaybackParams::fields_t
59 speed = env->GetFieldID(clazz, "mSpeed", "F");
84 audioRate.mSpeed = env->GetFloatField(params, fields.speed);
103 env->SetFloatField(params, fields.speed, (jfloat)audioRate.mSpeed);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
AccelerationClassifier.java 24 * A classifier which looks at the speed and distance between successive points of a Stroke.
26 * The final result is the maximum of these values. It does the same for distances. If some speed
29 * calculate the speed of a part.
83 float speed = distance / duration; local
92 maxSpeedRatio = Math.max(maxSpeedRatio, speed / previousSpeed);
95 previousSpeed = speed;
  /frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/
PlayerAdapter.java 57 int speed; local
59 speed = 0;
61 speed = 1;
63 long position = mStartPosition + (System.currentTimeMillis() - mStartTime) * speed;
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
AvrcpPlayer.java 74 float speed = 1; local
78 speed = 0;
81 speed = 0;
84 speed = 3;
87 speed = -3;
90 return new PlaybackState.Builder().setState(mPlayStatus, position, speed).build();
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/classifier/
AccelerationClassifier.java 24 * A classifier which looks at the speed and distance between successive points of a Stroke. It
26 * final result is the maximum of these values. It does the same for distances. If some speed or
29 * the speed of a part.
83 float speed = distance / duration; local
92 maxSpeedRatio = Math.max(maxSpeedRatio, speed / previousSpeed);
95 previousSpeed = speed;

Completed in 492 milliseconds

1 2 3 4 5 6 7 8 91011>>