Home
last modified time | relevance | path

Searched defs:lastValue (Results 1 – 5 of 5) sorted by relevance

/frameworks/hardware/interfaces/sensorservice/1.0/vts/functional/
DVtsHalSensorManagerV1_0TargetTest.cpp73 typename std::iterator_traits<I>::pointer lastValue = nullptr; in isIncreasing() local
/frameworks/base/core/jni/
Dandroid_os_Parcel.cpp159 static void android_os_Parcel_restoreAllowFds(jlong nativePtr, jboolean lastValue) in android_os_Parcel_restoreAllowFds()
/frameworks/base/core/java/android/os/
DParcel.java293 private static native void nativeRestoreAllowFds(long nativePtr, boolean lastValue); in nativeRestoreAllowFds()
541 public final void restoreAllowFds(boolean lastValue) { in restoreAllowFds()
/frameworks/av/media/codec2/vndk/util/
DC2InterfaceUtils.cpp117 double lastValue = _mMin; in contains() local
/frameworks/native/libs/binder/
DParcel.cpp500 void Parcel::restoreAllowFds(bool lastValue) in restoreAllowFds()