Home
last modified time | relevance | path

Searched refs:EX_NULL_POINTER (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/include/binder/
DStatus.h59 EX_NULL_POINTER = -4, enumerator
/frameworks/base/core/java/android/os/
DParcel.java246 private static final int EX_NULL_POINTER = -4; field in Parcel
1564 code = EX_NULL_POINTER; in writeException()
1688 case EX_NULL_POINTER: in readException()