Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/
DbinderStatusUnitTest.cpp25 Status status = Status::fromExceptionCode(Status::EX_NULL_POINTER); in TEST()
DbinderRpcTest.cpp194 return Status::fromExceptionCode(Status::EX_NULL_POINTER); in countBinders()
206 return Status::fromExceptionCode(Status::EX_NULL_POINTER); in pingMe()
275 return Status::fromExceptionCode(Status::EX_NULL_POINTER); in doCallback()
310 return Status::fromExceptionCode(Status::EX_NULL_POINTER); in scheduleShutdown()
/frameworks/native/libs/binder/ndk/
Dstatus.cpp146 case Status::EX_NULL_POINTER: in PruneException()
147 return EX_NULL_POINTER; in PruneException()
/frameworks/native/cmds/idlcli/
Dvibrator.h41 return Status::fromExceptionCode(Status::EX_NULL_POINTER); in NullptrStatus()
46 return ndk::ScopedAStatus(AStatus_fromExceptionCode(EX_NULL_POINTER)); in NullptrStatus()
/frameworks/base/libs/services/src/os/
DDropBoxManager.cpp193 return Status::fromExceptionCode(Status::EX_NULL_POINTER, "can't find dropbox service"); in addData()
227 return Status::fromExceptionCode(Status::EX_NULL_POINTER, "can't find dropbox service"); in addFile()
/frameworks/native/libs/binder/rust/sys/
DBinderBindings.hpp60 NULL_POINTER = EX_NULL_POINTER,
/frameworks/native/services/memtrackproxy/
DMemtrackProxy.cpp170 return ndk::ScopedAStatus::fromExceptionCodeWithMessage(EX_NULL_POINTER, in getMemory()
187 return ndk::ScopedAStatus::fromExceptionCodeWithMessage(EX_NULL_POINTER, in getGpuDeviceInfo()
/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_status.h99 EX_NULL_POINTER = -4, enumerator
/frameworks/av/media/libaudioclient/tests/
Daudio_aidl_status_tests.cpp70 Status::EX_NULL_POINTER, in TEST()
/frameworks/native/libs/binder/include/binder/
DStatus.h62 EX_NULL_POINTER = -4, enumerator
/frameworks/native/include/binder/
DStatus.h62 EX_NULL_POINTER = -4, enumerator
/frameworks/native/cmds/servicemanager/
DServiceManager.cpp389 return Status::fromExceptionCode(Status::EX_NULL_POINTER); in registerForNotifications()
560 return Status::fromExceptionCode(Status::EX_NULL_POINTER); in registerClientCallback()
695 return Status::fromExceptionCode(Status::EX_NULL_POINTER); in tryUnregisterService()
Dtest_sm.cpp368 Status::EX_NULL_POINTER); in TEST()
/frameworks/native/libs/binder/
DStatus.cpp73 EXCEPTION_TO_CASE(EX_NULL_POINTER) in exceptionToString()
/frameworks/native/libs/binder/rust/tests/
Dserialization.cpp418 binder::Status::fromExceptionCode(binder::Status::EX_NULL_POINTER, "a status message") in TEST_F()
431 ASSERT_EQ(status.exceptionCode(), binder::Status::EX_NULL_POINTER); in TEST_F()
/frameworks/av/media/libaudioclient/include/media/
DAidlConversionUtil.h316 case Status::EX_NULL_POINTER: // Java NullPointerException, rethrows in Java
/frameworks/base/cmds/incidentd/src/
DIncidentService.cpp358 return Status::fromExceptionCode(Status::EX_NULL_POINTER); in registerSection()
/frameworks/av/services/camera/libcameraservice/common/aidl/
DAidlProviderInfo.cpp53 case EX_NULL_POINTER: in mapExceptionCodeToStatusT()
/frameworks/base/core/java/android/os/
DParcel.java343 private static final int EX_NULL_POINTER = -4; field in Parcel
2839 code = EX_NULL_POINTER; in getExceptionCode()
3016 case EX_NULL_POINTER: in createExceptionOrNull()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt37846 Landroid/os/Parcel;->EX_NULL_POINTER:I