Home
last modified time | relevance | path

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

/frameworks/native/cmds/idlcli/
Dvibrator.h37 return Status::fromExceptionCode(Status::EX_NULL_POINTER); in NullptrStatus()
42 return ndk::ScopedAStatus(AStatus_fromExceptionCode(EX_NULL_POINTER)); in NullptrStatus()
/frameworks/native/libs/binder/ndk/
Dstatus.cpp142 case Status::EX_NULL_POINTER: in PruneException()
143 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/native/include/binder/
DStatus.h61 EX_NULL_POINTER = -4, enumerator
/frameworks/native/cmds/servicemanager/
DServiceManager.cpp275 return Status::fromExceptionCode(Status::EX_NULL_POINTER); in registerForNotifications()
384 return Status::fromExceptionCode(Status::EX_NULL_POINTER); in registerClientCallback()
518 return Status::fromExceptionCode(Status::EX_NULL_POINTER); in tryUnregisterService()
Dtest_sm.cpp348 Status::EX_NULL_POINTER); in TEST()
/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.cpp137 return Status::fromExceptionCode(Status::EX_NULL_POINTER); in NullptrStatus()
143 return Status::fromExceptionCode(Status::EX_NULL_POINTER); in NullptrStatus()
/frameworks/base/cmds/incidentd/src/
DIncidentService.cpp358 return Status::fromExceptionCode(Status::EX_NULL_POINTER); in registerSection()
/frameworks/base/core/java/android/os/
DParcel.java266 private static final int EX_NULL_POINTER = -4; field in Parcel
2201 code = EX_NULL_POINTER; in getExceptionCode()
2378 case EX_NULL_POINTER: in createExceptionOrNull()
/frameworks/base/cmds/statsd/src/
DStatsService.cpp1053 return exception(EX_NULL_POINTER, in statsCompanionReady()