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

  /frameworks/av/camera/
ICameraService.cpp 54 static bool readExceptionCode(Parcel& reply) {
55 int32_t exceptionCode = reply.readExceptionCode();
105 if (readExceptionCode(reply)) return 0;
117 if (readExceptionCode(reply)) return -EPROTO;
134 if (readExceptionCode(reply)) return -EPROTO;
155 if (readExceptionCode(reply)) return -EPROTO;
181 if (readExceptionCode(reply)) return -EPROTO;
204 if (readExceptionCode(reply)) return -EPROTO;
226 if (readExceptionCode(reply)) return -EPROTO;
251 if (readExceptionCode(reply)) return -EPROTO
    [all...]
  /frameworks/base/core/java/android/os/
Parcel.java     [all...]

Completed in 8032 milliseconds