Home
last modified time | relevance | path

Searched refs:previous (Results 1 – 25 of 52) sorted by relevance

123

/hardware/google/pixel/health/
DBatteryDefender.cpp115 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/
DIFrontend.hal49 * 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/
DIFrontend.hal34 * 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/
DISurroundView3dSession.hal36 * 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/
DIGnssAntennaInfo.hal42 * If close() is invoked without a previous setCallback, this function must perform
/hardware/google/pixel/health/include/pixelhealth/
DBatteryDefender.h165 void writeTimeToFile(const std::string &path, const int value, int64_t *previous);
/hardware/interfaces/vibrator/1.2/
Dtypes.hal21 // Note that while the previous type had a version suffix, this type does not. This is because the
/hardware/interfaces/gnss/1.0/
DIGnssNavigationMessage.hal52 * If close() is invoked without a previous setCallback, this function must perform
DIGnssMeasurementCallback.hal128 * | | | previous measurements to |
142 * | | | current time t and previous |
148 * | | | previous measurements to |
153 * | | | current time t and previous |
161 * | | | against previous |
DIGnssDebug.hal93 * valid. This can, for example, be a previous injected location with
/hardware/interfaces/radio/1.1/
DIRadioIndication.hal45 * a handle for a previous session and should include a status update regarding the
DIRadio.hal68 * to this method is processed only after the completion of the previous one.
/hardware/interfaces/contexthub/1.2/
DIContexthub.hal41 * callback has already been registered must override the previous
/hardware/interfaces/drm/1.1/
DREADME.md5 in device manifest. For devices launching with previous versions of Android and
/hardware/interfaces/broadcastradio/1.1/
DIBroadcastRadio.hal54 * the HAL implementation removing previous image. In such case, client
/hardware/interfaces/vibrator/1.0/
DIVibrator.hal23 * This function must only be called after the previous timeout has expired or
/hardware/interfaces/broadcastradio/2.0/
DITunerSession.hal91 * 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/
DIWifiChipEventCallback.hal23 * configured. When this is called any previous iface objects must be
/hardware/interfaces/wifi/1.2/
Dtypes.hal25 * NAN configuration request parameters added in the 1.2 HAL. These are supplemental to previous
/hardware/interfaces/tetheroffload/control/1.1/
DIOffloadControl.hal44 * The specified quota bytes MUST replace any previous quotas set by
/hardware/interfaces/identity/support/include/cppbor/
DREADME.md140 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/
DIBootControl.hal63 * overrides any previous call to setSlotAsUnbootable.
/hardware/interfaces/biometrics/face/1.0/
Dtypes.hal277 * 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/
Dtypes.hal108 * NAN configuration request parameters added in the 1.2 HAL. These are supplemental to previous
/hardware/interfaces/contexthub/1.0/
DIContexthub.hal40 * callback has already been registered must override the previous

123