/frameworks/native/cmds/servicemanager/ |
D | ServiceManager.cpp | 326 return Status::fromExceptionCode(Status::EX_ILLEGAL_STATE, "linkToDeath failure"); in addService() 396 return Status::fromExceptionCode(Status::EX_ILLEGAL_STATE); in registerForNotifications() 428 return Status::fromExceptionCode(Status::EX_ILLEGAL_STATE); in unregisterForNotifications() 588 return Status::fromExceptionCode(Status::EX_ILLEGAL_STATE); in registerClientCallback() 707 return Status::fromExceptionCode(Status::EX_ILLEGAL_STATE); in tryUnregisterService() 720 return Status::fromExceptionCode(Status::EX_ILLEGAL_STATE); in tryUnregisterService() 725 return Status::fromExceptionCode(Status::EX_ILLEGAL_STATE); in tryUnregisterService() 740 return Status::fromExceptionCode(Status::EX_ILLEGAL_STATE); in tryUnregisterService()
|
D | test_sm.cpp | 386 Status::EX_ILLEGAL_STATE); in TEST()
|
/frameworks/native/libs/binder/ndk/ |
D | status.cpp | 148 case Status::EX_ILLEGAL_STATE: in PruneException() 149 return EX_ILLEGAL_STATE; in PruneException()
|
/frameworks/base/libs/services/src/os/ |
D | DropBoxManager.cpp | 211 return Status::fromExceptionCode(Status::EX_ILLEGAL_STATE, message.c_str()); in addFile() 222 return Status::fromExceptionCode(Status::EX_ILLEGAL_STATE, message.c_str()); in addFile()
|
/frameworks/native/libs/binder/rust/sys/ |
D | BinderBindings.hpp | 61 ILLEGAL_STATE = EX_ILLEGAL_STATE,
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | AidlPowerHalWrapperTest.cpp | 110 .WillByDefault(Return(Status::fromExceptionCode(Status::Exception::EX_ILLEGAL_STATE))); in TEST_F() 189 .WillOnce(Return(Status::fromExceptionCode(Status::Exception::EX_ILLEGAL_STATE))); in TEST_F() 277 .WillOnce(Return(Status::fromExceptionCode(Status::Exception::EX_ILLEGAL_STATE))); in TEST_F()
|
/frameworks/native/libs/binder/ndk/include_ndk/android/ |
D | binder_status.h | 100 EX_ILLEGAL_STATE = -5, enumerator
|
/frameworks/av/media/libaudioclient/tests/ |
D | audio_aidl_status_tests.cpp | 71 Status::EX_ILLEGAL_STATE, in TEST()
|
/frameworks/native/libs/binder/include/binder/ |
D | Status.h | 63 EX_ILLEGAL_STATE = -5, enumerator
|
/frameworks/native/include/binder/ |
D | Status.h | 63 EX_ILLEGAL_STATE = -5, enumerator
|
/frameworks/native/services/inputflinger/ |
D | InputManager.cpp | 48 return binder::Status::EX_ILLEGAL_STATE; in exceptionCodeFromStatusT()
|
/frameworks/hardware/interfaces/automotive/powerpolicy/aidl/vts/ |
D | VtsAidlPowerPolicyTargetTest.cpp | 73 ASSERT_TRUE(status.isOk() || status.getServiceSpecificError() == EX_ILLEGAL_STATE); in TEST_P()
|
/frameworks/av/media/libaudioclient/include/media/ |
D | AidlConversionUtil.h | 318 case Status::EX_ILLEGAL_STATE: // Java IllegalStateException, rethrows in Java 376 return Status::fromExceptionCode(Status::EX_ILLEGAL_STATE, emptyIfNull);
|
/frameworks/native/libs/binder/ |
D | Status.cpp | 74 EXCEPTION_TO_CASE(EX_ILLEGAL_STATE) in exceptionToString()
|
/frameworks/base/cmds/incidentd/src/ |
D | IncidentService.cpp | 389 return Status::fromExceptionCode(Status::EX_ILLEGAL_STATE); in unregisterSection()
|
/frameworks/av/services/camera/libcameraservice/common/aidl/ |
D | AidlProviderInfo.cpp | 55 case EX_ILLEGAL_STATE: in mapExceptionCodeToStatusT()
|
/frameworks/base/core/java/android/os/ |
D | Parcel.java | 344 private static final int EX_ILLEGAL_STATE = -5; field in Parcel 2841 code = EX_ILLEGAL_STATE; in getExceptionCode() 3018 case EX_ILLEGAL_STATE: in createExceptionOrNull()
|
/frameworks/native/cmds/installd/ |
D | InstalldNativeService.cpp | 941 return exception(binder::Status::EX_ILLEGAL_STATE, in reconcileSdkData()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 37844 Landroid/os/Parcel;->EX_ILLEGAL_STATE:I
|