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 …]
70 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()
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()64 || ((err = reply.readExceptionCode()) != NO_ERROR)) { in getProcessStatesAndOomScoresFromPids()
44 int32_t exceptionCode = reply.readExceptionCode(); in openContentUri()
48 reply.readExceptionCode(); in openOutputFile()
172 return err == NO_ERROR ? reply.readExceptionCode() : err; in addService()
2091 int32_t Parcel::readExceptionCode() const in readExceptionCode() function in android::Parcel
58 if (reply.readExceptionCode() != 0) { in requestPriority()
59 if (res != OK || reply.readExceptionCode() != 0) { in trackPlayer()
53 int32_t ret = reply.readExceptionCode(); in getProperty()
131 int32_t ret = reply.readExceptionCode(); in getVrModeState()
132 int code = reply.readExceptionCode(); in readExceptionFromParcel()140 int code = reply.readExceptionCode(); in readExceptionWithFileNotFoundExceptionFromParcel()152 int code = reply.readExceptionCode(); in readExceptionWithOperationApplicationExceptionFromParcel()
76 reply.readExceptionCode(); in disconnect()
1885 int code = readExceptionCode(); in readException()1905 public final int readExceptionCode() { in readExceptionCode() method in Parcel
346 int32_t readExceptionCode() const;