/device/samsung/manta/ |
Atmel_maXTouch_Touchscreen.idc | 29 touch.pressure.calibration = amplitude 30 touch.pressure.scale = 0.015
|
/external/ceres-solver/data/nist/ |
Misra1a.dat | 14 variable is pressure.
26 1 Predictor Variable (x = pressure)
|
Misra1b.dat | 14 variable is pressure.
26 1 Predictor (x = pressure)
|
Misra1c.dat | 14 variable is pressure.
26 1 Predictor (x = pressure)
|
Misra1d.dat | 14 variable is pressure.
26 1 Predictor (x = pressure)
|
/external/chromium_org/base/memory/ |
discardable_memory_provider.h | 38 // When notified of memory pressure, the provider either purges the LRU 39 // memory -- if the pressure is moderate -- or all discardable memory 40 // if the pressure is critical. 54 // Sets the amount of memory to reclaim when we're under moderate pressure. 101 // This can be called as a hint that the system is under memory pressure. 127 // before we assume moderate memory pressure. 130 // Under moderate memory pressure, we will purge this amount of memory. 134 // pressure.
|
memory_pressure_listener.h | 5 // MemoryPressure provides static APIs for handling memory pressure on 28 // called synchronously within the system memory pressure broadcast.
|
/external/qemu/android/ |
multitouch-port.c | 95 /* Pointer pressure. */ 96 int pressure; member in struct:AndroidMTEvent 135 _on_action_down(int tracking_id, int x, int y, int pressure) 137 multitouch_update_pointer(MTES_DEVICE, tracking_id, x, y, pressure); 149 _on_action_pointer_down(int tracking_id, int x, int y, int pressure) 151 multitouch_update_pointer(MTES_DEVICE, tracking_id, x, y, pressure); 163 _on_action_move(int tracking_id, int x, int y, int pressure) 165 multitouch_update_pointer(MTES_DEVICE, tracking_id, x, y, pressure); 183 n, param->pid, param->x, param->y, param->pressure); 184 _on_action_move(param->pid, param->x, param->y, param->pressure); [all...] |
multitouch-screen.h | 54 * pressure - Pressure value for the pointer. 60 int pressure);
|
/hardware/invensense/65xx/libsensors_iio/ |
PressureSensor.IIO.secondary.cpp | 35 #pragma message("HAL:build pressure sensor on Invensense MPU secondary bus") 70 LOGE("Error Instantiating Pressure Sensor\n"); 170 const char *pressure = "BMP280"; local 172 if (pressure) { 173 if(!strcmp(pressure, "BMP280")) { 181 LOGE("HAL:unknown pressure id %s -- " 183 pressure);
|
/frameworks/base/tests/RenderScriptTests/FountainFbo/src/com/example/android/rs/fountainfbo/ |
FountainFboRS.java | 82 public void newTouchPosition(float x, float y, float pressure, int id) { 86 int rate = (int)(pressure * pressure * 500.f);
|
/external/chromium/chrome/browser/ui/cocoa/ |
test_event_utils.mm | 45 pressure:1.0]; 64 pressure:1.0];
|
/external/chromium_org/ui/events/ozone/evdev/ |
touch_event_converter.h | 37 // Pressure values. 39 int pressure_max_; // Used to normalize pressure values.
|
/hardware/invensense/60xx/mlsdk/mllite/ |
pressure.h | 20 * $Id: pressure.h 4092 2010-11-17 23:49:22Z kkeal $ 47 Define default pressure to use if no selection is made
|
mldl_cfg.h | 127 struct ext_slave_descr *pressure; member in struct:mldl_cfg 205 mldl_cfg->pressure, 206 &mldl_cfg->pdata->pressure, data); 256 data, mldl_cfg->pressure, 257 &mldl_cfg->pdata->pressure); 310 mldl_cfg->pressure, 311 &mldl_cfg->pdata->pressure);
|
/external/llvm/include/llvm/CodeGen/ |
MachineScheduler.h | 224 /// Register pressure in this region computed by buildSchedGraph. 228 /// List of pressure sets that exceed the target's pressure limit before 229 /// scheduling, listed in increasing set ID order. Each pressure set is paired 230 /// with its max pressure in the currently scheduled regions. 307 /// Get current register pressure for the top scheduled instructions. 311 /// Get current register pressure for the bottom scheduled instructions. 315 /// Get register pressure for the entire scheduling region before scheduling. 341 /// Call ScheduleDAGInstrs::buildSchedGraph with register pressure tracking 354 /// Move an instruction and update register pressure [all...] |
/cts/tests/tests/view/src/android/view/cts/ |
MotionEventTest.java | 244 float pressure = 0.5f; local 245 mMotionEvent2.addBatch(mEventTime, 5.0f, 5.0f, pressure, 0.0f, 0); 249 assertEquals(pressure, mMotionEvent2.getHistoricalPressure(1), DELTA); 265 float pressure = 1.0f; local 276 mMotionEvent2.addBatch(eventTime, x, y, pressure, size, 0); 289 assertEquals(pressure, mMotionEvent2.getHistoricalPressure(1), DELTA); 297 float pressure = 1.0f; local 304 mMotionEvent2.addBatch(eventTime, x, y, pressure, size, 0); 419 assertEquals(0f, coords.pressure); 432 coords.pressure = 3 [all...] |
/device/samsung/manta/libsensors/ |
sensors.cpp | 68 { "BMP182 Pressure sensor", 128 pressure, enumerator in enum:sensors_poll_context_t::__anon2405 157 return pressure; 200 mSensors[pressure] = new PressureSensor(); 201 mPollFds[pressure].fd = mSensors[pressure]->getFd(); 202 mPollFds[pressure].events = POLLIN; 203 mPollFds[pressure].revents = 0;
|
PressureSensor.cpp | 39 mPendingEvent.pressure = value * PRESSURE_HECTO_PA;
|
/frameworks/base/docs/html/guide/topics/sensors/ |
sensors_environment.jd | 10 <li><a href="#sensors-using-temp">Using the Light, Pressure, and Temperature 37 You can use these sensors to monitor relative ambient humidity, illuminance, ambient pressure, and 47 value for each data event. For example, the temperature in °C or the pressure in hPa. 77 <td>Ambient air pressure.</td> 96 <h2 id="sensors-using-temp">Using the Light, Pressure, and Temperature Sensors</h2> 98 <p>The raw data you acquire from the light, pressure, and temperature sensors usually requires no 159 the light, pressure, and temperature sensors. However, if a device has both a humidity sensor 167 barometric pressure, for water vapor to condense into water. The following equation shows how you
|
/docs/source.android.com/src/devices/tech/input/ |
touch-devices.jd | 234 <p><code>ABS_PRESSURE</code>: <em>(optional)</em> Reports the physical pressure applied to the tip 279 <p><code>ABS_MT_PRESSURE</code>: <em>(optional)</em> Reports the physical pressure applied to the 382 <p>Reporting pressure information is <em>optional</em> but strongly recommended. 383 Applications can use pressure information to implement pressure-sensitive drawing 393 Applications can use pressure information to implement size-sensitive drawing 456 <p>If the tool is active and the driver reports pressure information, 457 and the reported pressure is zero, then the tool is hovering.</p> 480 a pressure value of 0. The old behavior was incompatible with the 484 <p>Physical pressure or signal strength information should be reported usin [all...] |
/development/samples/BluetoothHDP/ |
_index.jd | 14 <p>The application manages connection with Bluetooth HDP-enabled devices. Possible device type include blood pressure monitor, glucose meter, thermometer, etc. Upon connection, the application retrieves raw data sent from the device. Note that in order to interpret the data, a parser that conforms to the IEEE 11073-xxxxx specifications would be required.</p>
|
/external/chromium/chrome/browser/ui/cocoa/wrench_menu/ |
menu_tracked_root_view_unittest.mm | 40 pressure:1.0];
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
capture_view.html | 5 Discard old data under memory pressure.
|
/external/chromium_org/chrome/browser/ui/cocoa/download/ |
download_item_drag_mac.mm | 30 pressure:1.0];
|