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

/frameworks/native/include/binder/
H A DStatus.h68 EX_HAS_REPLY_HEADER = -128, enumerator in enum:android::binder::final::Exception
/frameworks/native/libs/binder/include/binder/
H A DStatus.h68 EX_HAS_REPLY_HEADER = -128, enumerator in enum:android::binder::final::Exception
/frameworks/native/libs/binder/
H A DStatus.cpp77 if (mException == EX_HAS_REPLY_HEADER) {
/frameworks/base/core/java/android/os/
H A DParcel.java258 private static final int EX_HAS_REPLY_HEADER = -128; // special; see below field in class:Parcel
1855 // either a 0 (the default case), or EX_HAS_REPLY_HEADER if
1862 writeInt(EX_HAS_REPLY_HEADER);
1907 if (code == EX_HAS_REPLY_HEADER) {

Completed in 81 milliseconds