Home
last modified time | relevance | path

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

/frameworks/base/libs/storage/
DIMountService.cpp72 int32_t err = reply.readExceptionCode(); in registerListener()
88 int32_t err = reply.readExceptionCode(); in unregisterListener()
103 int32_t err = reply.readExceptionCode(); in isUsbMassStorageConnected()
120 int32_t err = reply.readExceptionCode(); in setUsbMassStorageEnabled()
135 int32_t err = reply.readExceptionCode(); in isUsbMassStorageEnabled()
152 int32_t err = reply.readExceptionCode(); in mountVolume()
171 int32_t err = reply.readExceptionCode(); in unmountVolume()
188 int32_t err = reply.readExceptionCode(); in formatVolume()
205 int32_t err = reply.readExceptionCode(); in getStorageUsers()
234 int32_t err = reply.readExceptionCode(); in getVolumeState()
[all …]
/frameworks/av/media/libmedia/
DIMediaHTTPConnection.cpp70 int32_t exceptionCode = reply.readExceptionCode(); in connect()
104 int32_t exceptionCode = reply.readExceptionCode(); in readAt()
140 int32_t exceptionCode = reply.readExceptionCode(); in getSize()
158 int32_t exceptionCode = reply.readExceptionCode(); in getMIMEType()
178 int32_t exceptionCode = reply.readExceptionCode(); in getUri()
/frameworks/native/libs/binder/
DIAppOpsService.cpp47 if (reply.readExceptionCode() != 0) return MODE_ERRORED; in checkOperation()
59 if (reply.readExceptionCode() != 0) return MODE_ERRORED; in noteOperation()
73 if (reply.readExceptionCode() != 0) return MODE_ERRORED; in startOperation()
111 if (reply.readExceptionCode() != 0) return NULL; in getToken()
122 if (reply.readExceptionCode() != 0) return -1; in permissionToOpCode()
DIPermissionController.cpp48 if (reply.readExceptionCode() != 0) return 0; in checkPermission()
59 if (reply.readExceptionCode() != 0) { in getPackagesForUid()
78 if (reply.readExceptionCode() != 0) return false; in isRuntimePermission()
DIProcessInfoService.cpp39 if (err != NO_ERROR || ((err = reply.readExceptionCode()) != NO_ERROR)) { in getProcessStatesFromPids()
64 || ((err = reply.readExceptionCode()) != NO_ERROR)) { in getProcessStatesAndOomScoresFromPids()
DIServiceManager.cpp169 return err == NO_ERROR ? reply.readExceptionCode() : err; in addService()
DParcel.cpp1944 int32_t Parcel::readExceptionCode() const in readExceptionCode() function in android::Parcel
/frameworks/av/media/libmediaplayerservice/
DActivityManager.cpp43 int32_t exceptionCode = reply.readExceptionCode(); in openContentProviderFile()
/frameworks/av/media/utils/
DISchedulingPolicyService.cpp56 if (reply.readExceptionCode() != 0) { in requestPriority()
/frameworks/native/services/batteryservice/
DIBatteryPropertiesRegistrar.cpp53 int32_t ret = reply.readExceptionCode(); in getProperty()
/frameworks/base/core/java/android/database/
DDatabaseUtils.java132 int code = reply.readExceptionCode(); in readExceptionFromParcel()
140 int code = reply.readExceptionCode(); in readExceptionWithFileNotFoundExceptionFromParcel()
152 int code = reply.readExceptionCode(); in readExceptionWithOperationApplicationExceptionFromParcel()
/frameworks/av/camera/
DICamera.cpp75 reply.readExceptionCode(); in disconnect()
/frameworks/base/core/java/android/os/
DParcel.java1633 int code = readExceptionCode(); in readException()
1653 public final int readExceptionCode() { in readExceptionCode() method in Parcel
/frameworks/native/include/binder/
DParcel.h308 int32_t readExceptionCode() const;