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

/frameworks/base/core/java/android/os/
H A DParcel.java230 private static final int EX_HAS_REPLY_HEADER = -128; // special; see below field in class:Parcel
1346 // either a 0 (the default case), or EX_HAS_REPLY_HEADER if
1353 writeInt(EX_HAS_REPLY_HEADER);
1398 if (code == EX_HAS_REPLY_HEADER) {
/frameworks/native/libs/binder/
H A DParcel.cpp56 // Note: must be kept in sync with android/os/Parcel.java's EX_HAS_REPLY_HEADER
57 #define EX_HAS_REPLY_HEADER -128 macro
1057 if (exception_code == EX_HAS_REPLY_HEADER) {

Completed in 562 milliseconds