Home | History | Annotate | Download | only in storage

Lines Matching refs:transact

68         if (remote()->transact(TRANSACTION_registerListener, data, &reply) != NO_ERROR) {
84 if (remote()->transact(TRANSACTION_unregisterListener, data, &reply) != NO_ERROR) {
99 if (remote()->transact(TRANSACTION_isUsbMassStorageConnected, data, &reply) != NO_ERROR) {
116 if (remote()->transact(TRANSACTION_setUsbMassStorageEnabled, data, &reply) != NO_ERROR) {
131 if (remote()->transact(TRANSACTION_isUsbMassStorageEnabled, data, &reply) != NO_ERROR) {
148 if (remote()->transact(TRANSACTION_mountVolume, data, &reply) != NO_ERROR) {
167 if (remote()->transact(TRANSACTION_unmountVolume, data, &reply) != NO_ERROR) {
184 if (remote()->transact(TRANSACTION_formatVolume, data, &reply) != NO_ERROR) {
201 if (remote()->transact(TRANSACTION_getStorageUsers, data, &reply) != NO_ERROR) {
223 if (remote()->transact(TRANSACTION_getVolumeState, data, &reply) != NO_ERROR) {
245 if (remote()->transact(TRANSACTION_createSecureContainer, data, &reply) != NO_ERROR) {
262 if (remote()->transact(TRANSACTION_finalizeSecureContainer, data, &reply) != NO_ERROR) {
279 if (remote()->transact(TRANSACTION_destroySecureContainer, data, &reply) != NO_ERROR) {
298 if (remote()->transact(TRANSACTION_mountSecureContainer, data, &reply) != NO_ERROR) {
316 if (remote()->transact(TRANSACTION_getSecureContainerPath, data, &reply) != NO_ERROR) {
333 if (remote()->transact(TRANSACTION_isSecureContainerMounted, data, &reply) != NO_ERROR) {
351 if (remote()->transact(TRANSACTION_renameSecureContainer, data, &reply) != NO_ERROR) {
368 if (remote()->transact(TRANSACTION_getSecureContainerPath, data, &reply) != NO_ERROR) {
386 if (remote()->transact(TRANSACTION_getSecureContainerList, data, &reply) != NO_ERROR) {
408 if (remote()->transact(TRANSACTION_shutdown, data, &reply) != NO_ERROR) {
424 if (remote()->transact(TRANSACTION_finishMediaUpdate, data, &reply) != NO_ERROR) {
445 if (remote()->transact(TRANSACTION_mountObb, data, &reply) != NO_ERROR) {
465 if (remote()->transact(TRANSACTION_unmountObb, data, &reply) != NO_ERROR) {
481 if (remote()->transact(TRANSACTION_isObbMounted, data, &reply) != NO_ERROR) {
498 if (remote()->transact(TRANSACTION_getMountedObbPath, data, &reply) != NO_ERROR) {
516 if (remote()->transact(TRANSACTION_decryptStorage, data, &reply) != NO_ERROR) {
533 if (remote()->transact(TRANSACTION_encryptStorage, data, &reply) != NO_ERROR) {