Searched refs:rc (Results 1 - 25 of 42) sorted by last modified time

12

/system/media/audio_utils/
H A Decho_reference.c223 int rc; local
228 rc = create_resampler(er->wr_sampling_rate,
234 if (rc != 0) {
236 ALOGV("echo_reference_write() failure to create resampler %d", rc);
/system/netd/server/
H A DCommandListener.cpp492 int rc = 0; local
507 rc = sTetherCtrl->setIpFwdEnabled(true);
509 rc = sTetherCtrl->setIpFwdEnabled(false);
515 if (!rc) {
530 int rc = 0; local
538 rc = sTetherCtrl->stopTethering();
592 rc = sTetherCtrl->startTethering(num_addrs, addrs);
596 rc = sTetherCtrl->tetherInterface(argv[3]);
598 rc = sTetherCtrl->untetherInterface(argv[3]);
612 rc
640 int rc = 0; local
680 int rc = 0; local
732 int rc = ResponseCode::SoftapStatusResult; local
777 int rc = 0; local
848 int rc = sBandwidthCtrl->enableBandwidthControl(true); local
854 int rc = sBandwidthCtrl->disableBandwidthControl(); local
864 int rc = sBandwidthCtrl->removeInterfaceSharedQuota(argv[2]); local
875 int rc = sBandwidthCtrl->getInterfaceSharedQuota(&bytes); local
895 int rc = sBandwidthCtrl->getInterfaceQuota(argv[2], &bytes); local
912 int rc = sBandwidthCtrl->setInterfaceSharedQuota(argv[2], atoll(argv[3])); local
917 int rc; local
939 int rc; local
965 int rc = sBandwidthCtrl->removeInterfaceQuota(argv[2]); local
975 int rc = sBandwidthCtrl->setInterfaceQuota(argv[2], atoll(argv[3])); local
985 int rc = sBandwidthCtrl->addNaughtyApps(argc - 2, argv + 2); local
996 int rc = sBandwidthCtrl->removeNaughtyApps(argc - 2, argv + 2); local
1006 int rc = sBandwidthCtrl->enableHappyBox(); local
1012 int rc = sBandwidthCtrl->disableHappyBox(); local
1024 int rc = sBandwidthCtrl->addNiceApps(argc - 2, argv + 2); local
1033 int rc = sBandwidthCtrl->removeNiceApps(argc - 2, argv + 2); local
1042 int rc = sBandwidthCtrl->setGlobalAlert(atoll(argv[2])); local
1052 int rc = sBandwidthCtrl->setGlobalAlertInForwardChain(); local
1062 int rc = sBandwidthCtrl->removeGlobalAlert(); local
1073 int rc = sBandwidthCtrl->removeGlobalAlertInForwardChain(); local
1083 int rc = sBandwidthCtrl->setSharedAlert(atoll(argv[2])); local
1093 int rc = sBandwidthCtrl->removeSharedAlert(); local
1103 int rc = sBandwidthCtrl->setInterfaceAlert(argv[2], atoll(argv[3])); local
1113 int rc = sBandwidthCtrl->removeInterfaceAlert(argv[2]); local
1132 int rc = sBandwidthCtrl->getTetherStats(cli, tetherStats, extraProcessingInfo); local
1320 int rc = 0; local
[all...]
H A DNatController.cpp303 int rc = 0; local
339 rc = -1;
345 rc = -1;
350 rc = -1;
362 return rc;
H A Dndc.c126 int rc = 0; local
134 if ((rc = select(sock +1, &read_fds, NULL, NULL, &to)) < 0) {
139 } else if (!rc) {
145 if ((rc = read(sock, buffer, 4096)) <= 0) {
147 if (rc == 0)
152 if (rc == 0)
160 for (i = 0; i < rc; i++) {
/system/security/keystore/
H A Dkeystore.cpp106 int rc; local
109 rc = hw_get_module_by_class(KEYSTORE_HARDWARE_MODULE_ID, NULL, &mod);
110 if (rc) {
115 rc = keymaster_open(mod, dev);
116 if (rc) {
118 KEYSTORE_HARDWARE_MODULE_ID, strerror(-rc));
126 return rc;
1084 ResponseCode rc = keyBlob->readBlob(filename, userState->getDecryptionKey(), local
1086 if (rc != NO_ERROR) {
1087 return rc;
1138 ResponseCode rc = get(filename, &keyBlob, type, uid); local
1232 int rc; local
1466 ResponseCode rc = importKey(pkcs8key.get(), len, filename, uid, local
1842 int rc; local
2011 int rc; local
2066 int rc; local
2141 int rc; local
[all...]
/system/vold/
H A DCommandListener.cpp131 int rc = 0; local
147 rc = vm->mountVolume(argv[2]);
164 rc = vm->unmountVolume(argv[2], force, revert);
175 rc = vm->formatVolume(argv[2], wipe);
182 rc = vm->shareVolume(argv[2], argv[3]);
189 rc = vm->unshareVolume(argv[2], argv[3]);
211 rc = vm->mkdirs(argv[2]);
216 if (!rc) {
220 rc = ResponseCode::convertFromErrno();
221 cli->sendMsg(rc, "volum
344 int rc = 0; local
486 int rc = 0; local
569 int rc = 0; local
736 int rc = 0; local
[all...]
H A DExt4.cpp51 int rc; local
60 rc = mount(fsPath, mountPoint, "ext4", flags, NULL);
62 if (rc && errno == EROFS) {
65 rc = mount(fsPath, mountPoint, "ext4", flags, NULL);
68 return rc;
74 int rc; local
86 rc = android_fork_execvp(ARRAY_SIZE(args), (char **)args, &status, false,
89 if (rc != 0) {
117 int rc; local
131 rc
[all...]
H A DFat.cpp60 int rc = 0; local
69 rc = android_fork_execvp(ARRAY_SIZE(args), (char **)args, &status,
71 if (rc != 0) {
118 int rc; local
146 rc = mount(fsPath, mountPoint, "vfat", flags, mountData);
148 if (rc && errno == EROFS) {
151 rc = mount(fsPath, mountPoint, "vfat", flags, mountData);
154 if (rc == 0 && createLost) {
169 return rc;
175 int rc; local
[all...]
H A DLoop.cpp46 int rc; local
59 rc = ioctl(fd, LOOP_GET_STATUS64, &li);
61 if (rc < 0 && errno == ENXIO) {
65 if (rc < 0) {
90 int rc; local
103 rc = ioctl(fd, LOOP_GET_STATUS64, &li);
105 if (rc < 0 && errno == ENXIO) {
109 if (rc < 0) {
134 int rc; local
156 rc
[all...]
H A DVolume.cpp317 int n, i, rc = 0; local
534 int i, rc; local
631 int rc = apply_disk_config(&dinfo, 0); local
633 if (rc) {
634 SLOGE("Failed to apply disk configuration (%d)", rc);
643 return rc;
H A DVolumeManager.cpp1045 int i, rc; local
1047 rc = umount(mountPoint);
1048 if (!rc) {
1051 if (rc && (errno == EINVAL || errno == ENOENT)) {
1053 rc = 0;
1072 if (rc) {
1735 int rc; local
1738 rc = vm->unmountAllAsecsInDir(Volume::SEC_ASECDIR_EXT);
1740 rc = -1;
1742 return rc;
1750 int rc = 0; local
1835 int rc = 0; local
[all...]
H A Dcryptfs.c97 int rc; local
100 rc = hw_get_module_by_class(KEYSTORE_HARDWARE_MODULE_ID, NULL, &mod);
101 if (rc) {
106 rc = keymaster_open(mod, keymaster_dev);
107 if (rc) {
109 KEYSTORE_HARDWARE_MODULE_ID, strerror(-rc));
117 return rc;
124 int rc = 0; local
128 rc = -1;
136 rc
160 int rc = 0; local
197 int rc = 0; local
427 int rc = -1; local
481 int rc = -1; local
617 int rc = -1; local
1201 int rc; local
1253 int rc = 0; local
1432 int i, err, rc; local
1550 int rc = -1, i; local
1730 int rc; local
1995 int rc; local
2044 int rc; local
2141 int rc = -1; local
2326 int rc = -1; local
2415 int rc; // Can't initialize without causing warning -Wclobbered local
2548 int rc = ENABLE_INPLACE_ERR_OTHER; local
2625 int rc = ENABLE_INPLACE_ERR_OTHER; local
2839 int i, rc = -1; local
2894 int rc=-1, fd, i, ret; local
3246 int rc = cryptfs_enable_internal(howarg, type, passwd, allow_reboot); local
3376 int rc = -2; local
3407 int rc = -1; local
[all...]
H A Dvdc.c111 int rc = 0; local
119 if ((rc = select(sock +1, &read_fds, NULL, NULL, &to)) < 0) {
123 } else if (!rc) {
129 if ((rc = read(sock, buffer, 4096)) <= 0) {
130 if (rc == 0)
135 if (rc == 0)
143 for (i = 0; i < rc; i++) {
/system/core/adb/
H A Dsysdeps.h93 int rc = unlink(path); local
95 if (rc == -1 && errno == EACCES) {
98 rc = chmod(path, _S_IREAD|_S_IWRITE );
99 if (rc == 0)
100 rc = unlink(path);
102 return rc;
470 int rc; local
472 rc = unix_socketpair( AF_UNIX, SOCK_STREAM, 0, sv );
473 if (rc < 0)
H A Dsysdeps_win32.c570 int rc = WSAStartup( MAKEWORD(2,2), &wsaData); local
571 if (rc != 0) {
/system/core/fastboot/
H A Dfastboot.c731 int rc; local
769 rc = load_buf_fd(usb, fd, &buf);
770 if (rc) die("cannot load %s from flash", images[i].img_name);
/system/core/init/
H A Dbuiltins.c522 NOTICE("waitpid failed rc=%d, errno=%d\n", wp_ret, errno);
754 int rc = 0; local
778 rc = read(fd1, p, brtr);
779 if (rc < 0)
781 if (rc == 0)
783 p += rc;
784 brtr -= rc;
790 rc = write(fd2, p, brtw);
791 if (rc < 0)
793 if (rc
[all...]
H A Dinit.c174 int rc; local
223 rc = getcon(&mycon);
224 if (rc < 0) {
229 rc = getfilecon(svc->args[0], &fcon);
230 if (rc < 0) {
236 rc = security_compute_create(mycon, fcon, string_to_security_class("process"), &scon);
237 if (rc == 0 && !strcmp(scon, mycon)) {
242 if (rc < 0) {
1024 * let the rc file figure out the rest.
1077 init_parse_config_file("/init.rc");
[all...]
H A Dutil.c84 * ("/dev/socket") as dictated in init.rc. This socket is inherited by the
507 int rc; local
516 rc = mkdir(path, mode);
525 return rc;
/system/core/libcutils/
H A Diosched_policy.c45 int rc; local
47 if ((rc = syscall(SYS_ioprio_get, IOPRIO_WHO_PROCESS, pid)) < 0) {
51 *clazz = (rc >> IOPRIO_CLASS_SHIFT);
52 *ioprio = (rc & 0xff);
H A Dsched_policy.c246 int rc = sched_getscheduler(tid); local
247 if (rc < 0)
249 else if (rc == SCHED_NORMAL)
251 else if (rc == SCHED_BATCH)
282 int rc = read(fd, statline, 1023); local
284 statline[rc] = 0;
/system/core/libmemtrack/
H A Dmemtrack_test.c31 int rc = 0; local
39 rc = 1;
45 rc = 2;
50 rc = 3;
59 if (rc != 0) {
66 rc = 4;
70 return rc;
/system/core/libsysutils/src/
H A DSocketClient.cpp158 int rc = sendDataLockedv(vec, 1); local
161 return rc;
166 int rc = sendDataLockedv(iov, iovcnt); local
169 return rc;
193 ssize_t rc = TEMP_FAILURE_RETRY( local
196 if (rc > 0) {
197 size_t written = rc;
210 if (rc == 0) {
H A DSocketListener.cpp112 int rc; local
114 rc = TEMP_FAILURE_RETRY(write(mCtrlPipe[1], &c, 1));
115 if (rc != 1) {
158 int rc = 0; local
183 if ((rc = select(max + 1, &read_fds, NULL, NULL, NULL)) < 0) {
189 } else if (!rc)
/system/core/libutils/
H A DRefBase.cpp204 int rc = open(name, O_RDWR | O_CREAT | O_APPEND, 644); local
205 if (rc >= 0) {
206 write(rc, text.string(), text.length());
207 close(rc);

Completed in 625 milliseconds

12