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

  /frameworks/av/media/libmediaplayerservice/
ActivityManager.cpp 43 int32_t exceptionCode = reply.readExceptionCode();
44 if (!exceptionCode) {
53 String8(uri).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) {
140 int32_t exceptionCode = reply.readExceptionCode();
142 if (exceptionCode) {
158 int32_t exceptionCode = reply.readExceptionCode();
160 if (exceptionCode) {
178 int32_t exceptionCode = reply.readExceptionCode();
180 if (exceptionCode) {
    [all...]
  /frameworks/native/include/binder/
Status.h 83 static Status fromExceptionCode(int32_t exceptionCode);
84 static Status fromExceptionCode(int32_t exceptionCode,
114 int32_t exceptionCode() const { return mException; }
129 Status(int32_t exceptionCode, int32_t errorCode);
130 Status(int32_t exceptionCode, int32_t errorCode, const String8& message);
  /packages/apps/Email/src/com/android/email/activity/setup/
CheckSettingsErrorDialogFragment.java 135 final int exceptionCode = ex.getExceptionType();
136 switch (exceptionCode) {
  /packages/services/Car/libvehiclenetwork/native/
IVehicleNetwork.cpp 131 int32_t exceptionCode = reply.readExceptionCode();
132 if (exceptionCode != NO_ERROR) {
133 if (exceptionCode == binder::Status::EX_SERVICE_SPECIFIC) {
136 return exceptionCode;

Completed in 438 milliseconds