Home
last modified time | relevance | path

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

/frameworks/native/cmds/servicemanager/
DServiceManager.cpp213 return Status::fromExceptionCode(Status::EX_ILLEGAL_STATE); in addService()
280 return Status::fromExceptionCode(Status::EX_ILLEGAL_STATE); in registerForNotifications()
312 return Status::fromExceptionCode(Status::EX_ILLEGAL_STATE); in unregisterForNotifications()
411 return Status::fromExceptionCode(Status::EX_ILLEGAL_STATE); in registerClientCallback()
530 return Status::fromExceptionCode(Status::EX_ILLEGAL_STATE); in tryUnregisterService()
543 return Status::fromExceptionCode(Status::EX_ILLEGAL_STATE); in tryUnregisterService()
548 return Status::fromExceptionCode(Status::EX_ILLEGAL_STATE); in tryUnregisterService()
563 return Status::fromExceptionCode(Status::EX_ILLEGAL_STATE); in tryUnregisterService()
Dtest_sm.cpp366 Status::EX_ILLEGAL_STATE); in TEST()
/frameworks/native/libs/binder/ndk/
Dstatus.cpp144 case Status::EX_ILLEGAL_STATE: in PruneException()
145 return EX_ILLEGAL_STATE; in PruneException()
/frameworks/base/libs/services/src/os/
DDropBoxManager.cpp203 return Status::fromExceptionCode(Status::EX_ILLEGAL_STATE, message.c_str()); in addFile()
214 return Status::fromExceptionCode(Status::EX_ILLEGAL_STATE, message.c_str()); in addFile()
/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_status.h72 EX_ILLEGAL_STATE = -5, enumerator
/frameworks/native/libs/binder/include/binder/
DStatus.h62 EX_ILLEGAL_STATE = -5, enumerator
/frameworks/native/include/binder/
DStatus.h62 EX_ILLEGAL_STATE = -5, enumerator
/frameworks/native/libs/binder/
DStatus.cpp74 EXCEPTION_TO_CASE(EX_ILLEGAL_STATE) in exceptionToString()
/frameworks/base/core/java/android/os/
DParcel.java265 private static final int EX_ILLEGAL_STATE = -5; field in Parcel
1889 code = EX_ILLEGAL_STATE; in writeException()
2083 case EX_ILLEGAL_STATE: in createException()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt51722 Landroid/os/Parcel;->EX_ILLEGAL_STATE:I