Home
last modified time | relevance | path

Searched refs:readExceptionCode (Results 1 – 19 of 19) sorted by relevance

/frameworks/base/libs/storage/
DIMountService.cpp70 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/
DIActivityManager.cpp46 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()
DIPermissionController.cpp46 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()
DIProcessInfoService.cpp39 if (err != NO_ERROR || ((err = reply.readExceptionCode()) != NO_ERROR)) { in getProcessStatesFromPids()
64 || ((err = reply.readExceptionCode()) != NO_ERROR)) { in getProcessStatesAndOomScoresFromPids()
DIShellCallback.cpp47 reply.readExceptionCode(); in openFile()
DParcel.cpp2360 int32_t Parcel::readExceptionCode() const in readExceptionCode() function in android::Parcel
/frameworks/av/media/libmedia/
DIMediaHTTPConnection.cpp70 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/
DISchedulingPolicyService.cpp59 if (reply.readExceptionCode() != 0) { in requestPriority()
76 if (reply.readExceptionCode() != 0) { in requestCpusetBoost()
/frameworks/native/libs/permission/
DIAppOpsService.cpp47 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/
DIAudioManager.cpp44 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/
DDatabaseUtils.java150 int code = reply.readExceptionCode(); in readExceptionFromParcel()
158 int code = reply.readExceptionCode(); in readExceptionWithFileNotFoundExceptionFromParcel()
170 int code = reply.readExceptionCode(); in readExceptionWithOperationApplicationExceptionFromParcel()
/frameworks/av/camera/
DICamera.cpp87 reply.readExceptionCode(); in disconnect()
/frameworks/native/libs/binder/tests/parcel_fuzzer/
Dbinder.cpp304 PARCEL_READ_NO_STATUS(int32_t, readExceptionCode),
/frameworks/base/core/java/android/os/
DParcel.java3246 int code = readExceptionCode(); in readException()
3268 public final int readExceptionCode() { in readExceptionCode() method in Parcel
/frameworks/native/libs/binder/include/binder/
DParcel.h602 LIBBINDER_EXPORTED int32_t readExceptionCode() const;
/frameworks/native/include/binder/
DParcel.h602 LIBBINDER_EXPORTED int32_t readExceptionCode() const;
/frameworks/base/boot/
Dboot-profile.txt524 Landroid/os/Parcel;->readExceptionCode()I
Dboot-image-profile.txt12835 HSPLandroid/os/Parcel;->readExceptionCode()I
/frameworks/base/core/api/
Dtest-current.txt2512 method public int readExceptionCode();