Searched refs:readExceptionCode (Results 1 – 17 of 17) sorted by relevance
72 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 …]
83 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 …]
131 data.readExceptionCode(); in onTransact()138 data.readExceptionCode(); in onTransact()152 data.readExceptionCode(); in onTransact()171 data.readExceptionCode(); in onTransact()180 data.readExceptionCode(); in onTransact()
53 static bool readExceptionCode(Parcel& reply) { in readExceptionCode() function54 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 …]
69 reply.readExceptionCode(); in disconnect()
70 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()
48 if (reply.readExceptionCode() != 0) return 0; in checkPermission()59 if (reply.readExceptionCode() != 0) { in getPackagesForUid()78 if (reply.readExceptionCode() != 0) return false; in isRuntimePermission()
47 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()
39 if (err != NO_ERROR || ((err = reply.readExceptionCode()) != NO_ERROR)) { in getProcessStatesFromPids()
164 return err == NO_ERROR ? reply.readExceptionCode() : err; in addService()
1322 int32_t Parcel::readExceptionCode() const in readExceptionCode() function in android::Parcel
43 int32_t exceptionCode = reply.readExceptionCode(); in openContentProviderFile()
56 if (reply.readExceptionCode() != 0) { in requestPriority()
53 int32_t ret = reply.readExceptionCode(); in getProperty()
132 int code = reply.readExceptionCode(); in readExceptionFromParcel()140 int code = reply.readExceptionCode(); in readExceptionWithFileNotFoundExceptionFromParcel()152 int code = reply.readExceptionCode(); in readExceptionWithOperationApplicationExceptionFromParcel()
191 int32_t readExceptionCode() const;
1549 int code = readExceptionCode(); in readException()1569 public final int readExceptionCode() { in readExceptionCode() method in Parcel