Lines Matching refs:remote

68         if (remote()->transact(TRANSACTION_registerListener, data, &reply) != NO_ERROR) {
69 ALOGD("registerListener could not contact remote\n");
84 if (remote()->transact(TRANSACTION_unregisterListener, data, &reply) != NO_ERROR) {
85 ALOGD("unregisterListener could not contact remote\n");
99 if (remote()->transact(TRANSACTION_isUsbMassStorageConnected, data, &reply) != NO_ERROR) {
100 ALOGD("isUsbMassStorageConnected could not contact remote\n");
116 if (remote()->transact(TRANSACTION_setUsbMassStorageEnabled, data, &reply) != NO_ERROR) {
117 ALOGD("setUsbMassStorageEnabled could not contact remote\n");
131 if (remote()->transact(TRANSACTION_isUsbMassStorageEnabled, data, &reply) != NO_ERROR) {
132 ALOGD("isUsbMassStorageEnabled could not contact remote\n");
148 if (remote()->transact(TRANSACTION_mountVolume, data, &reply) != NO_ERROR) {
149 ALOGD("mountVolume could not contact remote\n");
167 if (remote()->transact(TRANSACTION_unmountVolume, data, &reply) != NO_ERROR) {
168 ALOGD("unmountVolume could not contact remote\n");
184 if (remote()->transact(TRANSACTION_formatVolume, data, &reply) != NO_ERROR) {
185 ALOGD("formatVolume could not contact remote\n");
201 if (remote()->transact(TRANSACTION_getStorageUsers, data, &reply) != NO_ERROR) {
202 ALOGD("getStorageUsers could not contact remote\n");
230 if (remote()->transact(TRANSACTION_getVolumeState, data, &reply) != NO_ERROR) {
231 ALOGD("getVolumeState could not contact remote\n");
252 if (remote()->transact(TRANSACTION_createSecureContainer, data, &reply) != NO_ERROR) {
253 ALOGD("createSecureContainer could not contact remote\n");
269 if (remote()->transact(TRANSACTION_finalizeSecureContainer, data, &reply) != NO_ERROR) {
270 ALOGD("finalizeSecureContainer couldn't call remote\n");
286 if (remote()->transact(TRANSACTION_destroySecureContainer, data, &reply) != NO_ERROR) {
287 ALOGD("destroySecureContainer couldn't call remote");
307 if (remote()->transact(TRANSACTION_mountSecureContainer, data, &reply) != NO_ERROR) {
308 ALOGD("mountSecureContainer couldn't call remote");
325 if (remote()->transact(TRANSACTION_getSecureContainerPath, data, &reply) != NO_ERROR) {
326 ALOGD("unmountSecureContainer couldn't call remote");
342 if (remote()->transact(TRANSACTION_isSecureContainerMounted, data, &reply) != NO_ERROR) {
343 ALOGD("isSecureContainerMounted couldn't call remote");
360 if (remote()->transact(TRANSACTION_renameSecureContainer, data, &reply) != NO_ERROR) {
361 ALOGD("renameSecureContainer couldn't call remote");
377 if (remote()->transact(TRANSACTION_getSecureContainerPath, data, &reply) != NO_ERROR) {
378 ALOGD("getSecureContainerPath couldn't call remote");
395 if (remote()->transact(TRANSACTION_getSecureContainerList, data, &reply) != NO_ERROR) {
396 ALOGD("getSecureContainerList couldn't call remote");
417 if (remote()->transact(TRANSACTION_shutdown, data, &reply) != NO_ERROR) {
418 ALOGD("shutdown could not contact remote\n");
433 if (remote()->transact(TRANSACTION_finishMediaUpdate, data, &reply) != NO_ERROR) {
434 ALOGD("finishMediaUpdate could not contact remote\n");
455 if (remote()->transact(TRANSACTION_mountObb, data, &reply) != NO_ERROR) {
456 ALOGD("mountObb could not contact remote\n");
475 if (remote()->transact(TRANSACTION_unmountObb, data, &reply) != NO_ERROR) {
476 ALOGD("unmountObb could not contact remote\n");
491 if (remote()->transact(TRANSACTION_isObbMounted, data, &reply) != NO_ERROR) {
492 ALOGD("isObbMounted could not contact remote\n");
508 if (remote()->transact(TRANSACTION_getMountedObbPath, data, &reply) != NO_ERROR) {
509 ALOGD("getMountedObbPath could not contact remote\n");
526 if (remote()->transact(TRANSACTION_decryptStorage, data, &reply) != NO_ERROR) {
527 ALOGD("decryptStorage could not contact remote\n");
543 if (remote()->transact(TRANSACTION_encryptStorage, data, &reply) != NO_ERROR) {
544 ALOGD("encryptStorage could not contact remote\n");