/system/tools/hidl/ |
D | generateVts.cpp | 34 const Interface* iface = mRootScope.getInterface(); in emitVtsTypeDeclarations() local 53 const Interface *iface = AST::getInterface(); in generateVts() local 77 const Interface* iface = mRootScope.getInterface(); in generateVts() local
|
D | generateCppImpl.cpp | 77 const Interface* iface = mRootScope.getInterface(); in generateCppImplHeader() local 144 const Interface* iface = mRootScope.getInterface(); in generateCppImplSource() local
|
D | generateCpp.cpp | 208 const Interface *iface = getInterface(); in generateInterfaceHeader() local 352 const Interface *iface = getInterface(); in generateHwBinderHeader() local 402 const Interface &iface = static_cast<const Interface &>(arg->type()); in wrapPassthroughArg() local 549 const Interface* iface = mRootScope.getInterface(); in generateMethods() local 586 const Interface* iface = mRootScope.getInterface(); in generateStubHeader() local 664 generateMethods(out, [&](const Method* method, const Interface* iface) { in generateStubHeader() 695 const Interface* iface = mRootScope.getInterface(); in generateProxyHeader() local 774 const Interface *iface = getInterface(); in generateCppSource() local 813 const Interface* iface = mRootScope.getInterface(); in generateCppSource() local 1625 const Interface* iface = mRootScope.getInterface(); in generatePassthroughHeader() local [all …]
|
D | Interface.cpp | 268 for (const Interface *iface : chain) { in fillDescriptorChainMethod() local 294 out.join(chain.begin(), chain.end(), ",\n", [&](const auto& iface) { in emitDigestChain() 648 const Interface *iface = this; in typeChain() local 690 const Interface *iface = *it; in allMethodsFromRoot() local
|
D | generateJava.cpp | 117 const Interface* iface = mRootScope.getInterface(); in generateJava() local
|
/system/libhwbinder/ |
D | IInterface.cpp | 34 sp<IBinder> IInterface::asBinder(const IInterface* iface) in asBinder() 41 sp<IBinder> IInterface::asBinder(const sp<IInterface>& iface) in asBinder()
|
/system/netd/server/ |
D | NetlinkHandler.cpp | 79 const char *iface = evt->findParam("INTERFACE"); in onEvent() local 150 const char *iface = evt->findParam("INTERFACE"); in onEvent() local 158 const char *iface = evt->findParam("INTERFACE"); in onEvent() local 214 void NetlinkHandler::notifyQuotaLimitReached(const char *name, const char *iface) { in notifyQuotaLimitReached() 234 const char *iface, const char *flags, in notifyAddressChanged() 242 void NetlinkHandler::notifyInterfaceDnsServers(const char *iface, in notifyInterfaceDnsServers() 250 const char *gateway, const char *iface) { in notifyRouteChange()
|
D | IdletimerController.cpp | 164 int IdletimerController::modifyInterfaceIdletimer(IptOp op, const char *iface, in modifyInterfaceIdletimer() 187 int IdletimerController::addInterfaceIdletimer(const char *iface, in addInterfaceIdletimer() 193 int IdletimerController::removeInterfaceIdletimer(const char *iface, in removeInterfaceIdletimer()
|
D | BandwidthControllerTest.cpp | 284 const std::vector<std::string> makeInterfaceQuotaCommands(const std::string& iface, int ruleIndex, in makeInterfaceQuotaCommands() 304 const std::vector<std::string> removeInterfaceQuotaCommands(const std::string& iface) { in removeInterfaceQuotaCommands() 323 const std::string iface = mTun.name(); in TEST_F() local 340 const std::vector<std::string> makeInterfaceSharedQuotaCommands(const std::string& iface, in makeInterfaceSharedQuotaCommands() 361 const std::vector<std::string> removeInterfaceSharedQuotaCommands(const std::string& iface, in removeInterfaceSharedQuotaCommands() 383 const std::string iface = mTun.name(); in TEST_F() local 399 const std::string iface = mTun.name(); in TEST_F() local 422 for (const auto& iface : ifaces) { in TEST_F() local 431 for (const auto& iface : ifaces) { in TEST_F() local
|
D | BandwidthController.cpp | 372 int BandwidthController::setInterfaceSharedQuota(const std::string& iface, int64_t maxBytes) { in setInterfaceSharedQuota() 431 int BandwidthController::removeInterfaceSharedQuota(const std::string& iface) { in removeInterfaceSharedQuota() 480 int BandwidthController::setInterfaceQuota(const std::string& iface, int64_t maxBytes) { in setInterfaceQuota() 539 int BandwidthController::getInterfaceQuota(const std::string& iface, int64_t* bytes) { in getInterfaceQuota() 559 int BandwidthController::removeInterfaceQuota(const std::string& iface) { in removeInterfaceQuota() 735 int BandwidthController::setInterfaceAlert(const std::string& iface, int64_t bytes) { in setInterfaceAlert() 755 int BandwidthController::removeInterfaceAlert(const std::string& iface) { in removeInterfaceAlert()
|
D | InterfaceController.cpp | 133 auto fn = [basename, value](const std::string& path, const std::string& iface) { in setOnAllInterfaces() 159 auto fn = [min, max](const std::string& prefix, const std::string& iface) { in setAcceptIPv6RIO() 193 const std::string& iface, GetPropertyFn getProperty, SetPropertyFn setProperty) { in enableStablePrivacyAddresses()
|
D | TetherController.h | 37 std::string iface; member
|
D | NetdNativeService.cpp | 205 binder::Status NetdNativeService::networkAddInterface(int32_t netId, const std::string& iface) { in networkAddInterface() 211 binder::Status NetdNativeService::networkRemoveInterface(int32_t netId, const std::string& iface) { in networkRemoveInterface() 350 String16 iface = String16(stats.extIface.c_str()); in tetherAddStats() local
|
D | FirewallController.cpp | 164 int FirewallController::setInterfaceRule(const char* iface, FirewallRule rule) { in setInterfaceRule()
|
/system/libhidl/transport/ |
D | HidlPassthroughSupport.cpp | 28 static sp<IBase> tryWrap(const std::string& descriptor, sp<IBase> iface) { in tryWrap() 39 sp<IBase> wrapPassthroughInternal(sp<IBase> iface) { in wrapPassthroughInternal()
|
/system/libhidl/transport/include/hidl/ |
D | HidlPassthroughSupport.h | 44 sp<IType> wrapPassthrough(sp<IType> iface) { in wrapPassthrough()
|
/system/connectivity/wificond/ |
D | server.cpp | 218 for (const auto& iface : interfaces_) { in dump() local 232 for (const auto& iface : client_interfaces_) { in dump() local 236 for (const auto& iface : ap_interfaces_) { in dump() local 334 for (const auto& iface : interfaces_) { in SetupInterface() local
|
/system/tools/aidl/ |
D | generate_java_binder.cpp | 345 static void generate_stub_code(const AidlInterface& iface, in generate_stub_code() 478 static void generate_stub_case(const AidlInterface& iface, in generate_stub_case() 499 static void generate_stub_case_outline(const AidlInterface& iface, in generate_stub_case_outline() 547 const AidlInterface& iface, in generate_proxy_method() 676 static void generate_methods(const AidlInterface& iface, in generate_methods() 755 static void compute_outline_methods(const AidlInterface* iface, in compute_outline_methods() 783 Class* generate_binder_interface_class(const AidlInterface* iface, in generate_binder_interface_class()
|
D | generate_java.cpp | 58 AidlInterface* iface, JavaTypeNamespace* types, in generate_java()
|
/system/netd/libbpf/include/bpf/ |
D | BpfNetworkStats.h | 38 char iface[32]; member 66 auto iface = ifaceMap.readValue(ifaceIndex); in getIfaceNameFromMap() local
|
/system/hwservicemanager/ |
D | HidlService.cpp | 94 hidl_string iface = mInterfaceName; in sendRegistrationNotifications() local
|
/system/netd/libbpf/ |
D | BpfNetworkStats.cpp | 68 int bpfGetIfaceStatsInternal(const char* iface, Stats* stats, in bpfGetIfaceStatsInternal() 95 int bpfGetIfaceStats(const char* iface, Stats* stats) { in bpfGetIfaceStats()
|
D | BpfNetworkStatsTest.cpp | 130 IfaceValue iface; in updateIfaceMap() local 142 void expectStatsLineEqual(const StatsValue target, const char* iface, uint32_t uid, in expectStatsLineEqual()
|
/system/hardware/interfaces/net/netd/1.1/vts/functional/ |
D | VtsHalNetNetdV1_1TargetTest.cpp | 151 void expectAddRoute(INetd::StatusCode expectedStatus, net_handle_t handle, const char* iface, in expectAddRoute() 162 void expectRemoveRoute(INetd::StatusCode expectedStatus, net_handle_t handle, const char* iface, in expectRemoveRoute()
|
/system/bt/service/ipc/binder/ |
D | bluetooth_binder_server.cc | 235 const bt_interface_t* iface = in dump() local
|