Home
last modified time | relevance | path

Searched refs:measurement (Results 1 – 25 of 36) sorted by relevance

12

/hardware/interfaces/gnss/measurement_corrections/1.0/
DIMeasurementCorrectionsCallback.hal20 * GNSS measurement corrections callback interface.
25 * Flags to indicate supported measurement corrections capabilities
30 /** GNSS supports line-of-sight satellite identification measurement corrections */
32 /** GNSS supports per satellite excess-path-length measurement corrections */
34 /** GNSS supports reflecting planes measurement corrections */
39 * Callback to inform framework the measurement correction specific capabilities of the GNSS
42 * The GNSS HAL must call this method immediately after the framework opens the measurement
45 * @param capabilities Supported measurement corrections capabilities. It is mandatory to
DIMeasurementCorrections.hal22 * Interface for measurement corrections support.
26 * Injects measurement corrections to be used by the HAL to improve the GNSS location output.
Dtypes.hal22 * A struct with measurement corrections for a single visible satellites
77 * A struct containing a set of measurement corrections for all used GNSS satellites at the location
114 * A set of SingleSatCorrection each containing measurement corrections for a satellite in view
/hardware/interfaces/audio/effect/all-versions/default/
DVisualizerEffect.cpp244 Measurement measurement = {.mode = MeasurementMode::PEAK_RMS}; in measure() local
245 measurement.value.peakAndRms.peakMb = 0; in measure()
246 measurement.value.peakAndRms.rmsMb = 0; in measure()
248 measurement.value.peakAndRms.peakMb = halMeasurement[MEASUREMENT_IDX_PEAK]; in measure()
249 measurement.value.peakAndRms.rmsMb = halMeasurement[MEASUREMENT_IDX_RMS]; in measure()
251 _hidl_cb(retval, measurement); in measure()
/hardware/interfaces/gnss/1.0/
DIGnssMeasurementCallback.hal69 /** The measurement is indicated to be affected by multipath. */
71 /** The measurement is indicated to be not affected by multipath. */
76 * Flags indicating the GNSS measurement state.
272 * as this avoids the need to use (waste) a GNSS measurement to fully
285 * All signal measurement information (e.g. svTime,
319 * Time offset at which the measurement was taken in nanoseconds.
323 * measurement time = GnssClock::timeNs + timeOffsetNs
325 * It provides an individual time-stamp for the measurement, and allows
344 * The received GNSS Time-of-Week at the measurement time, in nanoseconds.
346 * measurement time, in nanoseconds. The value is relative to the
[all …]
DIGnssMeasurement.hal36 * intra-measurement time offsets in the range from 0-2000msec can be
/hardware/interfaces/gnss/2.0/default/
DGnssMeasurement.cpp84 auto measurement = this->getMockMeasurement(); in start() local
85 this->reportMeasurement(measurement); in start()
/hardware/interfaces/gnss/2.0/
DIGnssMeasurementCallback.hal28 * Flags indicating the GNSS measurement state.
46 * algorithms given by the getState method. If the state flag is set, then the valid measurement
374 * GNSS measurement information for a single satellite and frequency, as in the 1.1
376 * accumulatedDeltaRangeM field, i.e., the alignment of the phase measurement will not be
378 * quarter cycle offset as they do when transmitted from the satellites. If the measurement
380 * of the phase measurement will be aligned to the in-phase component.
393 * The type of code that is currently being tracked in the GNSS measurement.
453 * The constellation type of the GNSS measurement.
462 /** The full set of satellite measurement observations. */
DIGnssMeasurement.hal31 * output rate of 1Hz (occasional intra-measurement time offsets in the range from 0-2000msec
DIGnssCallback.hal38 /** GNSS supports measurement corrections */
/hardware/interfaces/gnss/1.1/
DIGnssMeasurementCallback.hal36 * GNSS measurement information for a single satellite and frequency, as in the 1.0
67 /** The full set of satellite measurement observations. */
DIGnssMeasurement.hal30 * output rate of 1Hz (occasional intra-measurement time offsets in the range from 0-2000msec
DIGnssConfiguration.hal57 * such as satellite broadcast health being unhealthy and measurement outlier removal.
/hardware/interfaces/gnss/2.0/vts/functional/
Dgnss_hal_test_cases.cpp204 for (auto measurement : lastMeasurement.measurements) { in TEST_F() local
206 ASSERT_NE(measurement.codeType, ""); in TEST_F()
209 ASSERT_TRUE(static_cast<uint8_t>(measurement.constellation) >= in TEST_F()
211 static_cast<uint8_t>(measurement.constellation) <= in TEST_F()
216 static_cast<uint32_t>(measurement.state) >= in TEST_F()
219 static_cast<uint32_t>(measurement.state) < in TEST_F()
/hardware/interfaces/neuralnetworks/1.3/
DIFencedExecutionCallback.hal51 * measurement is not available.
58 * measurement is not available.
DIExecutionCallback.hal61 * any time as UINT64_MAX, indicating that particular measurement is
/hardware/interfaces/neuralnetworks/1.2/
DIExecutionCallback.hal55 * any time as UINT64_MAX, indicating that particular measurement is
Dtypes.t678 * Duration of execution. Unless measurement was requested and execution
680 * to report any time as UINT64_MAX, indicating that measurement is not
/hardware/interfaces/audio/effect/6.0/
DIVisualizerEffect.hal107 * @return result measurement.
/hardware/interfaces/audio/effect/4.0/
DIVisualizerEffect.hal107 * @return result measurement.
/hardware/interfaces/audio/effect/5.0/
DIVisualizerEffect.hal107 * @return result measurement.
/hardware/interfaces/audio/effect/2.0/
DIVisualizerEffect.hal107 * @return result measurement.
/hardware/interfaces/wifi/1.0/
DIWifiRttController.hal54 * API to request RTT measurement.
/hardware/interfaces/gnss/visibility_control/1.0/
DIGnssVisibilityControl.hal46 * The HAL implementations that support this interface must not report GNSS location, measurement,
/hardware/interfaces/graphics/common/1.0/
Dtypes.hal543 * Other dataspaces include depth measurement data from a depth camera.
1154 * HAL_PIXEL_FORMAT_Y16: 16-bit samples, consisting of a depth measurement
1157 * the depth measurement.
1162 * The depth measurement can be extracted simply with

12