| /system/netd/server/ | 
| D | MDnsService.cpp | 62     int res = mListener.startDaemon();  in startDaemon()  local68     int res = mListener.stopDaemon();  in stopDaemon()  local
 74     int res = mListener.serviceRegister(  in registerService()  local
 82     int res = mListener.discover(info.interfaceIdx, info.registrationType.c_str(),  in discover()  local
 89     int res = mListener.resolveService(info.id, info.interfaceIdx, info.serviceName.c_str(),  in resolve()  local
 96     int res = mListener.getAddrInfo(info.id, info.interfaceIdx, 0 /* protocol */,  in getServiceAddress()  local
 103     int res = mListener.stop(id);  in stopOperation()  local
 109     int res = MDnsEventReporter::getInstance().addEventListener(listener);  in registerEventListener()  local
 116     int res = MDnsEventReporter::getInstance().removeEventListener(listener);  in unregisterEventListener()  local
 
 | 
| D | NetdNativeService.cpp | 84 #define RETURN_BINDER_STATUS_IF_NOT_OK(logEntry, res) \  argument226     int res = gCtls->bandwidthCtrl.setInterfaceQuota(ifName, bytes);  in bandwidthSetInterfaceQuota()  local
 232     int res = gCtls->bandwidthCtrl.removeInterfaceQuota(ifName);  in bandwidthRemoveInterfaceQuota()  local
 239     int res = gCtls->bandwidthCtrl.setInterfaceAlert(ifName, bytes);  in bandwidthSetInterfaceAlert()  local
 245     int res = gCtls->bandwidthCtrl.removeInterfaceAlert(ifName);  in bandwidthRemoveInterfaceAlert()  local
 251     int res = gCtls->bandwidthCtrl.setGlobalAlert(bytes);  in bandwidthSetGlobalAlert()  local
 729     int res =  in idletimerAddInterface()  local
 738     int res = gCtls->idletimerCtrl.removeInterfaceIdletimer(ifName.c_str(), timeout,  in idletimerRemoveInterface()  local
 760     int res = gCtls->strictCtrl.setUidCleartextPenalty((uid_t) uid, penalty);  in strictUidCleartextPenalty()  local
 796     int res = (gCtls->tetherCtrl.enableForwarding(requester.c_str())) ? 0 : -EREMOTEIO;  in ipfwdEnableForwarding()  local
 [all …]
 
 | 
| D | BandwidthController.cpp | 320     int res = 0;  in setInterfaceSharedQuota()  local409     int res = 0;  in removeInterfaceSharedQuota()  local
 442         if (int res = updateQuota(cost, maxBytes)) {  in setInterfaceQuota()  local
 522     const int res = iptablesRestoreFunction(V4V6, Join(cmds, "\n"), nullptr);  in removeInterfaceQuota()  local
 542         int res = errno;  in updateQuota()  local
 579     int res = 0;  in setGlobalAlert()  local
 601     int res = 0;  in removeGlobalAlert()  local
 661     int res = 0;  in setCostlyAlert()  local
 
 | 
| D | XfrmControllerTest.cpp | 150     netdutils::Status res = ctrl.ipSecSetEncapSocketOwner(sockFd, 1001, getuid());  in TEST_F()  local161     netdutils::Status res = ctrl.ipSecSetEncapSocketOwner(unique_fd(), 1001, getuid());  in TEST_F()  local
 169     netdutils::Status res = ctrl.ipSecSetEncapSocketOwner(sockFd, 1001, 1001);  in TEST_F()  local
 177     netdutils::Status res = ctrl.ipSecSetEncapSocketOwner(fd, 1001, getuid());  in TEST_F()  local
 188     netdutils::Status res = ctrl.ipSecSetEncapSocketOwner(sockFd, 1001, getuid());  in TEST_F()  local
 199     netdutils::Status res = ctrl.ipSecSetEncapSocketOwner(sockFd, 1001, getuid());  in TEST_F()  local
 279     Status res = ctrl.ipSecAllocateSpi(1 /* resourceId */, localAddr,  in TEST_P()  local
 356     Status res = ctrl.ipSecAddSecurityAssociation(  in testIpSecAddSecurityAssociation()  local
 490     Status res = ctrl.ipSecApplyTransportModeTransform(sock, 1 /* resourceId */,  in TEST_F()  local
 526     Status res = ctrl.ipSecApplyTransportModeTransform(sock, 1 /* resourceId */,  in TEST_P()  local
 [all …]
 
 | 
| /system/core/fastboot/ | 
| D | vendor_boot_img_utils.cpp | 41         if (auto res = CheckAdvance(old_data_ptr_, old_end(), num_bytes, __FUNCTION__); !res.ok())  in Copy()  local43         if (auto res = CheckAdvance(new_data_ptr_, new_end(), num_bytes, __FUNCTION__); !res.ok())  in Copy()  local
 56         if (auto res = CheckAdvance(old_data_ptr_, old_end(), old_num_bytes, __FUNCTION__);  in Replace()  local
 62         if (auto res = CheckAdvance(new_data_ptr_, new_end(), new_data_size, __FUNCTION__);  in Replace()  local
 71         if (auto res = CheckAdvance(old_data_ptr_, old_end(), old_skip, __FUNCTION__); !res.ok())  in Skip()  local
 74         if (auto res = CheckAdvance(new_data_ptr_, new_end(), new_skip, __FUNCTION__); !res.ok())  in Skip()  local
 199     if (auto res = updater->Seek(updater->size() - AVB_FOOTER_SIZE); !res.ok()) return res;  in copy_avb_footer()  local
 213     if (auto res = check_vendor_boot_hdr(vendor_boot, 3); !res.ok()) return res.error();  in replace_default_vendor_ramdisk()  local
 225     if (auto res = updater.Copy(o); !res.ok()) return res.error();  in replace_default_vendor_ramdisk()  local
 239     if (auto res = updater.Replace(hdr->vendor_ramdisk_size, new_ramdisk); !res.ok())  in replace_default_vendor_ramdisk()  local
 [all …]
 
 | 
| /system/tools/sysprop/ | 
| D | ApiCheckerMain.cpp | 46   if (auto res = ParseApiFile(argv[1]); res.ok()) {  in main()  local53   if (auto res = ParseApiFile(argv[2]); res.ok()) {  in main()  local
 60   if (auto res = CompareApis(latest, current); !res.ok()) {  in main()  local
 
 | 
| D | TypeCheckerMain.cpp | 85   if (auto res = ParseArgs(argc, argv); res.ok()) {  in main()  local96     if (auto res = ParseApiFile(api_path); res.ok()) {  in main()  local
 124   if (auto res = CheckPropertyTypes(api, entries); !res.ok()) {  in main()  local
 
 | 
| D | ApiDumpMain.cpp | 50     if (auto res = ParseProps(argv[i]); res.ok()) {  in main()  local79   std::string res;  in main()  local
 
 | 
| D | JavaMain.cpp | 95   if (auto res = ParseArgs(argc, argv, &args); !res.ok()) {  in main()  local100   if (auto res = GenerateJavaLibrary(args.input_file_path, args.scope,  in main()  local
 
 | 
| D | CppMain.cpp | 103   if (auto res = ParseArgs(argc, argv); res.ok()) {  in main()  local110   if (auto res = GenerateCppFiles(args.input_file_path, args.header_dir,  in main()  local
 
 | 
| D | Common.cpp | 220     if (auto res = ValidateProp(props, prop); !res.ok()) return res;  in ValidateProps()  local228     auto res = prop_names.insert(ApiNameToIdentifier(prop.api_name()));  in ValidateProps()  local
 310   if (auto res = ValidateProps(ret); !res.ok()) {  in ParseProps()  local
 343     if (auto res = ValidateProps(*props); !res.ok()) {  in ParseApiFile()  local
 
 | 
| /system/core/init/test_upgrade_mte/ | 
| D | mte_upgrade_test_helper.cpp | 28     int res = prctl(PR_GET_TAGGED_ADDR_CTRL, 0, 0, 0, 0);  in MaybeDowngrade()  local46     int res = prctl(PR_GET_TAGGED_ADDR_CTRL, 0, 0, 0, 0);  in main()  local
 
 | 
| /system/incremental_delivery/libdataloader/ | 
| D | JNIHelpers.h | 30     jmethodID res = env->GetMethodID(clazz, method_name, method_signature);  in GetMethodIDOrDie()  local37     jmethodID res = env->GetStaticMethodID(clazz, method_name, method_signature);  in GetStaticMethodIDOrDie()  local
 44     jfieldID res = env->GetFieldID(clazz, field_name, field_signature);  in GetFieldIDOrDie()  local
 51     jfieldID res = env->GetStaticFieldID(clazz, field_name, field_signature);  in GetStaticFieldIDOrDie()  local
 57     jfieldID res = env->GetStaticFieldID(clazz, fieldName, "I");  in GetStaticIntFieldValueOrDie()  local
 
 | 
| /system/vold/model/ | 
| D | VolumeBase.cpp | 185     status_t res = doCreate();  in create()  local216     status_t res = doDestroy();  in destroy()  local
 232     status_t res = doMount();  in mount()  local
 257     status_t res = doUnmount();  in unmount()  local
 273     status_t res = doFormat(fsType);  in format()  local
 
 | 
| D | PrivateVolume.cpp | 59     status_t res = ReadMetadata(mDmDevPath, &mFsType, &mFsUuid, &mFsLabel);  in readMetadata()  local135         int res = ext4::Check(mDmDevPath, mPath);  in doMount()  local
 149         int res = f2fs::Check(mDmDevPath);  in doMount()  local
 
 | 
| /system/apex/apexd/ | 
| D | apexservice.cpp | 152   Result<void> res = ::android::apex::StagePackages(paths);  in stagePackages()  local174   Result<void> res = ::android::apex::UnstagePackages(paths);  in unstagePackages()  local
 289   if (auto res = calculateSizeForCompressedApex(compressed_apex_info_list,  in reserveSpaceForCompressedApex()  local
 294   if (auto res = ReserveSpaceForCompressedApex(required_size, kOtaReservedDir);  in reserveSpaceForCompressedApex()  local
 553   auto res = InstallPackage(package_path);  in installAndActivatePackage()  local
 575   Result<void> res = ::android::apex::AbortStagedSession(session_id);  in abortStagedSession()  local
 592   Result<void> res = ::android::apex::RevertActiveSessions("", "");  in revertActiveSessions()  local
 614   Result<void> res = ::android::apex::ResumeRevertIfNeeded();  in resumeRevertIfNeeded()  local
 633   Result<void> res =  in snapshotCeData()  local
 653   Result<void> res =  in restoreCeData()  local
 [all …]
 
 | 
| /system/extras/simpleperf/ | 
| D | read_symbol_map.cpp | 44   auto res = content_ref.substr(begin, end - begin);  in ConsumeWord()  local58   auto res = strtoull(start, &stop, 0);  in ConsumeUInt()  local
 
 | 
| /system/memory/lmkd/libpsi/ | 
| D | psi.cpp | 39     int res;  in init_psi_monitor()  local82     int res;  in register_psi_monitor()  local
 
 | 
| /system/extras/libjsonpb/verify/ | 
| D | verify.cpp | 116         auto res =  in AllFieldsAreKnown()  local126       auto res = AllFieldsAreKnown(field, json_value, path, error);  in AllFieldsAreKnown()  local
 202   auto res = internal::JsonStringToMessage(json, scratch_space);  in FormatJson()  local
 
 | 
| /system/incremental_delivery/incfs/ | 
| D | incfs.cpp | 85     auto res = ab::unique_fd(  in openAt()  local103     auto res = path::dirName(cmdFile);  in rootForCmd()  local
 170     int res = 0;  in forEachFileIn()  local
 260     int res = Features::none | Features::mappingFilesProgressFixed;  in readIncFsFeatures()  local
 451     std::string res(kIncFsFileIdStringLength, '\0');  in toStringImpl()  local
 461     IncFsFileId res;  in toFileIdImpl()  local
 706     T res;  in read()  local
 929     if (auto res = makeDir(commandPath.c_str(), mode, false)) {  in IncFs_MakeDir()  local
 954     const auto res = ::getxattr(path, kMetadataAttrName, buffer, *bufferSize);  in getMetadata()  local
 1000     const auto res = getter(param, kIdAttrName, buffer, sizeof(buffer));  in getId()  local
 [all …]
 
 | 
| D | path.cpp | 136     std::string res;  in readlink()  local190 void details::appendNextPath(std::string& res, std::string_view path) {  in appendNextPath()
 202     auto res = std::pair(dirName(full), baseName(full));  in splitDirBase()  local
 
 | 
| /system/gsid/ | 
| D | libgsid.cpp | 30     android::sp<android::IBinder> res = sm->waitForService(name);  in GetGsiService()  local
 | 
| /system/tools/xsdc/src/main/java/com/android/xsdc/cpp/ | 
| D | Utils.java | 40         String res = words[0];  in toCamelCase()  local98         String res;  in elementTypeName()  local
 
 | 
| /system/core/fs_mgr/ | 
| D | blockdev.cpp | 89     int res = stat(file_path.c_str(), &statbuf);  in BlockDeviceQueueDepth()  local149     const int res = write(sysfs_fd.get(), nr_requests.data(), nr_requests.length());  in ConfigureQueueDepth()  local
 
 | 
| /system/libufdt/ | 
| D | ufdt_convert.c | 122   struct ufdt_node *res = ufdt_node_construct(fdtp, fdt_tag_ptr, pool);  in ufdt_new_node()  local133   struct ufdt_node *res, *child_node;  in fdt_to_ufdt_tree()  local
 235   struct ufdt_node *res = NULL;  in ufdt_get_node_by_phandle()  local
 258   int res = 0;  in count_phandle_node()  local
 292   struct ufdt_static_phandle_table res;  in build_phandle_table()  local
 331   int res;  in _ufdt_get_property_nameoff()  local
 
 |