Home
last modified time | relevance | path

Searched refs:EX_ILLEGAL_STATE (Results 1 – 19 of 19) sorted by relevance

/frameworks/native/cmds/servicemanager/
DServiceManager.cpp326 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()
Dtest_sm.cpp386 Status::EX_ILLEGAL_STATE); in TEST()
/frameworks/native/libs/binder/ndk/
Dstatus.cpp148 case Status::EX_ILLEGAL_STATE: in PruneException()
149 return EX_ILLEGAL_STATE; in PruneException()
/frameworks/base/libs/services/src/os/
DDropBoxManager.cpp211 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/
DBinderBindings.hpp61 ILLEGAL_STATE = EX_ILLEGAL_STATE,
/frameworks/native/services/surfaceflinger/tests/unittests/
DAidlPowerHalWrapperTest.cpp110 .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/
Dbinder_status.h100 EX_ILLEGAL_STATE = -5, enumerator
/frameworks/av/media/libaudioclient/tests/
Daudio_aidl_status_tests.cpp71 Status::EX_ILLEGAL_STATE, in TEST()
/frameworks/native/libs/binder/include/binder/
DStatus.h63 EX_ILLEGAL_STATE = -5, enumerator
/frameworks/native/include/binder/
DStatus.h63 EX_ILLEGAL_STATE = -5, enumerator
/frameworks/native/services/inputflinger/
DInputManager.cpp48 return binder::Status::EX_ILLEGAL_STATE; in exceptionCodeFromStatusT()
/frameworks/hardware/interfaces/automotive/powerpolicy/aidl/vts/
DVtsAidlPowerPolicyTargetTest.cpp73 ASSERT_TRUE(status.isOk() || status.getServiceSpecificError() == EX_ILLEGAL_STATE); in TEST_P()
/frameworks/av/media/libaudioclient/include/media/
DAidlConversionUtil.h318 case Status::EX_ILLEGAL_STATE: // Java IllegalStateException, rethrows in Java
376 return Status::fromExceptionCode(Status::EX_ILLEGAL_STATE, emptyIfNull);
/frameworks/native/libs/binder/
DStatus.cpp74 EXCEPTION_TO_CASE(EX_ILLEGAL_STATE) in exceptionToString()
/frameworks/base/cmds/incidentd/src/
DIncidentService.cpp389 return Status::fromExceptionCode(Status::EX_ILLEGAL_STATE); in unregisterSection()
/frameworks/av/services/camera/libcameraservice/common/aidl/
DAidlProviderInfo.cpp55 case EX_ILLEGAL_STATE: in mapExceptionCodeToStatusT()
/frameworks/base/core/java/android/os/
DParcel.java344 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/
DInstalldNativeService.cpp941 return exception(binder::Status::EX_ILLEGAL_STATE, in reconcileSdkData()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt37844 Landroid/os/Parcel;->EX_ILLEGAL_STATE:I