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

  /frameworks/native/libs/binder/
IActivityManager.cpp 44 int32_t exceptionCode = reply.readExceptionCode();
45 if (!exceptionCode) {
54 String8(stringUri).string(), exceptionCode);
  /frameworks/av/media/libmedia/
IMediaHTTPConnection.cpp 70 int32_t exceptionCode = reply.readExceptionCode();
72 if (exceptionCode) {
104 int32_t exceptionCode = reply.readExceptionCode();
106 if (exceptionCode) {
148 int32_t exceptionCode = reply.readExceptionCode();
150 if (exceptionCode) {
166 int32_t exceptionCode = reply.readExceptionCode();
168 if (exceptionCode) {
186 int32_t exceptionCode = reply.readExceptionCode();
188 if (exceptionCode) {
    [all...]
  /frameworks/native/libs/binder/include/binder/
Status.h 86 static Status fromExceptionCode(int32_t exceptionCode);
87 static Status fromExceptionCode(int32_t exceptionCode,
89 static Status fromExceptionCode(int32_t exceptionCode,
123 int32_t exceptionCode() const { return mException; }
138 Status(int32_t exceptionCode, int32_t errorCode);
139 Status(int32_t exceptionCode, int32_t errorCode, const String8& message);
  /system/libhidl/base/include/hidl/
Status.h 82 static Status fromExceptionCode(int32_t exceptionCode);
83 static Status fromExceptionCode(int32_t exceptionCode,
103 int32_t exceptionCode() const { return mException; }
115 Status(int32_t exceptionCode, int32_t errorCode);
116 Status(int32_t exceptionCode, int32_t errorCode, const char *message);
  /packages/apps/Email/src/com/android/email/activity/setup/
CheckSettingsErrorDialogFragment.java 135 final int exceptionCode = ex.getExceptionType();
136 switch (exceptionCode) {

Completed in 110 milliseconds