Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/ndk/
Dstatus.cpp133 case Status::EX_ILLEGAL_STATE: in PruneException()
134 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.h71 EX_ILLEGAL_STATE = -5, enumerator
/frameworks/native/libs/binder/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
1884 code = EX_ILLEGAL_STATE; in writeException()
2078 case EX_ILLEGAL_STATE: in createException()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt55454 Landroid/os/Parcel;->EX_ILLEGAL_STATE:I