/frameworks/native/libs/binder/tests/ |
D | binderStatusUnitTest.cpp | 25 Status status = Status::fromExceptionCode(Status::EX_NULL_POINTER); in TEST()
|
D | binderRpcTest.cpp | 194 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/ |
D | status.cpp | 146 case Status::EX_NULL_POINTER: in PruneException() 147 return EX_NULL_POINTER; in PruneException()
|
/frameworks/native/cmds/idlcli/ |
D | vibrator.h | 41 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/ |
D | DropBoxManager.cpp | 193 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/ |
D | BinderBindings.hpp | 60 NULL_POINTER = EX_NULL_POINTER,
|
/frameworks/native/services/memtrackproxy/ |
D | MemtrackProxy.cpp | 170 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/ |
D | binder_status.h | 99 EX_NULL_POINTER = -4, enumerator
|
/frameworks/av/media/libaudioclient/tests/ |
D | audio_aidl_status_tests.cpp | 70 Status::EX_NULL_POINTER, in TEST()
|
/frameworks/native/libs/binder/include/binder/ |
D | Status.h | 62 EX_NULL_POINTER = -4, enumerator
|
/frameworks/native/include/binder/ |
D | Status.h | 62 EX_NULL_POINTER = -4, enumerator
|
/frameworks/native/cmds/servicemanager/ |
D | ServiceManager.cpp | 389 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()
|
D | test_sm.cpp | 368 Status::EX_NULL_POINTER); in TEST()
|
/frameworks/native/libs/binder/ |
D | Status.cpp | 73 EXCEPTION_TO_CASE(EX_NULL_POINTER) in exceptionToString()
|
/frameworks/native/libs/binder/rust/tests/ |
D | serialization.cpp | 418 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/ |
D | AidlConversionUtil.h | 316 case Status::EX_NULL_POINTER: // Java NullPointerException, rethrows in Java
|
/frameworks/base/cmds/incidentd/src/ |
D | IncidentService.cpp | 358 return Status::fromExceptionCode(Status::EX_NULL_POINTER); in registerSection()
|
/frameworks/av/services/camera/libcameraservice/common/aidl/ |
D | AidlProviderInfo.cpp | 53 case EX_NULL_POINTER: in mapExceptionCodeToStatusT()
|
/frameworks/base/core/java/android/os/ |
D | Parcel.java | 343 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/ |
D | hiddenapi-max-target-o.txt | 37846 Landroid/os/Parcel;->EX_NULL_POINTER:I
|