Lines Matching refs:int32_t

70         int32_t err = reply.readExceptionCode();  in registerListener()
86 int32_t err = reply.readExceptionCode(); in unregisterListener()
101 int32_t err = reply.readExceptionCode(); in isUsbMassStorageConnected()
118 int32_t err = reply.readExceptionCode(); in setUsbMassStorageEnabled()
133 int32_t err = reply.readExceptionCode(); in isUsbMassStorageEnabled()
141 int32_t mountVolume(const String16& mountPoint) in mountVolume()
150 int32_t err = reply.readExceptionCode(); in mountVolume()
158 int32_t unmountVolume(const String16& mountPoint, const bool force, const bool removeEncryption) in unmountVolume()
169 int32_t err = reply.readExceptionCode(); in unmountVolume()
177 int32_t formatVolume(const String16& mountPoint) in formatVolume()
186 int32_t err = reply.readExceptionCode(); in formatVolume()
194 int32_t getStorageUsers(const String16& mountPoint, int32_t** users) in getStorageUsers()
203 int32_t err = reply.readExceptionCode(); in getStorageUsers()
208 int32_t numUsersI = reply.readInt32(); in getStorageUsers()
216 *users = (int32_t*)malloc(sizeof(int32_t)*numUsers); in getStorageUsers()
220 return static_cast<int32_t>(numUsers); in getStorageUsers()
223 int32_t getVolumeState(const String16& mountPoint) in getVolumeState()
232 int32_t err = reply.readExceptionCode(); in getVolumeState()
240 int32_t createSecureContainer(const String16& id, const int32_t sizeMb, const String16& fstype, in createSecureContainer()
241 const String16& key, const int32_t ownerUid) in createSecureContainer()
254 int32_t err = reply.readExceptionCode(); in createSecureContainer()
262 int32_t finalizeSecureContainer(const String16& id) in finalizeSecureContainer()
271 int32_t err = reply.readExceptionCode(); in finalizeSecureContainer()
279 int32_t destroySecureContainer(const String16& id) in destroySecureContainer()
288 int32_t err = reply.readExceptionCode(); in destroySecureContainer()
296 int32_t mountSecureContainer(const String16& id, const String16& key, const int32_t ownerUid) in mountSecureContainer()
309 int32_t err = reply.readExceptionCode(); // What to do... in mountSecureContainer()
317 int32_t unmountSecureContainer(const String16& id, const bool force) in unmountSecureContainer()
327 int32_t err = reply.readExceptionCode(); // What to do... in unmountSecureContainer()
344 int32_t err = reply.readExceptionCode(); // What to do... in isSecureContainerMounted()
352 int32_t renameSecureContainer(const String16& oldId, const String16& newId) in renameSecureContainer()
362 int32_t err = reply.readExceptionCode(); // What to do... in renameSecureContainer()
379 int32_t err = reply.readExceptionCode(); // What to do... in getSecureContainerPath()
388 int32_t getSecureContainerList(const String16& id, String16*& containers) in getSecureContainerList()
397 int32_t err = reply.readExceptionCode(); in getSecureContainerList()
402 const int32_t numStrings = reply.readInt32(); in getSecureContainerList()
419 int32_t err = reply.readExceptionCode(); in shutdown()
435 int32_t err = reply.readExceptionCode(); in finishMediaUpdate()
444 const sp<IObbActionListener>& token, int32_t nonce, const sp<ObbInfo>& obbInfo) in mountObb()
457 int32_t err = reply.readExceptionCode(); in mountObb()
465 const sp<IObbActionListener>& token, const int32_t nonce) in unmountObb()
477 int32_t err = reply.readExceptionCode(); in unmountObb()
493 int32_t err = reply.readExceptionCode(); in isObbMounted()
510 int32_t err = reply.readExceptionCode(); in getMountedObbPath()