Home
last modified time | relevance | path

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

/frameworks/native/include/binder/
DStatus.h60 EX_ILLEGAL_STATE = -5, enumerator
/frameworks/base/core/java/android/os/
DParcel.java248 private static final int EX_ILLEGAL_STATE = -5; field in Parcel
1567 code = EX_ILLEGAL_STATE; in writeException()
1691 case EX_ILLEGAL_STATE: in readException()