Searched refs:readExceptionCode (Results 1 – 14 of 14) 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 …]
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()
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()
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()
39 if (err != NO_ERROR || ((err = reply.readExceptionCode()) != NO_ERROR)) { in getProcessStatesFromPids()64 || ((err = reply.readExceptionCode()) != NO_ERROR)) { in getProcessStatesAndOomScoresFromPids()
169 return err == NO_ERROR ? reply.readExceptionCode() : err; in addService()
1944 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()
75 reply.readExceptionCode(); in disconnect()
1633 int code = readExceptionCode(); in readException()1653 public final int readExceptionCode() { in readExceptionCode() method in Parcel
308 int32_t readExceptionCode() const;