Searched refs:compareData (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/os/
H A DBaseBundle.java404 return mParcelledData.compareData(other.mParcelledData) == 0;
H A DParcel.java555 public final int compareData(Parcel other) { method in class:Parcel
/frameworks/base/core/jni/
H A Dandroid_os_Parcel.cpp642 return thisParcel->compareData(*otherParcel);
/frameworks/native/include/binder/
H A DParcel.h75 int compareData(const Parcel& other);
/frameworks/native/libs/binder/include/binder/
H A DParcel.h75 int compareData(const Parcel& other);
/frameworks/native/libs/binder/
H A DParcel.cpp564 int Parcel::compareData(const Parcel& other) { function in class:android::Parcel

Completed in 94 milliseconds