/system/netd/server/ |
D | PhysicalNetwork.cpp | 32 if (int ret = RouteController::addInterfaceToDefaultNetwork(interface.c_str(), permission)) { in addToDefault() local 36 if (int ret = delegate->addFallthrough(interface, permission)) { in addToDefault() local 44 if (int ret = RouteController::removeInterfaceFromDefaultNetwork(interface.c_str(), in removeFromDefault() local 49 if (int ret = delegate->removeFallthrough(interface, permission)) { in removeFromDefault() local 77 if (int ret = sd.destroySocketsLackingPermission(mNetId, permission, in destroySocketsLackingPermission() local 109 if (int ret = RouteController::modifyPhysicalNetworkPermission(mNetId, interface.c_str(), in setPermission() local 119 if (int ret = addToDefault(mNetId, interface, permission, mDelegate)) { in setPermission() local 122 if (int ret = removeFromDefault(mNetId, interface, mPermission, mDelegate)) { in setPermission() local 140 if (int ret = addToDefault(mNetId, interface, mPermission, mDelegate)) { in addAsDefault() local 153 if (int ret = removeFromDefault(mNetId, interface, mPermission, mDelegate)) { in removeAsDefault() local [all …]
|
D | VirtualNetwork.cpp | 55 if (int ret = sd.destroySockets(uidRanges, protectableUsers, true /* excludeLoopback */)) { in maybeCloseSockets() local 68 if (int ret = RouteController::addUsersToVirtualNetwork(mNetId, interface.c_str(), mSecure, in addUsers() local 83 if (int ret = RouteController::removeUsersFromVirtualNetwork(mNetId, interface.c_str(), in removeUsers() local 101 if (int ret = RouteController::addInterfaceToVirtualNetwork(mNetId, interface.c_str(), mSecure, in addInterface() local 114 if (int ret = RouteController::removeInterfaceFromVirtualNetwork(mNetId, interface.c_str(), in removeInterface() local
|
D | RouteController.cpp | 276 if (int ret = padInterfaceName(iif, iifName, &iifLength, &iifPadding)) { in modifyIpRule() local 279 if (int ret = padInterfaceName(oif, oifName, &oifLength, &oifPadding)) { in modifyIpRule() local 334 if (int ret = sendNetlinkRequest(action, flags, iov, ARRAY_SIZE(iov), nullptr)) { in modifyIpRule() local 457 int ret = sendNetlinkRequest(action, flags, iov, ARRAY_SIZE(iov), nullptr); in modifyIpRoute() local 597 if (int ret = modifyIpRule(add ? RTM_NEWRULE : RTM_DELRULE, RULE_PRIORITY_VPN_OVERRIDE_OIF, in modifyOutputInterfaceRules() local 665 if (int ret = modifyIpRule(RTM_NEWRULE, RULE_PRIORITY_LEGACY_SYSTEM, ROUTE_TABLE_LEGACY_SYSTEM, in addLegacyRouteRules() local 669 if (int ret = modifyIpRule(RTM_NEWRULE, RULE_PRIORITY_LEGACY_NETWORK, in addLegacyRouteRules() local 684 if (int ret = modifyExplicitNetworkRule(localNetId, ROUTE_TABLE_LOCAL_NETWORK, PERMISSION_NONE, in addLocalNetworkRules() local 709 int ret = ifc_up(interface); in configureDummyNetwork() local 745 if (int ret = modifyIncomingPacketMark(netId, interface, PERMISSION_NONE, add)) { in modifyLocalNetwork() local [all …]
|
D | FwmarkServer.cpp | 59 bool ret = !strcmp(context, SYSTEM_SERVER_CONTEXT); in isSystemServer() local 230 const int ret = getsockopt(*socketFd, SOL_SOCKET, SO_PROTOCOL, &socketProto, &intSize); in processClient() local 241 const int ret = getnameinfo((sockaddr*) &connectInfo.addr, sizeof(connectInfo.addr), in processClient() local 266 if (int ret = mNetworkController->checkUserNetworkAccess(client->getUid(), in processClient() local
|
D | SockDiag.cpp | 145 int ret = getaddrinfo(addrstr, nullptr, &hints, &res); in sendDumpRequest() local 292 int ret = checkError(mWriteSock); in sockDestroy() local 302 if (int ret = sendDumpRequest(proto, family, addrstr)) { in destroySockets() local 316 if (int ret = destroySockets(IPPROTO_TCP, AF_INET, addrstr)) { in destroySockets() local 321 if (int ret = destroySockets(IPPROTO_TCP, AF_INET6, addrstr)) { in destroySockets() local 341 if (int ret = sendDumpRequest(proto, family, 0, states, iov, iovcnt)) { in destroyLiveSockets() local 345 if (int ret = readDiagMsg(proto, destroyFilter)) { in destroyLiveSockets() local 365 if (int ret = sendDumpRequest(proto, family, extensions, states, iov, ARRAY_SIZE(iov))) { in getLiveTcpInfos() local 369 if (int ret = readDiagMsgWithTcpInfo(tcpInfoReader)) { in getLiveTcpInfos() local 391 if (int ret = sendDumpRequest(proto, family, states)) { in destroySockets() local [all …]
|
/system/core/libsuspend/ |
D | autosuspend.c | 46 int ret; in autosuspend_enable() local 69 int ret; in autosuspend_disable() local 92 int ret; in autosuspend_force_suspend() local 105 int ret; in autosuspend_set_wakeup_callback() local
|
D | autosuspend_wakeup_count.cpp | 87 int ret = sem_wait(&suspend_lockout); in suspend_thread_func() local 136 int ret = init_state_fd(); in autosuspend_init() local 174 int ret = autosuspend_init(); in autosuspend_wakeup_count_enable() local 197 int ret = sem_wait(&suspend_lockout); in autosuspend_wakeup_count_disable() local 211 int ret = init_state_fd(); in force_suspend() local
|
/system/libfmq/tests/ |
D | msgq_test_client.cpp | 62 [fmq](bool ret, const MQDescriptorUnsync<uint16_t>& in) { in getQueue() 107 [this](bool ret, const MQDescriptorUnsync<uint16_t>& in) { in SetUp() 161 auto ret = testService->requestWriteFmqUnsync(numMessagesMax); in TEST_F() local 215 auto ret = testService->requestWriteFmqUnsync(dataLen); in TEST_F() local 244 bool ret = mQueue->writeBlocking(data, in TEST_F() local 276 bool ret = mQueue->writeBlocking(&data[0], in TEST_F() local 297 bool ret = false; in TEST_F() local 331 bool ret = false; in TEST_F() local 363 bool ret = false; in TEST_F() local 396 bool ret = mQueue->writeBlocking( in TEST_F() local [all …]
|
/system/extras/bootctl/ |
D | bootctl.cpp | 100 static int handle_return(const Return<void> &ret, CommandResult cr, const char* errStr) { in handle_return() 114 Return<void> ret = module->markBootSuccessful(generate_callback(&cr)); in do_mark_boot_successful() local 122 Return<void> ret = module->setActiveBootSlot(slot_number, generate_callback(&cr)); in do_set_active_boot_slot() local 130 Return<void> ret = module->setSlotAsUnbootable(slot_number, generate_callback(&cr)); in do_set_slot_as_unbootable() local 134 static int handle_return(const Return<BoolResult> &ret, const char* errStr) { in handle_return() 149 Return<BoolResult> ret = module->isSlotBootable(slot_number); in do_is_slot_bootable() local 156 Return<BoolResult> ret = module->isSlotMarkedSuccessful(slot_number); in do_is_slot_marked_successful() local 208 MergeStatus ret = module->getSnapshotMergeStatus(); in do_get_snapshot_merge_status() local 219 Return<void> ret = module->getSuffix(slot_number, cb); in do_get_suffix() local 236 uint64_t ret = strtoul(argv[pos], NULL, 10); in parse_slot() local
|
/system/memory/libion/ |
D | ion.c | 66 int ret = close(fd); in ion_close() local 72 int ret = ioctl(fd, req, arg); in ion_ioctl() local 82 int ret = 0; in ion_is_using_modular_heaps() local 90 int ret = 0; in ion_alloc() local 116 int ret; in ion_map() local 142 int ret; in ion_share() local 163 int ret; in ion_alloc_fd() local 187 int ret; in ion_import() local 213 int ret; in ion_query_heap_cnt() local 227 int ret; in ion_query_get_heaps() local
|
/system/memory/libmemunreachable/ |
D | LeakPipe.h | 39 int ret = socketpair(AF_UNIX, SOCK_STREAM | SOCK_CLOEXEC, 0, sv_); in LeakPipe() local 102 ssize_t ret = TEMP_FAILURE_RETRY(write(fd_, &value, sizeof(T))); in Send() local 121 ssize_t ret = TEMP_FAILURE_RETRY(write(fd_, vector.data(), size)); in SendVector() local 140 ssize_t ret = TEMP_FAILURE_RETRY(read(fd_, reinterpret_cast<void*>(value), sizeof(T))); in Receive() local 163 ssize_t ret = TEMP_FAILURE_RETRY(read(fd_, ptr, size)); in ReceiveVector() local
|
D | ScopedPipe.h | 29 int ret = pipe2(pipefd_, O_CLOEXEC); variable 60 int ret = Receiver(); in ReleaseReceiver() local 66 int ret = Sender(); in ReleaseSender() local
|
/system/memory/libdmabufheap/ |
D | BufferAllocator.cpp | 80 int ret = ion_query_heap_cnt(ion_fd_, &heap_count); in QueryIonHeaps() local 139 auto ret = GetIonHeapIdByName(ion_heap_name, &ion_heap_id); in MapNameToIonName() local 155 int ret = 0; in MapNameToIonHeap() local 167 int ret = 0; in GetIonConfig() local 203 auto ret = TEMP_FAILURE_RETRY(ioctl(fd, DMA_HEAP_IOCTL_ALLOC, &heap_data)); in DmabufAlloc() local 212 auto ret = GetIonConfig(heap_name, heap_config); in IonAlloc() local 247 int ret = legacy_ion_cpu_sync_custom(new_ion_fd); in LegacyIonCpuSync() local 274 int ret = DoSync(dmabuf_fd, true /* start */, sync_type, legacy_ion_cpu_sync_custom); in CpuSyncStart() local 292 int ret = DoSync(dmabuf_fd, false /* start */, it->second /* sync_type */, in CpuSyncEnd() local
|
/system/chre/platform/linux/ |
D | system_timer.cc | 48 int ret = timer_delete(mTimerId); in ~SystemTimer() local 66 int ret = timer_create(CLOCK_MONOTONIC, &sigevt, &mTimerId); in init() local 107 int ret = timer_gettime(mTimerId, &spec); in isActive() local 126 int ret = timer_settime(mTimerId, kFlags, &spec, nullptr); in setInternal() local
|
/system/update_engine/ |
D | boot_control_android.cc | 106 Return<BoolResult> ret = module_->isSlotBootable(slot); in IsSlotBootable() local 121 auto ret = module_->setSlotAsUnbootable(slot, StoreResultCallback(&result)); in MarkSlotUnbootable() local 136 auto ret = module_->setActiveBootSlot(slot, StoreResultCallback(&result)); in SetActiveBootSlot() local 152 auto ret = module_->markBootSuccessful(StoreResultCallback(&result)); in MarkBootSuccessfulAsync() local 167 Return<BoolResult> ret = module_->isSlotMarkedSuccessful(slot); in IsSlotMarkedSuccessful() local
|
/system/bt/bta/hd/ |
D | bta_hd_act.cc | 86 tHID_STATUS ret; in bta_hd_api_enable() local 123 tHID_STATUS ret; in bta_hd_api_disable() local 161 tBTA_HD ret; in bta_hd_register_act() local 277 tHID_STATUS ret; in bta_hd_connect_act() local 311 tHID_STATUS ret; in bta_hd_disconnect_act() local 402 tHID_STATUS ret; in bta_hd_report_error_act() local 423 tHID_STATUS ret; in bta_hd_vc_unplug_act() local 509 tBTA_HD_INTR_DATA ret; in bta_hd_intr_data_act() local 548 tBTA_HD_GET_REPORT ret = {0, 0, 0}; in bta_hd_get_report_act() local 599 tBTA_HD_SET_REPORT ret = {0, 0, 0, NULL}; in bta_hd_set_report_act() local
|
/system/gatekeeper/tests/ |
D | gatekeeper_device_test.cpp | 40 int ret; in gatekeeper_device_initialize() local 61 int ret; in TEST_F() local 85 int ret; in TEST_F() local 112 int ret; in TEST_F() local 156 int ret; in TEST_F() local 181 int ret; in TEST_F() local 208 int ret; in TEST_F() local 232 int ret; in TEST_F() local
|
/system/bpf/libbpf_android/ |
D | Loader.cpp | 109 int ret = 0; in readSectionHeadersAll() local 128 int entries, ret = 0; in readSectionByIdx() local 146 int ret = 0; in readSectionHeaderStrtab() local 159 int ret; in getSymName() local 175 int ret; in readSectionByName() local 204 int ret; in readSectionByType() local 232 int ret, numElems; in readSymTab() local 281 int ret = readSectionByName("progs", elfFile, pdData); in readProgDefs() local 291 int ret; in getSectionSymNames() local 335 int entries, ret = 0; in readCodeSections() local [all …]
|
/system/libfmq/benchmarks/ |
D | msgq_benchmark_client.cpp | 94 service->configureClientOutboxSyncReadWrite([this](bool ret, in SetUp() 95 const MQDescriptorSync<uint8_t>& out) { in SetUp() 159 bool ret = service->requestWrite(kQueueSize); in TEST_F() local 193 bool ret = service->requestWrite(kQueueSize); in TEST_F() local 226 bool ret = service->requestWrite(kQueueSize); in TEST_F() local 258 bool ret = service->requestWrite(kQueueSize); in TEST_F() local 304 bool ret = service->requestRead(kQueueSize); in TEST_F() local 337 bool ret = service->requestRead(kQueueSize); in TEST_F() local 369 bool ret = service->requestRead(kQueueSize); in TEST_F() local 405 bool ret = service->requestRead(kQueueSize); in TEST_F() local
|
/system/core/libcutils/ |
D | partition_utils.cpp | 30 int i, ret; in only_one_char() local 44 int fd, ret; in partition_wiped() local
|
/system/bt/gd/os/android/ |
D | system_properties_test.cc | 32 auto ret = GetSystemProperty("persist.bluetooth.factoryreset"); in TEST() local 52 auto ret = GetSystemProperty("persist.bluetooth.factoryreset"); in TEST() local
|
/system/bt/main/shim/ |
D | helpers.h | 25 RawAddress ret; in ToRawAddress() local 36 hci::Address ret; in ToGdAddress() local
|
/system/extras/tests/storage/ |
D | wipe_blkdev.c | 41 int ret; in get_block_device_size() local 54 int ret; in wipe_block_device() local 87 int ret; in main() local
|
/system/bt/osi/src/ |
D | socket.cc | 52 socket_t* ret = (socket_t*)osi_calloc(sizeof(socket_t)); in socket_new() local 78 socket_t* ret = (socket_t*)osi_calloc(sizeof(socket_t)); in socket_new_from_fd() local 124 socket_t* ret = (socket_t*)osi_calloc(sizeof(socket_t)); in socket_accept() local 134 ssize_t ret; in socket_read() local 144 ssize_t ret; in socket_write() local 177 ssize_t ret; in socket_write_and_transfer_fd() local
|
/system/bt/gd/packet/parser/fields/ |
D | vector_field.cc | 55 …std::string ret = "(static_cast<size_t>(Get" + util::UnderscoreToCamelCase(size_field_->GetName())… in GetSize() local 71 …std::string ret = "(static_cast<size_t>(" + GetName() + "_.size()) * " + std::to_string(element_si… in GetBuilderSize() local 74 std::string ret = "[this](){ size_t length = 0; for (const auto& elem : " + GetName() + in GetBuilderSize() local 78 std::string ret = "[this](){ size_t length = 0; for (const auto& elem : " + GetName() + in GetBuilderSize() local 92 … std::string ret = "(static_cast<size_t>(to_fill->" + size_field_->GetName() + "_extracted_) * 8)"; in GetStructSize() local
|