Lines Matching refs:NO_ERROR
68 if (remote()->transact(TRANSACTION_registerListener, data, &reply) != NO_ERROR) { in registerListener()
84 if (remote()->transact(TRANSACTION_unregisterListener, data, &reply) != NO_ERROR) { in unregisterListener()
99 if (remote()->transact(TRANSACTION_isUsbMassStorageConnected, data, &reply) != NO_ERROR) { in isUsbMassStorageConnected()
116 if (remote()->transact(TRANSACTION_setUsbMassStorageEnabled, data, &reply) != NO_ERROR) { in setUsbMassStorageEnabled()
131 if (remote()->transact(TRANSACTION_isUsbMassStorageEnabled, data, &reply) != NO_ERROR) { in isUsbMassStorageEnabled()
148 if (remote()->transact(TRANSACTION_mountVolume, data, &reply) != NO_ERROR) { in mountVolume()
167 if (remote()->transact(TRANSACTION_unmountVolume, data, &reply) != NO_ERROR) { in unmountVolume()
184 if (remote()->transact(TRANSACTION_formatVolume, data, &reply) != NO_ERROR) { in formatVolume()
201 if (remote()->transact(TRANSACTION_getStorageUsers, data, &reply) != NO_ERROR) { in getStorageUsers()
230 if (remote()->transact(TRANSACTION_getVolumeState, data, &reply) != NO_ERROR) { in getVolumeState()
252 if (remote()->transact(TRANSACTION_createSecureContainer, data, &reply) != NO_ERROR) { in createSecureContainer()
269 if (remote()->transact(TRANSACTION_finalizeSecureContainer, data, &reply) != NO_ERROR) { in finalizeSecureContainer()
286 if (remote()->transact(TRANSACTION_destroySecureContainer, data, &reply) != NO_ERROR) { in destroySecureContainer()
307 if (remote()->transact(TRANSACTION_mountSecureContainer, data, &reply) != NO_ERROR) { in mountSecureContainer()
325 if (remote()->transact(TRANSACTION_getSecureContainerPath, data, &reply) != NO_ERROR) { in unmountSecureContainer()
342 if (remote()->transact(TRANSACTION_isSecureContainerMounted, data, &reply) != NO_ERROR) { in isSecureContainerMounted()
360 if (remote()->transact(TRANSACTION_renameSecureContainer, data, &reply) != NO_ERROR) { in renameSecureContainer()
377 if (remote()->transact(TRANSACTION_getSecureContainerPath, data, &reply) != NO_ERROR) { in getSecureContainerPath()
395 if (remote()->transact(TRANSACTION_getSecureContainerList, data, &reply) != NO_ERROR) { in getSecureContainerList()
417 if (remote()->transact(TRANSACTION_shutdown, data, &reply) != NO_ERROR) { in shutdown()
433 if (remote()->transact(TRANSACTION_finishMediaUpdate, data, &reply) != NO_ERROR) { in finishMediaUpdate()
456 if (remote()->transact(TRANSACTION_mountObb, data, &reply) != NO_ERROR) { in mountObb()
476 if (remote()->transact(TRANSACTION_unmountObb, data, &reply) != NO_ERROR) { in unmountObb()
492 if (remote()->transact(TRANSACTION_isObbMounted, data, &reply) != NO_ERROR) { in isObbMounted()
509 if (remote()->transact(TRANSACTION_getMountedObbPath, data, &reply) != NO_ERROR) { in getMountedObbPath()
527 if (remote()->transact(TRANSACTION_decryptStorage, data, &reply) != NO_ERROR) { in decryptStorage()
544 if (remote()->transact(TRANSACTION_encryptStorage, data, &reply) != NO_ERROR) { in encryptStorage()