OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EX_HAS_REPLY_HEADER
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/camera/
ICameraService.cpp
48
EX_HAS_REPLY_HEADER
= -128, // special; see below
71
case
EX_HAS_REPLY_HEADER
:
/frameworks/base/core/java/android/os/
Parcel.java
233
private static final int
EX_HAS_REPLY_HEADER
= -128; // special; see below
[
all
...]
/frameworks/native/libs/binder/
Parcel.cpp
58
// Note: must be kept in sync with android/os/Parcel.java's
EX_HAS_REPLY_HEADER
59
#define
EX_HAS_REPLY_HEADER
-128
1124
if (exception_code ==
EX_HAS_REPLY_HEADER
) {
[
all
...]
Completed in 1510 milliseconds