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

/frameworks/hardware/interfaces/sensorservice/1.0/vts/functional/
H A DVtsHalSensorManagerV1_0TargetTest.cpp73 typename std::iterator_traits<I>::pointer lastValue = nullptr; local
78 lastValue = &(*iter);
81 if (getField(*iter) < getField(*lastValue)) {
83 << pos << ", " << getField(*iter) << " < " << getField(*lastValue);
/frameworks/base/core/jni/
H A Dandroid_os_Parcel.cpp159 static void android_os_Parcel_restoreAllowFds(jlong nativePtr, jboolean lastValue) argument
163 parcel->restoreAllowFds((bool)lastValue);
/frameworks/base/core/java/android/os/
H A DParcel.java290 private static native void nativeRestoreAllowFds(long nativePtr, boolean lastValue); argument
524 public final void restoreAllowFds(boolean lastValue) { argument
525 nativeRestoreAllowFds(mNativePtr, lastValue);
/frameworks/native/libs/binder/
H A DParcel.cpp586 void Parcel::restoreAllowFds(bool lastValue) argument
588 mAllowFds = lastValue;
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 207 milliseconds