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

/frameworks/native/include/binder/
H A DStatus.h66 EX_HAS_REPLY_HEADER = -128, enumerator in enum:android::binder::final::Exception
/frameworks/base/core/java/android/os/
H A DParcel.java251 private static final int EX_HAS_REPLY_HEADER = -128; // special; see below field in class:Parcel
1603 // either a 0 (the default case), or EX_HAS_REPLY_HEADER if
1610 writeInt(EX_HAS_REPLY_HEADER);
1655 if (code == EX_HAS_REPLY_HEADER) {

Completed in 3300 milliseconds