HomeSort by relevance Sort by last modified time
    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 57 // Note: must be kept in sync with android/os/Parcel.java's EX_HAS_REPLY_HEADER
58 #define EX_HAS_REPLY_HEADER -128
1111 if (exception_code == EX_HAS_REPLY_HEADER) {
    [all...]

Completed in 97 milliseconds