Home
last modified time | relevance | path

Searched refs:EX_HAS_REPLY_HEADER (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/libs/binder/
DStatus.cpp79 EXCEPTION_TO_CASE(EX_HAS_REPLY_HEADER) in exceptionToString()
103 if (mException == EX_HAS_REPLY_HEADER) { in readFromParcel()
/frameworks/native/libs/binder/include/binder/
DStatus.h69 EX_HAS_REPLY_HEADER = -128, enumerator
/frameworks/native/include/binder/
DStatus.h69 EX_HAS_REPLY_HEADER = -128, enumerator
/frameworks/base/core/java/android/os/
DParcel.java270 private static final int EX_HAS_REPLY_HEADER = -128; // special; see below field in Parcel
1966 writeInt(EX_HAS_REPLY_HEADER); in writeNoException()
2013 if (code == EX_HAS_REPLY_HEADER) { in readExceptionCode()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt51720 Landroid/os/Parcel;->EX_HAS_REPLY_HEADER:I