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.h71 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/base/services/core/jni/
Dcom_android_server_VibratorService.cpp131 return Status::fromExceptionCode(Status::EX_NULL_POINTER); in NullptrStatus()
137 return Status::fromExceptionCode(Status::EX_NULL_POINTER); in NullptrStatus()
/frameworks/native/libs/binder/
DStatus.cpp73 EXCEPTION_TO_CASE(EX_NULL_POINTER) in exceptionToString()
/frameworks/base/core/java/android/os/
DParcel.java264 private static final int EX_NULL_POINTER = -4; field in Parcel
1887 code = EX_NULL_POINTER; in writeException()
2081 case EX_NULL_POINTER: in createException()
/frameworks/base/cmds/statsd/src/
DStatsService.cpp1100 Status::EX_NULL_POINTER, in statsCompanionReady()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt51724 Landroid/os/Parcel;->EX_NULL_POINTER:I