/hardware/interfaces/tv/tuner/1.0/ |
D | ITimeFilter.hal | 20 * Timer Filter is used by Demux to filter data based on time stamp. 24 * Set time stamp for time based filter. 26 * It is used by the client to set initial time stamp and enable time 27 * filtering. The time will be incremented locally. The demux discards 28 * the content which time stamp is older than the time in the time filter. 30 * @param timeStamp initial time stamp for the time filter. It based on 39 * Clear the time stamp in the time filter. 41 * It is used by the client to clear the time value of the time filter, 42 * then disable time filter. 51 * Get the current time in the time filter. [all …]
|
D | IDemux.hal | 63 * Open time filter of the demux 65 * It is used by the client to open time filter of the demux. 69 * UNAVAILABLE if time filter is not supported. 72 * @return timeFilter the time filter instance of the newly added. 91 * Get current time stamp to use for A/V sync 93 * It is used by the client to get current time stamp for A/V sync. HW is 94 * supported to increment and maintain current time stamp. 101 * @return time the current time stamp of hardware A/V sync. The time stamp 104 getAvSyncTime(AvSyncHwId avSyncHwId) generates (Result result, uint64_t time);
|
/hardware/qcom/sm8150/gps/android/2.0/ |
D | GnssDebug.cpp | 125 data.time.timeEstimate = reports.mTime.timeEstimate; in getDebugData() 126 data.time.timeUncertaintyNs = reports.mTime.timeUncertaintyNs; in getDebugData() 127 data.time.frequencyUncertaintyNsPerSec = in getDebugData() 131 if (data.time.timeEstimate < GNSS_DEBUG_UNKNOWN_UTC_TIME) { in getDebugData() 132 data.time.timeEstimate = GNSS_DEBUG_UNKNOWN_UTC_TIME; in getDebugData() 134 if (data.time.timeUncertaintyNs <= 0) { in getDebugData() 135 data.time.timeUncertaintyNs = (float)GNSS_DEBUG_UNKNOWN_UTC_TIME_UNC_MIN; in getDebugData() 136 } else if (data.time.timeUncertaintyNs > GNSS_DEBUG_UNKNOWN_UTC_TIME_UNC_MAX) { in getDebugData() 137 data.time.timeUncertaintyNs = (float)GNSS_DEBUG_UNKNOWN_UTC_TIME_UNC_MAX; in getDebugData() 139 if (data.time.frequencyUncertaintyNsPerSec <= 0 || in getDebugData() [all …]
|
/hardware/qcom/sdm845/gps/sdm845/android/ |
D | GnssDebug.cpp | 118 data.time.timeEstimate = reports.mTime.timeEstimate; in getDebugData() 119 data.time.timeUncertaintyNs = reports.mTime.timeUncertaintyNs; in getDebugData() 120 data.time.frequencyUncertaintyNsPerSec = in getDebugData() 124 if (data.time.timeEstimate < GNSS_DEBUG_UNKNOWN_UTC_TIME) { in getDebugData() 125 data.time.timeEstimate = GNSS_DEBUG_UNKNOWN_UTC_TIME; in getDebugData() 127 if (data.time.timeUncertaintyNs <= 0) { in getDebugData() 128 data.time.timeUncertaintyNs = (float)GNSS_DEBUG_UNKNOWN_UTC_TIME_UNC_MIN; in getDebugData() 129 } else if (data.time.timeUncertaintyNs > GNSS_DEBUG_UNKNOWN_UTC_TIME_UNC_MAX) { in getDebugData() 130 data.time.timeUncertaintyNs = (float)GNSS_DEBUG_UNKNOWN_UTC_TIME_UNC_MAX; in getDebugData() 132 if (data.time.frequencyUncertaintyNsPerSec <= 0 || in getDebugData() [all …]
|
/hardware/qcom/sm8150/gps/android/1.1/ |
D | GnssDebug.cpp | 120 data.time.timeEstimate = reports.mTime.timeEstimate; in getDebugData() 121 data.time.timeUncertaintyNs = reports.mTime.timeUncertaintyNs; in getDebugData() 122 data.time.frequencyUncertaintyNsPerSec = in getDebugData() 126 if (data.time.timeEstimate < GNSS_DEBUG_UNKNOWN_UTC_TIME) { in getDebugData() 127 data.time.timeEstimate = GNSS_DEBUG_UNKNOWN_UTC_TIME; in getDebugData() 129 if (data.time.timeUncertaintyNs <= 0) { in getDebugData() 130 data.time.timeUncertaintyNs = (float)GNSS_DEBUG_UNKNOWN_UTC_TIME_UNC_MIN; in getDebugData() 131 } else if (data.time.timeUncertaintyNs > GNSS_DEBUG_UNKNOWN_UTC_TIME_UNC_MAX) { in getDebugData() 132 data.time.timeUncertaintyNs = (float)GNSS_DEBUG_UNKNOWN_UTC_TIME_UNC_MAX; in getDebugData() 134 if (data.time.frequencyUncertaintyNsPerSec <= 0 || in getDebugData() [all …]
|
/hardware/qcom/sm8150/gps/android/1.0/ |
D | GnssDebug.cpp | 119 data.time.timeEstimate = reports.mTime.timeEstimate; in getDebugData() 120 data.time.timeUncertaintyNs = reports.mTime.timeUncertaintyNs; in getDebugData() 121 data.time.frequencyUncertaintyNsPerSec = in getDebugData() 125 if (data.time.timeEstimate < GNSS_DEBUG_UNKNOWN_UTC_TIME) { in getDebugData() 126 data.time.timeEstimate = GNSS_DEBUG_UNKNOWN_UTC_TIME; in getDebugData() 128 if (data.time.timeUncertaintyNs <= 0 || in getDebugData() 129 data.time.timeUncertaintyNs > (float)GNSS_DEBUG_UNKNOWN_UTC_TIME_UNC) { in getDebugData() 130 data.time.timeUncertaintyNs = (float)GNSS_DEBUG_UNKNOWN_UTC_TIME_UNC; in getDebugData() 132 if (data.time.frequencyUncertaintyNsPerSec <= 0 || in getDebugData() 133 data.time.frequencyUncertaintyNsPerSec > (float)GNSS_DEBUG_UNKNOWN_FREQ_UNC_NS_PER_SEC) { in getDebugData() [all …]
|
/hardware/interfaces/wifi/1.3/ |
D | types.hal | 30 * Total time for which the radio is awake on this channel. 34 * Total time for which CCA is held busy on this channel. 46 * Total time for which the radio is awake due to NAN scan since boot or crash. 51 * Total time for which the radio is awake due to background scan since boot or crash. 56 * Total time for which the radio is awake due to roam scan since boot or crash. 61 * Total time for which the radio is awake due to PNO scan since boot or crash. 66 * Total time for which the radio is awake due to Hotspot 2.0 scans and GAS exchange since boot
|
/hardware/google/pixel/health/ |
D | BatteryMetricsLogger.cpp | 113 int64_t time = getTime(); in uploadMetrics() local 118 LOG(INFO) << "Uploading metrics at time " << std::to_string(time) << " w/ " in uploadMetrics() 150 last_upload_ = time; in uploadMetrics() 158 int32_t time = getTime(); in recordSample() local 160 LOG(INFO) << "Recording a sample at time " << std::to_string(time); in recordSample() 178 int32_t sample[NUM_FIELDS] = {[TIME] = time, in recordSample() 210 last_sample_ = time; in recordSample() 215 int32_t time = getTime(); in logBatteryProperties() local 216 if (last_sample_ == 0 || time - last_sample_ >= kSamplePeriod) in logBatteryProperties()
|
/hardware/interfaces/gnss/1.0/ |
D | IGnssDebug.hal | 95 * extrapolated to the current time (with appropriately increased 102 * Provides the current best known UTC time estimate. 109 /** UTC time estimate. */ 111 /** 68% error estimate in time. */ 143 * Time duration from this report (current time), minus the 144 * effective time of the ephemeris source (e.g. TOE, TOA.) 155 * Time duration from this report (current time) minus the time of the 169 /** Current best know time estimate */ 170 TimeDebug time; 180 * This methods requests position, time and satellite ephemeris debug information [all …]
|
D | IGnssMeasurementCallback.hal | 28 /** A valid 'time uncertainty' is stored in the data structure. */ 121 * Represents an estimate of the GNSS clock time. 154 * hwClockDiscontinuityCount field). The receiver's estimate of GNSS time 158 * This GNSS time must be the best estimate of current GNSS time 169 * 1-Sigma uncertainty associated with the clock's time in nanoseconds. 173 * HAS_TIME_UNCERTAINTY. Ths value is ideally zero, as the time 180 * The difference between hardware clock ('time' field) inside GNSS receiver 181 * and the true GPS time since 0000Z, January 6, 1980, in nanoseconds. 184 * local estimate of GPS time = timeNs - (fullBiasNs + biasNs) 186 * If receiver has computed time for a non-GPS constellation, the time offset of [all …]
|
/hardware/qcom/gps/msm8998/android/ |
D | GnssDebug.cpp | 96 data.time.timeEstimate = reports.mTime.timeEstimate; in getDebugData() 97 data.time.timeUncertaintyNs = reports.mTime.timeUncertaintyNs; in getDebugData() 98 data.time.frequencyUncertaintyNsPerSec = in getDebugData() 102 data.time.timeEstimate = GNSS_DEBUG_UNKNOWN_UTC_TIME; in getDebugData() 103 data.time.timeUncertaintyNs = (float)(GNSS_DEBUG_UNKNOWN_UTC_TIME_UNC); in getDebugData() 104 data.time.frequencyUncertaintyNsPerSec = 0; in getDebugData()
|
/hardware/qcom/gps/msm8909w_3100/android/ |
D | GnssDebug.cpp | 96 data.time.timeEstimate = reports.mTime.timeEstimate; in getDebugData() 97 data.time.timeUncertaintyNs = reports.mTime.timeUncertaintyNs; in getDebugData() 98 data.time.frequencyUncertaintyNsPerSec = in getDebugData() 102 data.time.timeEstimate = GNSS_DEBUG_UNKNOWN_UTC_TIME; in getDebugData() 103 data.time.timeUncertaintyNs = (float)(GNSS_DEBUG_UNKNOWN_UTC_TIME_UNC); in getDebugData() 104 data.time.frequencyUncertaintyNsPerSec = 0; in getDebugData()
|
/hardware/qcom/sdm845/gps/msm8998/android/ |
D | GnssDebug.cpp | 96 data.time.timeEstimate = reports.mTime.timeEstimate; in getDebugData() 97 data.time.timeUncertaintyNs = reports.mTime.timeUncertaintyNs; in getDebugData() 98 data.time.frequencyUncertaintyNsPerSec = in getDebugData() 102 data.time.timeEstimate = GNSS_DEBUG_UNKNOWN_UTC_TIME; in getDebugData() 103 data.time.timeUncertaintyNs = (float)(GNSS_DEBUG_UNKNOWN_UTC_TIME_UNC); in getDebugData() 104 data.time.frequencyUncertaintyNsPerSec = 0; in getDebugData()
|
/hardware/interfaces/neuralnetworks/ |
D | TEST_MAPPING | 8 // testing time. The other sample drivers (fast-float, quant, etc.) 19 // testing time. The other sample drivers (fast-float, quant, etc.) 30 // testing time. The other sample drivers (fast-float, quant, etc.) 41 // testing time. The other sample drivers (fast-float, quant, etc.)
|
/hardware/interfaces/health/2.0/ |
D | types.hal | 49 * Information on storage device including life time estimates, end of life 62 * device life time estimation (type A). Follows JEDEC standard No.84-B50. 66 * device life time estimation (type B). Follows JEDEC standard No.84-B50. 91 * total wait time for read requests. 107 * total wait time for write requests. 115 * total time this block device has been active. 119 * total wait time for all requests.
|
/hardware/libhardware/modules/input/evdev/ |
D | InputDevice.cpp | 258 auto time = systemTime(SYSTEM_TIME_MONOTONIC); in processInput() local 259 if (event.when > time) { in processInput() 264 mDeviceNode->getPath().c_str(), event.when, time, currentTime); in processInput() 265 event.when = time; in processInput() 269 ", call time %" PRId64 ".", event.when, time, currentTime); in processInput()
|
/hardware/qcom/msm8996/kernel-headers/sound/ |
D | asequencer.h | 172 struct snd_seq_real_time time; member 186 union snd_seq_timestamp time; member 207 union snd_seq_timestamp time; member 220 union snd_seq_timestamp time; member 307 union snd_seq_timestamp time; member 387 struct snd_seq_real_time time; member
|
/hardware/qcom/msm8996/original-kernel-headers/sound/ |
D | asequencer.h | 240 struct snd_seq_real_time time; member 254 union snd_seq_timestamp time; /* time */ member 277 union snd_seq_timestamp time; /* schedule time */ member 290 union snd_seq_timestamp time; member 391 union snd_seq_timestamp time; member 491 struct snd_seq_real_time time; /* current time */ member
|
/hardware/interfaces/gnss/2.0/ |
D | IGnssDebug.hal | 47 /** Current best know time estimate. */ 48 @1.0::IGnssDebug.TimeDebug time; 59 * This methods requests position, time and satellite ephemeris debug information from the HAL. 62 * position, best known time estimate and a complete list of constellations that the device can
|
D | types.hal | 36 * Represents an estimate of elapsed time since boot of Android for a given event. 38 * This timestamp MUST represent the time the event happened and MUST be synchronized 51 * Estimate of the elapsed time since boot value for the corresponding event in nanoseconds. 72 * needs to be estimated by syncing the notion of time via PTP or some other mechanism.
|
/hardware/interfaces/tv/tuner/1.0/default/ |
D | TimeFilter.cpp | 61 uint64_t time = 0; in getSourceTime() local 63 _hidl_cb(Result::SUCCESS, time); in getSourceTime()
|
/hardware/interfaces/gatekeeper/1.0/software/ |
D | SoftGateKeeper.h | 93 struct timespec time; in GetMillisecondsSinceBoot() local 94 int res = clock_gettime(CLOCK_BOOTTIME, &time); in GetMillisecondsSinceBoot() 96 return (time.tv_sec * 1000) + (time.tv_nsec / 1000 / 1000); in GetMillisecondsSinceBoot()
|
/hardware/google/pixel/perfstatsd/include/ |
D | perfstats_buffer.h | 55 void setTime(std::chrono::system_clock::time_point &time) { mTime = time; } in setTime() argument
|
/hardware/qcom/gps/msm8996/core/ |
D | gps_extended.h | 48 uint32_t gap, uint32_t accu, uint32_t time, in LocPosMode() 52 preferred_accuracy(accu), preferred_time(time) { in LocPosMode()
|
/hardware/qcom/sdm845/gps/msm8996/core/ |
D | gps_extended.h | 48 uint32_t gap, uint32_t accu, uint32_t time, in LocPosMode() 52 preferred_accuracy(accu), preferred_time(time) { in LocPosMode()
|