Home
last modified time | relevance | path

Searched refs:approximate (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/dumpstate/1.1/
DIDumpstateDevice.hal39 * @param timeoutMillis An approximate "budget" for how much time this call has been allotted.
/hardware/interfaces/gnss/1.0/
DIGnssDebug.hal9 * Ephemeris is not known, but Almanac (approximate location) is known.
/hardware/interfaces/graphics/composer/2.2/
DIComposerClient.hal411 * The saturation matrix can be used to approximate the legacy dataspace
421 * @return matrix is the 4x4 column-major matrix used to approximate the
/hardware/interfaces/input/common/1.0/
Dtypes.hal57 * - For a touch screen or touch pad, reports the approximate pressure applied to the surface
70 * - For a touch screen or touch pad, reports the approximate size of the contact area in
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
DHWC2On1Adapter.cpp1396 bool approximate = (static_cast<float>(truncated) != f * 10); in approximateFloatString() local
1400 "%s%.1f", approximate ? "~" : "", f); in approximateFloatString()
/hardware/qcom/display/msm8994/libhwcomposer/
DHWC2On1Adapter.cpp1493 bool approximate = (static_cast<float>(truncated) != f * 10); in approximateFloatString() local
1497 "%s%.1f", approximate ? "~" : "", f); in approximateFloatString()