Searched refs:previous (Results 1 – 25 of 52) sorted by relevance
123
/hardware/google/pixel/health/ |
D | BatteryDefender.cpp | 115 void BatteryDefender::writeTimeToFile(const std::string &path, const int value, int64_t *previous) { in writeTimeToFile() argument 118 ((value == 0) || (*previous == -1) || (value > (*previous + kWriteDelaySecs)) || in writeTimeToFile() 119 (value < (*previous - kWriteDelaySecs))); in writeTimeToFile() 120 if ((value != *previous) && hasTimeChangedSignificantly) { in writeTimeToFile() 122 *previous = value; in writeTimeToFile()
|
/hardware/interfaces/tv/tuner/1.0/ |
D | IFrontend.hal | 49 * delivery information. If previous tuning isn't completed, this call MUST 50 * stop previous tuning, and start a new tuning. 64 * Stops a previous tuning. 91 * If previous scan isn't completed, this call MUST stop previous scan, 107 * Stops a previous scanning. 109 * If the method completes successfully, the frontend stop previous
|
/hardware/interfaces/tv/tuner/1.1/ |
D | IFrontend.hal | 34 * delivery information. If previous tuning isn't completed, this call MUST 35 * stop previous tuning, and start a new tuning. 55 * If previous scan isn't completed, this call MUST stop previous scan,
|
/hardware/interfaces/automotive/sv/1.0/ |
D | ISurroundView3dSession.hal | 36 * A call to setViews() results in the views set by a previous call to be discarded. 40 * may continue to receive frames of previous views after setViews() call for a while and can 83 * When an overlay with previous id is passed, its vertices/color are updated with passed data.
|
/hardware/interfaces/gnss/2.1/ |
D | IGnssAntennaInfo.hal | 42 * If close() is invoked without a previous setCallback, this function must perform
|
/hardware/google/pixel/health/include/pixelhealth/ |
D | BatteryDefender.h | 165 void writeTimeToFile(const std::string &path, const int value, int64_t *previous);
|
/hardware/interfaces/vibrator/1.2/ |
D | types.hal | 21 // Note that while the previous type had a version suffix, this type does not. This is because the
|
/hardware/interfaces/gnss/1.0/ |
D | IGnssNavigationMessage.hal | 52 * If close() is invoked without a previous setCallback, this function must perform
|
D | IGnssMeasurementCallback.hal | 128 * | | | previous measurements to | 142 * | | | current time t and previous | 148 * | | | previous measurements to | 153 * | | | current time t and previous | 161 * | | | against previous |
|
D | IGnssDebug.hal | 93 * valid. This can, for example, be a previous injected location with
|
/hardware/interfaces/radio/1.1/ |
D | IRadioIndication.hal | 45 * a handle for a previous session and should include a status update regarding the
|
D | IRadio.hal | 68 * to this method is processed only after the completion of the previous one.
|
/hardware/interfaces/contexthub/1.2/ |
D | IContexthub.hal | 41 * callback has already been registered must override the previous
|
/hardware/interfaces/drm/1.1/ |
D | README.md | 5 in device manifest. For devices launching with previous versions of Android and
|
/hardware/interfaces/broadcastradio/1.1/ |
D | IBroadcastRadio.hal | 54 * the HAL implementation removing previous image. In such case, client
|
/hardware/interfaces/vibrator/1.0/ |
D | IVibrator.hal | 23 * This function must only be called after the previous timeout has expired or
|
/hardware/interfaces/broadcastradio/2.0/ |
D | ITunerSession.hal | 91 * method again must result in cancelling the previous update request. 172 * getParameter to return a different value than previous setParameter call.
|
/hardware/interfaces/wifi/1.0/ |
D | IWifiChipEventCallback.hal | 23 * configured. When this is called any previous iface objects must be
|
/hardware/interfaces/wifi/1.2/ |
D | types.hal | 25 * NAN configuration request parameters added in the 1.2 HAL. These are supplemental to previous
|
/hardware/interfaces/tetheroffload/control/1.1/ |
D | IOffloadControl.hal | 44 * The specified quota bytes MUST replace any previous quotas set by
|
/hardware/interfaces/identity/support/include/cppbor/ |
D | README.md | 140 bytes with a std::pushback_iterator and the previous method. 141 * `std::string toString()` does the same as the previous method, but
|
/hardware/interfaces/boot/1.0/ |
D | IBootControl.hal | 63 * overrides any previous call to setSlotAsUnbootable.
|
/hardware/interfaces/biometrics/face/1.0/ |
D | types.hal | 277 * The face is too different from a previous acquisition. This condition 284 * The face is too similar to a previous acquisition. This condition only
|
/hardware/interfaces/wifi/1.5/ |
D | types.hal | 108 * NAN configuration request parameters added in the 1.2 HAL. These are supplemental to previous
|
/hardware/interfaces/contexthub/1.0/ |
D | IContexthub.hal | 40 * callback has already been registered must override the previous
|
123