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

1 2 3 4 5

  /external/chromium_org/chrome/browser/chromeos/
preferences.cc 473 const int sensitivity = mouse_sensitivity_.GetValue(); local
475 mouse_settings.SetSensitivity(sensitivity);
478 sensitivity,
482 sensitivity,
488 const int sensitivity = touchpad_sensitivity_.GetValue(); local
490 touchpad_settings.SetSensitivity(sensitivity);
493 sensitivity,
497 sensitivity,
  /hardware/invensense/6515/libsensors_iio/
CompassSensor.IIO.9150.cpp 233 long sensitivity; local
236 inv_read_data(compassSysFs.compass_scale, &sensitivity);
237 return sensitivity;
CompassSensor.IIO.primary.cpp 348 long sensitivity; local
351 inv_read_data(compassSysFs.compass_scale, &sensitivity);
352 return sensitivity;
MPLSensor.cpp 353 /* the following threshold can be modified for SMD sensitivity */
798 long sensitivity; local
799 sensitivity = mCompassSensor->getSensitivity();
800 inv_set_compass_orientation_and_scale(orient, sensitivity);
801 mCompassScale = sensitivity;
    [all...]
  /hardware/invensense/65xx/libsensors_iio/
CompassSensor.IIO.9150.cpp 231 long sensitivity; local
234 inv_read_data(compassSysFs.compass_scale, &sensitivity);
235 return sensitivity;
CompassSensor.IIO.primary.cpp 348 long sensitivity; local
351 inv_read_data(compassSysFs.compass_scale, &sensitivity);
352 return sensitivity;
MPLSensor.cpp 888 long sensitivity; local
889 sensitivity = mCompassSensor->getSensitivity();
890 inv_set_compass_orientation_and_scale(orient, sensitivity);
891 mCompassScale = sensitivity;
    [all...]
  /hardware/invensense/60xx/mlsdk/mllite/
mlcontrol.h 135 // Sensitivity of control signal 1, 2, 3, and 4.
136 unsigned short sensitivity[4]; member in struct:control_params
192 long sensitivity);
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
and_constructor.c 117 int32_t sensitivity, sample_rate_us = 0; local
203 r = fread(&sensitivity, sizeof(sensitivity), 1, inv_construct.file);
204 inv_set_gyro_orientation_and_scale(orientation, sensitivity);
209 r = fread(&sensitivity, sizeof(sensitivity), 1, inv_construct.file);
210 inv_set_accel_orientation_and_scale(orientation, sensitivity);
215 r = fread(&sensitivity, sizeof(sensitivity), 1, inv_construct.file);
216 inv_set_compass_orientation_and_scale(orientation, sensitivity);
    [all...]
  /system/media/camera/tests/
camera_metadata_tests.cpp 238 int32_t sensitivity = 800; local
241 &sensitivity, 1);
317 EXPECT_EQ(sensitivity, *entry.data.i32);
402 int32_t sensitivity = 100; local
405 &sensitivity, 1);
998 int32_t sensitivity = 800; local
1001 &sensitivity, 1);
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
BurstCaptureTest.java 270 assertTrue(String.format("Cam %s: Sensitivity is not valid: %d",
301 int sensitivity = burstResult.get(CaptureResult.SENSOR_SENSITIVITY); local
304 assertTrue("Cam " + cameraId + ": Sensitivity not locked!",
305 sensitivity == burstSensitivity);
ImageReaderTest.java 683 Integer sensitivity = getValueNotNull(result, CaptureResult.SENSOR_SENSITIVITY); local
693 String.format("Capture for format %d, size %s sensitivity is invalid.",
695 sensitivity,
    [all...]
StillCaptureTest.java 279 * sensitivity) with or without compensation, verify if the exposure value is legal (conformed
1376 int sensitivity = getValueNotNull(result, CaptureResult.SENSOR_SENSITIVITY); local
    [all...]
  /external/chromium_org/v8/src/
i18n.cc 448 // Set flags first, and then override them with sensitivity if necessary.
472 icu::UnicodeString sensitivity; local
473 if (ExtractStringSetting(isolate, options, "sensitivity", &sensitivity)) {
474 if (sensitivity == UNICODE_STRING_SIMPLE("base")) {
476 } else if (sensitivity == UNICODE_STRING_SIMPLE("accent")) {
478 } else if (sensitivity == UNICODE_STRING_SIMPLE("case")) {
537 resolved, factory->NewStringFromStaticChars("sensitivity"),
541 resolved, factory->NewStringFromStaticChars("sensitivity"),
551 resolved, factory->NewStringFromStaticChars("sensitivity"),
    [all...]
  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/
data_builder.h 81 long sensitivity; member in struct:inv_single_sensor_t
158 void inv_set_gyro_orientation_and_scale(int orientation, long sensitivity);
160 long sensitivity);
162 long sensitivity);
  /device/moto/shamu/camera/QCamera/HAL2/core/src/
QCameraHWI_Metatags.cpp 471 static const int32_t sensitivity = 100; local
472 ADD_OR_SIZE(ANDROID_SENSOR_SENSITIVITY, &sensitivity, 1);
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/
data_builder.h 91 long sensitivity; member in struct:inv_single_sensor_t
220 void inv_set_gyro_orientation_and_scale(int orientation, long sensitivity);
222 long sensitivity);
224 long sensitivity);
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
data_builder.h 89 long sensitivity; member in struct:inv_single_sensor_t
217 void inv_set_gyro_orientation_and_scale(int orientation, long sensitivity);
219 long sensitivity);
221 long sensitivity);
  /hardware/libhardware/tests/camera2/
camera2.cpp 494 uint32_t sensitivity = 100; local
497 (void**)&sensitivity, 1);
626 uint32_t sensitivity = 100; local
629 (void**)&sensitivity, 1);
801 uint32_t sensitivity = 100; local
804 (void**)&sensitivity, 1);
  /hardware/invensense/60xx/libsensors_iio/
MPLSensor.cpp 554 long sensitivity; local
555 sensitivity = mCompassSensor->getSensitivity();
556 inv_set_compass_orientation_and_scale(orient, sensitivity);
    [all...]
  /device/generic/goldfish/camera/
EmulatedFakeCamera3.cpp 506 static const int32_t sensitivity = 100; local
507 settings.update(ANDROID_SENSOR_SENSITIVITY, &sensitivity, 1);
861 uint32_t sensitivity; local
866 sensitivity = settings.find(ANDROID_SENSOR_SENSITIVITY).data.i32[0];
988 mSensor->setSensitivity(sensitivity);
    [all...]
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3HWI.cpp 2252 int32_t sensitivity; local
    [all...]
  /bionic/libc/kernel/uapi/linux/
wireless.h 496 __s32 sensitivity; member in struct:iw_range
  /development/ndk/platforms/android-3/include/linux/
wireless.h 464 __s32 sensitivity; member in struct:iw_range
  /development/ndk/platforms/android-L/include/linux/
wireless.h 496 __s32 sensitivity; member in struct:iw_range

Completed in 1946 milliseconds

1 2 3 4 5