HomeSort by relevance Sort by last modified time
    Searched defs:readExceptionCode (Results 1 - 3 of 3) sorted by null

  /frameworks/av/camera/
ICameraService.cpp 51 static bool readExceptionCode(Parcel& reply) {
52 int32_t exceptionCode = reply.readExceptionCode();
102 if (readExceptionCode(reply)) return 0;
114 if (readExceptionCode(reply)) return -EPROTO;
131 if (readExceptionCode(reply)) return -EPROTO;
160 if (readExceptionCode(reply)) return -EPROTO;
182 if (readExceptionCode(reply)) return -EPROTO;
207 if (readExceptionCode(reply)) return -EPROTO;
222 if (readExceptionCode(reply)) return -EPROTO;
233 if (readExceptionCode(reply)) return -EPROTO
    [all...]
  /frameworks/native/libs/binder/
Parcel.cpp 1108 int32_t Parcel::readExceptionCode() const
    [all...]
  /frameworks/base/core/java/android/os/
Parcel.java     [all...]

Completed in 72 milliseconds