Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/include/binder/
DStatus.h60 EX_NULL_POINTER = -4, enumerator
/frameworks/base/libs/services/src/os/
DDropBoxManager.cpp193 return Status::fromExceptionCode(Status::EX_NULL_POINTER, "can't find dropbox service"); in add()
/frameworks/base/services/core/jni/
Dcom_android_server_VibratorService.cpp51 return Return<R>{Status::fromExceptionCode(Status::EX_NULL_POINTER)}; in NullptrStatus()
/frameworks/base/core/java/android/os/
DParcel.java253 private static final int EX_NULL_POINTER = -4; field in Parcel
1875 code = EX_NULL_POINTER; in writeException()
2018 case EX_NULL_POINTER: in readException()