Searched refs:measured (Results 1 – 16 of 16) sorted by relevance
60 * The average time taken for the experiment is measured.74 * @param timeData vector of time instants measured by client.
23 * The pattern is alternating series of carrier on and off periods measured in
42 * Timestamp of last entry of this state measured in MSec
99 * describe measured values for this device:100 * key: 'measured-frame-rate-<width>x<height>-range',
110 * Timestamps are measured in nanoseconds, and must be comparable
145 * @return time is the clock monotonic time when frames was measured. In
151 * @return time is the clock monotonic time when frames was measured. In
226 * Signal quality measured in 0% to 100% range.
366 * 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).
103 * It contains the measured C/N0 value for the signal at the antenna port.
169 * other times (and corresponding uncertainties) are measured.414 * It contains the measured C/N0 value for the signal at the antenna port.
372 * Signal quality measured in 0% to 100% range to be shown in the UI.
11371 nsecs_t bestGap, measured; in getBootToMonoTimeOffset() local11379 measured = tbase - ((tmono + tmono2) >> 1); in getBootToMonoTimeOffset()11382 return measured; in getBootToMonoTimeOffset()
1208 /** Time measured in nanoseconds, in "elapsedRealtimeNano()'s" timebase. */
724 * measured from frontmost surface of the lens.</p>
3928 nsecs_t bestGap, measured; in handleMetadataWithLock() local3936 measured = tbase - ((tmono + tmono2) >> 1); in handleMetadataWithLock()3939 capture_time -= measured; in handleMetadataWithLock()