Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DParcel.java230 private static final int EX_HAS_REPLY_HEADER = -128; // special; see below field in Parcel
1353 writeInt(EX_HAS_REPLY_HEADER); in writeNoException()
1398 if (code == EX_HAS_REPLY_HEADER) { in readExceptionCode()
/frameworks/native/libs/binder/
DParcel.cpp57 #define EX_HAS_REPLY_HEADER -128 macro
1057 if (exception_code == EX_HAS_REPLY_HEADER) { in readExceptionCode()