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.cpp152 case Status::EX_PARCELABLE: in PruneException()
153 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/native/include/binder/
DStatus.h66 EX_PARCELABLE = -9, enumerator
/frameworks/base/core/java/android/os/
DParcel.java271 private static final int EX_PARCELABLE = -9; field in Parcel
2173 case EX_PARCELABLE: in writeException()
2193 code = EX_PARCELABLE; in getExceptionCode()
2366 case EX_PARCELABLE: in createExceptionOrNull()