Home
last modified time | relevance | path

Searched refs:measured (Results 1 – 16 of 16) sorted by relevance

/hardware/interfaces/tests/msgq/1.0/
DIBenchmarkMsgQ.hal60 * The average time taken for the experiment is measured.
74 * @param timeData vector of time instants measured by client.
/hardware/interfaces/ir/1.0/
DIConsumerIr.hal23 * The pattern is alternating series of carrier on and off periods measured in
/hardware/interfaces/power/1.1/
Dtypes.hal42 * Timestamp of last entry of this state measured in MSec
/hardware/interfaces/media/omx/1.0/
DIOmxStore.hal99 * describe measured values for this device:
100 * key: 'measured-frame-rate-<width>x<height>-range',
/hardware/interfaces/camera/device/1.0/
DICameraDevicePreviewCallback.hal110 * Timestamps are measured in nanoseconds, and must be comparable
/hardware/interfaces/audio/2.0/
DIStreamIn.hal145 * @return time is the clock monotonic time when frames was measured. In
/hardware/interfaces/audio/4.0/
DIStreamIn.hal151 * @return time is the clock monotonic time when frames was measured. In
/hardware/interfaces/broadcastradio/1.0/
Dtypes.hal226 * Signal quality measured in 0% to 100% range.
/hardware/interfaces/radio/1.2/
Dtypes.hal366 * maximum sustainable link bandwidth (as would be measured at the Upper PDCP or SNDCP SAP).
373 * maximum sustainable link bandwidth (as would be measured at the Upper PDCP or SNDCP SAP).
/hardware/interfaces/gnss/1.0/
DIGnssCallback.hal103 * It contains the measured C/N0 value for the signal at the antenna port.
DIGnssMeasurementCallback.hal169 * other times (and corresponding uncertainties) are measured.
414 * It contains the measured C/N0 value for the signal at the antenna port.
/hardware/interfaces/broadcastradio/2.0/
Dtypes.hal372 * Signal quality measured in 0% to 100% range to be shown in the UI.
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCamera2HWI.cpp11371 nsecs_t bestGap, measured; in getBootToMonoTimeOffset() local
11379 measured = tbase - ((tmono + tmono2) >> 1); in getBootToMonoTimeOffset()
11382 return measured; in getBootToMonoTimeOffset()
/hardware/interfaces/sensors/1.0/
Dtypes.hal1208 /** Time measured in nanoseconds, in "elapsedRealtimeNano()'s" timebase. */
/hardware/interfaces/camera/metadata/3.2/
Dtypes.hal724 * measured from frontmost surface of the lens.</p>
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.cpp3928 nsecs_t bestGap, measured; in handleMetadataWithLock() local
3936 measured = tbase - ((tmono + tmono2) >> 1); in handleMetadataWithLock()
3939 capture_time -= measured; in handleMetadataWithLock()