Home
last modified time | relevance | path

Searched refs:readExceptionCode (Results 1 – 17 of 17) 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/camera/camera2/
DICameraDeviceUser.cpp83 reply.readExceptionCode(); in disconnect()
105 reply.readExceptionCode(); in submitRequest()
146 reply.readExceptionCode(); in submitRequestList()
169 reply.readExceptionCode(); in cancelRequest()
190 reply.readExceptionCode(); in beginConfigure()
202 reply.readExceptionCode(); in endConfigure()
214 reply.readExceptionCode(); in deleteStream()
230 reply.readExceptionCode(); in createStream()
244 reply.readExceptionCode(); in createInputStream()
260 reply.readExceptionCode(); in getInputBufferProducer()
[all …]
DICameraDeviceCallbacks.cpp131 data.readExceptionCode(); in onTransact()
138 data.readExceptionCode(); in onTransact()
152 data.readExceptionCode(); in onTransact()
171 data.readExceptionCode(); in onTransact()
180 data.readExceptionCode(); in onTransact()
/frameworks/av/camera/
DICameraService.cpp53 static bool readExceptionCode(Parcel& reply) { in readExceptionCode() function
54 int32_t exceptionCode = reply.readExceptionCode(); in readExceptionCode()
111 if (readExceptionCode(reply)) return 0; in getNumberOfCameras()
123 if (readExceptionCode(reply)) return -EPROTO; in getCameraInfo()
140 if (readExceptionCode(reply)) return -EPROTO; in getCameraCharacteristics()
161 if (readExceptionCode(reply)) return -EPROTO; in getCameraVendorTagDescriptor()
190 if (readExceptionCode(reply)) return -EPROTO; in connect()
216 if (readExceptionCode(reply)) return -EPROTO; in connectLegacy()
234 if (readExceptionCode(reply)) return -EPROTO; in setTorchMode()
258 if (readExceptionCode(reply)) return -EPROTO; in connectDevice()
[all …]
DICamera.cpp69 reply.readExceptionCode(); in disconnect()
/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/
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()
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()
DIProcessInfoService.cpp39 if (err != NO_ERROR || ((err = reply.readExceptionCode()) != NO_ERROR)) { in getProcessStatesFromPids()
DIServiceManager.cpp164 return err == NO_ERROR ? reply.readExceptionCode() : err; in addService()
DParcel.cpp1322 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/services/audioflinger/
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/native/include/binder/
DParcel.h191 int32_t readExceptionCode() const;
/frameworks/base/core/java/android/os/
DParcel.java1549 int code = readExceptionCode(); in readException()
1569 public final int readExceptionCode() { in readExceptionCode() method in Parcel