/frameworks/native/libs/gui/include/gui/ |
D | SchedulingPolicy.h | 29 return binder::Status::fromExceptionCode(EX_ILLEGAL_STATE); in getSchedulingPolicy() 34 return binder::Status::fromExceptionCode(EX_ILLEGAL_STATE); in getSchedulingPolicy()
|
D | AidlStatusUtil.h | 46 case Status::EX_ILLEGAL_STATE: // Java IllegalStateException, rethrows in Java in statusTFromExceptionCode() 104 return Status::fromExceptionCode(Status::EX_ILLEGAL_STATE, emptyIfNull);
|
/frameworks/av/services/audiopolicy/permission/tests/ |
D | NativePermissionControllerTest.cpp | 26 using android::binder::Status::EX_ILLEGAL_STATE; 55 IsErrorAnd(BinderStatusMatcher::hasException(EX_ILLEGAL_STATE))); in TEST_F() 57 IsErrorAnd(BinderStatusMatcher::hasException(EX_ILLEGAL_STATE))); in TEST_F() 66 IsErrorAnd(BinderStatusMatcher::hasException(EX_ILLEGAL_STATE))); in TEST_F() 210 IsErrorAnd(BinderStatusMatcher::hasException(EX_ILLEGAL_STATE))); in TEST_F()
|
D | ValidatedAttributionSourceStateTest.cpp | 30 using ::android::binder::Status::EX_ILLEGAL_STATE; 106 .WillOnce(Return(unexpected{Status::fromExceptionCode(EX_ILLEGAL_STATE)})); in TEST_F() 114 IsErrorAnd(BinderStatusMatcher::hasException(EX_ILLEGAL_STATE))); in TEST_F()
|
/frameworks/av/services/audiopolicy/permission/ |
D | NativePermissionController.cpp | 117 Status::EX_ILLEGAL_STATE, in getPackagesForUid() 140 Status::EX_ILLEGAL_STATE, in validateUidPackagePair() 157 Status::EX_ILLEGAL_STATE, in checkPermission()
|
/frameworks/native/libs/binder/ndk/ |
D | status.cpp | 146 case Status::EX_ILLEGAL_STATE: in PruneException() 147 return EX_ILLEGAL_STATE; in PruneException()
|
/frameworks/native/cmds/servicemanager/ |
D | ServiceManager.cpp | 451 return Status::fromExceptionCode(Status::EX_ILLEGAL_STATE, "Couldn't linkToDeath."); in addService() 564 return Status::fromExceptionCode(Status::EX_ILLEGAL_STATE, "Couldn't link to death."); in registerForNotifications() 597 return Status::fromExceptionCode(Status::EX_ILLEGAL_STATE, "Nothing to unregister."); in unregisterForNotifications() 795 return Status::fromExceptionCode(Status::EX_ILLEGAL_STATE, "Couldn't linkToDeath."); in registerClientCallback() 934 return Status::fromExceptionCode(Status::EX_ILLEGAL_STATE, "Service not registered."); in tryUnregisterService() 949 return Status::fromExceptionCode(Status::EX_ILLEGAL_STATE, in tryUnregisterService() 958 return Status::fromExceptionCode(Status::EX_ILLEGAL_STATE, in tryUnregisterService() 975 return Status::fromExceptionCode(Status::EX_ILLEGAL_STATE, in tryUnregisterService()
|
/frameworks/native/libs/binder/rust/sys/ |
D | BinderBindings.hpp | 61 ILLEGAL_STATE = EX_ILLEGAL_STATE,
|
/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/cmds/lshal/ |
D | Timeout.h | 56 return Status::fromExceptionCode(Status::Exception::EX_ILLEGAL_STATE, "Illegal future_status"); in timeoutIPC()
|
/frameworks/av/media/libaudioclient/tests/ |
D | audio_aidl_status_tests.cpp | 53 Status::EX_NULL_POINTER, Status::EX_ILLEGAL_STATE, Status::EX_NETWORK_MAIN_THREAD, in TEST()
|
/frameworks/native/include/binder/ |
D | Status.h | 64 EX_ILLEGAL_STATE = -5, enumerator
|
/frameworks/native/libs/binder/ndk/include_ndk/android/ |
D | binder_status.h | 106 EX_ILLEGAL_STATE = -5, enumerator
|
/frameworks/native/libs/binder/include/binder/ |
D | Status.h | 64 EX_ILLEGAL_STATE = -5, enumerator
|
/frameworks/av/media/audioaidlconversion/include/media/ |
D | AidlConversionUtil-impl.h | 389 case EX_ILLEGAL_STATE: // Java IllegalStateException, rethrows in Java 413 case Status::EX_ILLEGAL_STATE: // Java IllegalStateException, rethrows in Java 493 return Status::fromExceptionCode(Status::EX_ILLEGAL_STATE, emptyIfNull);
|
/frameworks/av/media/libeffects/loudness/aidl/ |
D | LoudnessEnhancerContext.cpp | 64 status = {EX_ILLEGAL_STATE, 0, 0}; in process()
|
/frameworks/av/services/audioflinger/sounddose/ |
D | SoundDoseManager.cpp | 275 return ndk::ScopedAStatus::fromExceptionCode(EX_ILLEGAL_STATE); in onMomentaryExposureWarning() 281 return ndk::ScopedAStatus::fromExceptionCode(EX_ILLEGAL_STATE); in onMomentaryExposureWarning() 308 return ndk::ScopedAStatus::fromExceptionCode(EX_ILLEGAL_STATE); in onNewMelValues() 314 return ndk::ScopedAStatus::fromExceptionCode(EX_ILLEGAL_STATE); in onNewMelValues()
|
/frameworks/hardware/interfaces/automotive/powerpolicy/aidl/vts/ |
D | VtsAidlPowerPolicyTargetTest.cpp | 75 ASSERT_TRUE(status.isOk() || status.getServiceSpecificError() == EX_ILLEGAL_STATE); in TEST_P()
|
/frameworks/av/media/libeffects/downmix/aidl/ |
D | DownmixContext.cpp | 116 status = {EX_ILLEGAL_STATE, 0, 0}; in downmixProcess()
|
/frameworks/av/media/libaudiohal/impl/ |
D | EffectProxy.cpp | 109 ndk::ScopedAStatus::fromExceptionCodeWithMessage(EX_ILLEGAL_STATE, "nullEffectHandle"); in open() 134 ndk::ScopedAStatus::fromExceptionCodeWithMessage(EX_ILLEGAL_STATE, "nullEffectHandle"); in reopen()
|
/frameworks/native/libs/binder/ |
D | Status.cpp | 74 EXCEPTION_TO_CASE(EX_ILLEGAL_STATE) in exceptionToString()
|
/frameworks/native/services/inputflinger/ |
D | InputManager.cpp | 57 return binder::Status::EX_ILLEGAL_STATE; in exceptionCodeFromStatusT()
|
/frameworks/av/media/libeffects/preprocessing/aidl/ |
D | PreProcessingContext.cpp | 264 status = {EX_ILLEGAL_STATE, 0, 0}; in process()
|
/frameworks/av/media/libeffects/hapticgenerator/aidl/ |
D | HapticGeneratorContext.cpp | 142 status = {EX_ILLEGAL_STATE, 0, 0}; in process()
|
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/aidl/ |
D | ReverbContext.cpp | 339 status = {EX_ILLEGAL_STATE, 0, 0}; in process()
|