Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/ndk/
Dstatus.cpp131 case Status::EX_NULL_POINTER: in PruneException()
132 return EX_NULL_POINTER; in PruneException()
/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_status.h70 EX_NULL_POINTER = -4, enumerator
/frameworks/native/libs/binder/include/binder/
DStatus.h61 EX_NULL_POINTER = -4, enumerator
/frameworks/base/libs/services/src/os/
DDropBoxManager.cpp226 return Status::fromExceptionCode(Status::EX_NULL_POINTER, "can't find dropbox service"); in add()
/frameworks/native/libs/binder/
DStatus.cpp73 EXCEPTION_TO_CASE(EX_NULL_POINTER) in exceptionToString()
/frameworks/base/services/core/jni/
Dcom_android_server_VibratorService.cpp56 return Return<R>{Status::fromExceptionCode(Status::EX_NULL_POINTER)}; in NullptrStatus()
/frameworks/base/core/java/android/os/
DParcel.java264 private static final int EX_NULL_POINTER = -4; field in Parcel
1882 code = EX_NULL_POINTER; in writeException()
2076 case EX_NULL_POINTER: in createException()
/frameworks/base/cmds/statsd/src/
DStatsService.cpp1096 Status::EX_NULL_POINTER, in statsCompanionReady()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt55456 Landroid/os/Parcel;->EX_NULL_POINTER:I