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

1 2 3 4 5

  /libcore/ojluni/src/main/java/com/sun/nio/file/
SensitivityWatchEventModifier.java 31 * Defines the <em>sensitivity levels</em> when registering objects with a
39 * High sensitivity.
43 * Medium sensitivity.
47 * Low sensitivity.
52 * Returns the sensitivity in seconds.
55 return sensitivity;
58 private final int sensitivity; field in class:SensitivityWatchEventModifier
59 private SensitivityWatchEventModifier(int sensitivity) {
60 this.sensitivity = sensitivity;
    [all...]
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/v1/
CameraManualControls.java 36 public void setSensitivity(int sensitivity) {
37 this.mSensitivity = sensitivity;
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
mls.py 26 # qpol does not expose an equivalent of a sensitivity declaration.
35 # since it has the sensitivity name, dominance, and there
36 # is a 1:1 correspondence between the sensitivity declarations
71 """Factory function for creating MLS sensitivity objects."""
76 if isinstance(sym, Sensitivity):
83 return Sensitivity(policy, sym)
86 return Sensitivity(policy, qpol.qpol_level_t(policy, str(sym)))
88 raise exception.InvalidSensitivity("{0} is not a valid sensitivity".format(sym))
112 raise exception.InvalidLevel("{0} is not a valid level ({1} is not a valid sensitivity)".
146 "sensitivity)".format(sym)
308 def sensitivity(self): member in class:BaseMLSLevel
364 def sensitivity(self): member in class:LevelDecl
419 def sensitivity(self): member in class:Level
    [all...]
  /system/sepolicy/prebuilts/api/26.0/private/
mls_macros 22 sensitivity s$1;
29 # Each sensitivity has a name and zero or more aliases.
32 # Define the ordering of the sensitivity levels (least to greatest)
  /system/sepolicy/prebuilts/api/27.0/private/
mls_macros 22 sensitivity s$1;
29 # Each sensitivity has a name and zero or more aliases.
32 # Define the ordering of the sensitivity levels (least to greatest)
  /system/sepolicy/prebuilts/api/28.0/private/
mls_macros 22 sensitivity s$1;
29 # Each sensitivity has a name and zero or more aliases.
32 # Define the ordering of the sensitivity levels (least to greatest)
  /system/sepolicy/private/
mls_macros 22 sensitivity s$1;
29 # Each sensitivity has a name and zero or more aliases.
32 # Define the ordering of the sensitivity levels (least to greatest)
  /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...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/diff/
mls.py 92 "Generating sensitivity differences from {0.left_policy} to {0.right_policy}".
118 self.log.debug("Resetting sensitivity differences")
162 self.log.debug("Resetting sensitivity differences")
174 self.sensitivity = SymbolWrapper(level.sensitivity)
183 return self.sensitivity == other.sensitivity
186 return self.sensitivity < other.sensitivity
195 self.sensitivity = SymbolWrapper(level.sensitivity
    [all...]
  /external/selinux/python/chcat/
chcat 121 sensitivity = newcat[0]
123 cmd = 'chcon -l %s' % sensitivity
128 if sensitivity != clist[0]:
129 print(_("Can not modify sensitivity levels using '+' on %s") % f)
143 cmd = 'chcon -l %s:%s %s' % (sensitivity, cat_string, f)
200 sensitivity = newcat[0]
207 if sensitivity != clist[0]:
208 print(_("Can not modify sensitivity levels using '+' on %s") % f)
227 cmd = 'chcon -l %s %s' % (sensitivity, f)
229 cmd = 'chcon -l %s:%s %s' % (sensitivity, cat, f
    [all...]
  /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);
data_builder.c 170 /** Gyro sensitivity.
172 * such that degrees_per_second = device_units * sensitivity / 2^30. Typically
177 return sensors.gyro.sensitivity;
180 /** Accel sensitivity.
182 * such that g_s = device_units * sensitivity / 2^30. Typically
187 return sensors.accel.sensitivity;
190 /** Compass sensitivity.
192 * such that uT = device_units * sensitivity / 2^30. Typically
197 return sensors.compass.sensitivity;
200 /** Sets orientation and sensitivity field for a sensor
    [all...]
  /cts/apps/CameraITS/tests/scene3/
test_edge_enhancement.py 28 def test_edge_mode(cam, edge_mode, sensitivity, exp, fd, out_surface):
30 for a capture request with the given edge mode, sensitivity, exposure
36 sensitivity: Sensitivity for the request as defined in
37 android.sensor.sensitivity
54 req = its.objects.manual_capture_request(sensitivity, exp)
96 # Get proper sensitivity, exposure time, and focus distance.
test_reprocess_edge_enhancement.py 28 def test_edge_mode(cam, edge_mode, sensitivity, exp, fd, out_surface,
31 for a capture request with the given edge mode, sensitivity, exposure
38 sensitivity: Sensitivity for the request as defined in
39 android.sensor.sensitivity
58 req = its.objects.manual_capture_request(sensitivity, exp)
117 # Get proper sensitivity, exposure time, and focus distance.
test_lens_position.py 41 def test_lens_position(cam, props, fmt, sensitivity, exp, chart):
48 sensitivity: Sensitivity for the 3A request as defined in
49 android.sensor.sensitivity
74 req = its.objects.manual_capture_request(sensitivity, exp)
92 reqs.append(its.objects.manual_capture_request(sensitivity, exp))
137 # Get proper sensitivity and exposure time with 3A
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/d30v/
guard.s 14 # check case sensitivity too
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/
data_builder.c 171 /** Gyro sensitivity.
173 * such that degrees_per_second = device_units * sensitivity / 2^30. Typically
178 return sensors.gyro.sensitivity;
181 /** Accel sensitivity.
183 * such that g_s = device_units * sensitivity / 2^30. Typically
188 return sensors.accel.sensitivity;
191 /** Compass sensitivity.
193 * such that uT = device_units * sensitivity / 2^30. Typically
198 return sensors.compass.sensitivity;
201 /** Sets orientation and sensitivity field for a sensor
    [all...]
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);
  /device/google/contexthub/firmware/os/inc/
halIntf.h 61 float sensitivity[3]; // rad/s/K member in struct:GyroOtcData
  /external/libxcam/plugins/smart/dvs/libdvs/
stabilizer.h 87 void configDeblurrer(int radius, double sensitivity);
  /external/replicaisland/src/com/replica/replicaisland/
InputGameInterface.java 308 public void setOrientationMovementSensitivity(float sensitivity) {
309 mOrientationSensitivity = sensitivity;
310 mOrientationSensitivityFactor = 2.9f * sensitivity + 0.1f;
313 public void setMovementSensitivity(float sensitivity) {
314 mMovementSensitivity = sensitivity;
  /frameworks/base/media/java/android/media/
MicrophoneInfo.java 29 * microphone on the device as well as useful information like frequency response and sensitivity.
118 * Value used for when the sensitivity of the microphone is unknown.
169 List<Pair<Integer, Integer>> channelMapping, float sensitivity, float maxSpl,
181 mSensitivity = sensitivity;
321 * @return the sensitivity of the microphone or {@link #SENSITIVITY_UNKNOWN} if the sensitivity
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
Camera2CaptureRequestTest.java 278 Log.v(TAG, "Camera " + mCamera.getId() + ": Testing sensitivity "
305 * Enable exposure manual control and change exposure and sensitivity and
309 long expTime, int sensitivity) {
310 // Check if the max analog sensitivity is available and no larger than max sensitivity.
311 // The max analog sensitivity is not actually used here. This is only an extra sanity check.
315 sensitivity = mStaticInfo.getSensitivityClampToRange(sensitivity);
319 requestBuilder.set(CaptureRequest.SENSOR_SENSITIVITY, sensitivity);
342 * Get the sensitivity array that contains multiple sensitivity steps in th
    [all...]
  /hardware/invensense/6515/libsensors_iio/
CompassSensor.IIO.9150.cpp 233 long sensitivity; local
236 inv_read_data(compassSysFs.compass_scale, &sensitivity);
237 return sensitivity;
  /hardware/invensense/65xx/libsensors_iio/
CompassSensor.IIO.9150.cpp 231 long sensitivity; local
234 inv_read_data(compassSysFs.compass_scale, &sensitivity);
235 return sensitivity;

Completed in 888 milliseconds

1 2 3 4 5