Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DStatus.cpp78 EXCEPTION_TO_CASE(EX_PARCELABLE) in exceptionToString()
159 } else if (mException == EX_PARCELABLE) { in readFromParcel()
205 } else if (mException == EX_PARCELABLE) { in writeToParcel()
/frameworks/native/libs/binder/ndk/
Dstatus.cpp141 case Status::EX_PARCELABLE: in PruneException()
142 return EX_PARCELABLE; in PruneException()
/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_status.h75 EX_PARCELABLE = -9, enumerator
/frameworks/native/libs/binder/include/binder/
DStatus.h66 EX_PARCELABLE = -9, enumerator
/frameworks/base/core/java/android/os/
DParcel.java269 private static final int EX_PARCELABLE = -9; field in Parcel
1874 code = EX_PARCELABLE; in writeException()
1926 case EX_PARCELABLE: in writeException()
2064 case EX_PARCELABLE: in createException()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt55457 Landroid/os/Parcel;->EX_PARCELABLE:I