HomeSort by relevance Sort by last modified time
    Searched refs:readings (Results 1 - 4 of 4) sorted by null

  /external/autotest/client/site_tests/network_WiFiTxRx/
network_WiFiTxRx.py 50 readings = regex.match(association)
51 if readings:
52 modulation = readings.group(1)
53 quality = int(readings.group(2)) / int(readings.group(3))
54 rx = int(readings.group(4))
55 tx = int(readings.group(5))
network-flipflop.sh 180 progress Allowing link $gateway strength/quality readings to stabilise;
  /device/google/contexthub/inc/
chre_sensor.h 146 * 'readings', or by the 3D array 'v' (v[0] == x; v[1] == y; v[2] == z).
178 * 'readings', or by the 3D array 'v' (v[0] == x; v[1] == y; v[2] == z).
190 * 'readings', or by the 3D array 'v' (v[0] == x; v[1] == y; v[2] == z).
201 * The data can be interpreted using the 'pressure' field within 'readings'.
210 * The data can be interpreted using the 'light' field within 'readings'.
219 * The data is interpreted from the following fields in 'readings':
254 * field within 'readings', or by the 3D array 'bias' (bias[0] == x_bias;
267 * field within 'readings', or by the 3D array 'bias' (bias[0] == x_bias;
454 * } readings[1];
457 * Despite 'readings' being declared as an array of 1 element
545 } readings[1]; member in struct:chreSensorThreeAxisData
565 } readings[1]; member in struct:chreSensorOccurrenceData
580 } readings[1]; member in struct:chreSensorFloatData
598 } readings[1]; member in struct:chreSensorByteData
    [all...]
  /external/autotest/client/cros/
power_status.py 193 """Get temperature readings.
196 string of temperature readings.
    [all...]

Completed in 2900 milliseconds