Home
last modified time | relevance | path

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

12

/frameworks/native/libs/gui/include/gui/
DSchedulingPolicy.h29 return binder::Status::fromExceptionCode(EX_ILLEGAL_STATE); in getSchedulingPolicy()
34 return binder::Status::fromExceptionCode(EX_ILLEGAL_STATE); in getSchedulingPolicy()
DAidlStatusUtil.h46 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/
DNativePermissionControllerTest.cpp26 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()
DValidatedAttributionSourceStateTest.cpp30 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/
DNativePermissionController.cpp117 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/
Dstatus.cpp146 case Status::EX_ILLEGAL_STATE: in PruneException()
147 return EX_ILLEGAL_STATE; in PruneException()
/frameworks/native/cmds/servicemanager/
DServiceManager.cpp451 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/
DBinderBindings.hpp61 ILLEGAL_STATE = EX_ILLEGAL_STATE,
/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/cmds/lshal/
DTimeout.h56 return Status::fromExceptionCode(Status::Exception::EX_ILLEGAL_STATE, "Illegal future_status"); in timeoutIPC()
/frameworks/av/media/libaudioclient/tests/
Daudio_aidl_status_tests.cpp53 Status::EX_NULL_POINTER, Status::EX_ILLEGAL_STATE, Status::EX_NETWORK_MAIN_THREAD, in TEST()
/frameworks/native/include/binder/
DStatus.h64 EX_ILLEGAL_STATE = -5, enumerator
/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_status.h106 EX_ILLEGAL_STATE = -5, enumerator
/frameworks/native/libs/binder/include/binder/
DStatus.h64 EX_ILLEGAL_STATE = -5, enumerator
/frameworks/av/media/audioaidlconversion/include/media/
DAidlConversionUtil-impl.h389 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/
DLoudnessEnhancerContext.cpp64 status = {EX_ILLEGAL_STATE, 0, 0}; in process()
/frameworks/av/services/audioflinger/sounddose/
DSoundDoseManager.cpp275 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/
DVtsAidlPowerPolicyTargetTest.cpp75 ASSERT_TRUE(status.isOk() || status.getServiceSpecificError() == EX_ILLEGAL_STATE); in TEST_P()
/frameworks/av/media/libeffects/downmix/aidl/
DDownmixContext.cpp116 status = {EX_ILLEGAL_STATE, 0, 0}; in downmixProcess()
/frameworks/av/media/libaudiohal/impl/
DEffectProxy.cpp109 ndk::ScopedAStatus::fromExceptionCodeWithMessage(EX_ILLEGAL_STATE, "nullEffectHandle"); in open()
134 ndk::ScopedAStatus::fromExceptionCodeWithMessage(EX_ILLEGAL_STATE, "nullEffectHandle"); in reopen()
/frameworks/native/libs/binder/
DStatus.cpp74 EXCEPTION_TO_CASE(EX_ILLEGAL_STATE) in exceptionToString()
/frameworks/native/services/inputflinger/
DInputManager.cpp57 return binder::Status::EX_ILLEGAL_STATE; in exceptionCodeFromStatusT()
/frameworks/av/media/libeffects/preprocessing/aidl/
DPreProcessingContext.cpp264 status = {EX_ILLEGAL_STATE, 0, 0}; in process()
/frameworks/av/media/libeffects/hapticgenerator/aidl/
DHapticGeneratorContext.cpp142 status = {EX_ILLEGAL_STATE, 0, 0}; in process()
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/aidl/
DReverbContext.cpp339 status = {EX_ILLEGAL_STATE, 0, 0}; in process()

12