Searched refs:readExceptionCode (Results 1 – 10 of 10) 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()227 int32_t err = reply.readExceptionCode(); in getVolumeState()[all …]
43 int32_t exceptionCode = reply.readExceptionCode(); in openContentProviderFile()
49 if (reply.readExceptionCode() != 0) return -1; in requestPriority()
49 if (reply.readExceptionCode() != 0) return 0; in checkPermission()
163 return err == NO_ERROR ? reply.readExceptionCode() : err; in addService()
1054 int32_t Parcel::readExceptionCode() const in readExceptionCode() function in android::Parcel
59 err = reply.readExceptionCode(); in noteStartSensor()70 err = reply.readExceptionCode(); in noteStopSensor()
137 int code = reply.readExceptionCode(); in readExceptionFromParcel()145 int code = reply.readExceptionCode(); in readExceptionWithFileNotFoundExceptionFromParcel()157 int code = reply.readExceptionCode(); in readExceptionWithOperationApplicationExceptionFromParcel()
161 int32_t readExceptionCode() const;
1376 int code = readExceptionCode(); in readException()1396 public final int readExceptionCode() { in readExceptionCode() method in Parcel