/frameworks/base/libs/storage/ |
D | IMountService.cpp | 70 int32_t err = reply.readExceptionCode(); in registerListener() 86 int32_t err = reply.readExceptionCode(); in unregisterListener() 101 int32_t err = reply.readExceptionCode(); in isUsbMassStorageConnected() 118 int32_t err = reply.readExceptionCode(); in setUsbMassStorageEnabled() 133 int32_t err = reply.readExceptionCode(); in isUsbMassStorageEnabled() 150 int32_t err = reply.readExceptionCode(); in mountVolume() 169 int32_t err = reply.readExceptionCode(); in unmountVolume() 186 int32_t err = reply.readExceptionCode(); in formatVolume() 203 int32_t err = reply.readExceptionCode(); in getStorageUsers() 232 int32_t err = reply.readExceptionCode(); in getVolumeState() [all …]
|
/frameworks/native/libs/binder/ |
D | IActivityManager.cpp | 46 int32_t exceptionCode = reply.readExceptionCode(); in openContentUri() 74 if (err != NO_ERROR || ((err = reply.readExceptionCode()) != NO_ERROR)) { in registerUidObserver() 94 if (err != NO_ERROR || ((err = reply.readExceptionCode()) != NO_ERROR)) { in registerUidObserverForUids() 98 if (err != NO_ERROR || ((err = reply.readExceptionCode()) != NO_ERROR)) { in registerUidObserverForUids() 110 if (err != NO_ERROR || ((err = reply.readExceptionCode()) != NO_ERROR)) { in unregisterUidObserver() 124 if (err != NO_ERROR || ((err = reply.readExceptionCode()) != NO_ERROR)) { in addUidToObserver() 138 if (err != NO_ERROR || ((err = reply.readExceptionCode()) != NO_ERROR)) { in removeUidFromObserver() 152 if (err != NO_ERROR || ((err = reply.readExceptionCode()) != NO_ERROR)) { in isUidActive() 166 if (err != NO_ERROR || ((err = reply.readExceptionCode()) != NO_ERROR)) { in getUidProcessState() 182 if (err != NO_ERROR || ((err = reply.readExceptionCode()) != NO_ERROR)) { in checkPermission()
|
D | IPermissionController.cpp | 46 if (reply.readExceptionCode() != 0) return 0; in checkPermission() 59 if (reply.readExceptionCode() != 0) return 2; // MODE_ERRORED in noteOp() 70 if (reply.readExceptionCode() != 0) { in getPackagesForUid() 89 if (reply.readExceptionCode() != 0) return false; in isRuntimePermission() 101 if (reply.readExceptionCode() != 0) return false; in getPackageUid()
|
D | IProcessInfoService.cpp | 39 if (err != NO_ERROR || ((err = reply.readExceptionCode()) != NO_ERROR)) { in getProcessStatesFromPids() 64 || ((err = reply.readExceptionCode()) != NO_ERROR)) { in getProcessStatesAndOomScoresFromPids()
|
D | IShellCallback.cpp | 47 reply.readExceptionCode(); in openFile()
|
D | Parcel.cpp | 2360 int32_t Parcel::readExceptionCode() const in readExceptionCode() function in android::Parcel
|
/frameworks/av/media/libmedia/ |
D | IMediaHTTPConnection.cpp | 70 int32_t exceptionCode = reply.readExceptionCode(); in connect() 104 int32_t exceptionCode = reply.readExceptionCode(); in readAt() 148 int32_t exceptionCode = reply.readExceptionCode(); in getSize() 166 int32_t exceptionCode = reply.readExceptionCode(); in getMIMEType() 186 int32_t exceptionCode = reply.readExceptionCode(); in getUri()
|
/frameworks/av/media/utils/ |
D | ISchedulingPolicyService.cpp | 59 if (reply.readExceptionCode() != 0) { in requestPriority() 76 if (reply.readExceptionCode() != 0) { in requestCpusetBoost()
|
/frameworks/native/libs/permission/ |
D | IAppOpsService.cpp | 47 if (reply.readExceptionCode() != 0) return MODE_ERRORED; in checkOperation() 65 if (reply.readExceptionCode() != 0) return MODE_ERRORED; in noteOperation() 89 if (reply.readExceptionCode() != 0) return MODE_ERRORED; in startOperation() 131 if (reply.readExceptionCode() != 0) return -1; in permissionToOpCode() 145 if (reply.readExceptionCode() != 0) { in checkAudioOperation() 164 if (reply.readExceptionCode() != 0) { in shouldCollectNotes()
|
/frameworks/native/services/audiomanager/ |
D | IAudioManager.cpp | 44 const int ex = reply.readExceptionCode(); in getNativeInterface() 79 if (res != OK || reply.readExceptionCode() != 0) { in trackPlayer() 133 if (res != OK || reply.readExceptionCode() != 0) { in trackRecorder()
|
/frameworks/base/core/java/android/database/ |
D | DatabaseUtils.java | 150 int code = reply.readExceptionCode(); in readExceptionFromParcel() 158 int code = reply.readExceptionCode(); in readExceptionWithFileNotFoundExceptionFromParcel() 170 int code = reply.readExceptionCode(); in readExceptionWithOperationApplicationExceptionFromParcel()
|
/frameworks/av/camera/ |
D | ICamera.cpp | 87 reply.readExceptionCode(); in disconnect()
|
/frameworks/native/libs/binder/tests/parcel_fuzzer/ |
D | binder.cpp | 304 PARCEL_READ_NO_STATUS(int32_t, readExceptionCode),
|
/frameworks/base/core/java/android/os/ |
D | Parcel.java | 3246 int code = readExceptionCode(); in readException() 3268 public final int readExceptionCode() { in readExceptionCode() method in Parcel
|
/frameworks/native/libs/binder/include/binder/ |
D | Parcel.h | 602 LIBBINDER_EXPORTED int32_t readExceptionCode() const;
|
/frameworks/native/include/binder/ |
D | Parcel.h | 602 LIBBINDER_EXPORTED int32_t readExceptionCode() const;
|
/frameworks/base/boot/ |
D | boot-profile.txt | 524 Landroid/os/Parcel;->readExceptionCode()I
|
D | boot-image-profile.txt | 12835 HSPLandroid/os/Parcel;->readExceptionCode()I
|
/frameworks/base/core/api/ |
D | test-current.txt | 2512 method public int readExceptionCode();
|