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

/frameworks/av/camera/
H A DICameraService.cpp51 EX_HAS_REPLY_HEADER = -128, // special; see below enumerator in enum:android::__anon6::__anon7
74 case EX_HAS_REPLY_HEADER:
/frameworks/base/core/java/android/os/
H A DParcel.java240 private static final int EX_HAS_REPLY_HEADER = -128; // special; see below field in class:Parcel
1466 // either a 0 (the default case), or EX_HAS_REPLY_HEADER if
1473 writeInt(EX_HAS_REPLY_HEADER);
1518 if (code == EX_HAS_REPLY_HEADER) {
/frameworks/native/libs/binder/
H A DParcel.cpp62 // Note: must be kept in sync with android/os/Parcel.java's EX_HAS_REPLY_HEADER
63 #define EX_HAS_REPLY_HEADER -128 macro
1195 if (exception_code == EX_HAS_REPLY_HEADER) {

Completed in 90 milliseconds