Searched defs:EX_NULL_POINTER (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/include/binder/
H A DStatus.h60 EX_NULL_POINTER = -4, enumerator in enum:android::binder::final::Exception
/frameworks/native/libs/binder/include/binder/
H A DStatus.h60 EX_NULL_POINTER = -4, enumerator in enum:android::binder::final::Exception
/frameworks/base/core/java/android/os/
H A DParcel.java252 private static final int EX_NULL_POINTER = -4; field in class:Parcel
1804 code = EX_NULL_POINTER;
1947 case EX_NULL_POINTER:

Completed in 1653 milliseconds