| /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 140 const Interface* iface = mRootScope.getInterface(); in generateCppImplSource() local
|
| D | generateCpp.cpp | 225 const Interface *iface = getInterface(); in generateInterfaceHeader() local 397 const Interface *iface = getInterface(); in generateHwBinderHeader() local 441 const Interface &iface = static_cast<const Interface &>(arg->type()); in wrapPassthroughArg() local 608 const Interface* iface = mRootScope.getInterface(); in generateMethods() local 646 const Interface* iface = mRootScope.getInterface(); in generateStubHeader() local 726 generateMethods(out, [&](const Method* method, const Interface* iface) { in generateStubHeader() 757 const Interface* iface = mRootScope.getInterface(); in generateProxyHeader() local 838 const Interface *iface = getInterface(); in generateCppSource() local 880 const Interface* iface = mRootScope.getInterface(); in generateCppSource() local 1705 const Interface* iface = mRootScope.getInterface(); in generatePassthroughHeader() local [all …]
|
| D | Interface.cpp | 271 for (const Interface *iface : chain) { in fillDescriptorChainMethod() local 297 out.join(chain.begin(), chain.end(), ",\n", [&](const auto& iface) { in emitDigestChain() 649 const Interface *iface = this; in typeChain() local 687 const Interface *iface = *it; in allMethodsFromRoot() 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 | IdletimerController.cpp | 141 int IdletimerController::modifyInterfaceIdletimer(IptOp op, const char *iface, in modifyInterfaceIdletimer() 164 int IdletimerController::addInterfaceIdletimer(const char *iface, in addInterfaceIdletimer() 170 int IdletimerController::removeInterfaceIdletimer(const char *iface, in removeInterfaceIdletimer()
|
| D | BandwidthControllerTest.cpp | 312 const std::vector<std::string> makeInterfaceQuotaCommands(const std::string& iface, int ruleIndex, in makeInterfaceQuotaCommands() 332 const std::vector<std::string> removeInterfaceQuotaCommands(const std::string& iface) { in removeInterfaceQuotaCommands() 351 const std::string iface = mTun.name(); in TEST_F() local 368 const std::vector<std::string> makeInterfaceSharedQuotaCommands(const std::string& iface, in makeInterfaceSharedQuotaCommands() 389 const std::vector<std::string> removeInterfaceSharedQuotaCommands(const std::string& iface, in removeInterfaceSharedQuotaCommands() 411 const std::string iface = mTun.name(); in TEST_F() local 427 const std::string iface = mTun.name(); in TEST_F() local 450 for (const auto& iface : ifaces) { in TEST_F() local 459 for (const auto& iface : ifaces) { in TEST_F() local
|
| D | BandwidthController.cpp | 394 int BandwidthController::setInterfaceSharedQuota(const std::string& iface, int64_t maxBytes) { in setInterfaceSharedQuota() 453 int BandwidthController::removeInterfaceSharedQuota(const std::string& iface) { in removeInterfaceSharedQuota() 502 int BandwidthController::setInterfaceQuota(const std::string& iface, int64_t maxBytes) { in setInterfaceQuota() 558 int BandwidthController::getInterfaceQuota(const std::string& iface, int64_t* bytes) { in getInterfaceQuota() 578 int BandwidthController::removeInterfaceQuota(const std::string& iface) { in removeInterfaceQuota() 701 int BandwidthController::setInterfaceAlert(const std::string& iface, int64_t bytes) { in setInterfaceAlert() 721 int BandwidthController::removeInterfaceAlert(const std::string& iface) { in removeInterfaceAlert()
|
| D | NetlinkHandler.cpp | 109 const char *iface = evt->findParam("INTERFACE"); in onEvent() local 186 const char *iface = evt->findParam("INTERFACE"); in onEvent() local 196 const char *iface = evt->findParam("INTERFACE"); in onEvent() local
|
| D | TetherController.h | 36 std::string iface; member
|
| D | InterfaceController.cpp | 145 auto fn = [basename, value](const std::string& path, const std::string& iface) { in setOnAllInterfaces() 171 auto fn = [min, max](const std::string& prefix, const std::string& iface) { in setAcceptIPv6RIO() 209 const std::string& iface, in enableStablePrivacyAddresses()
|
| D | ClatdController.h | 61 char iface[IFNAMSIZ]; member
|
| /system/libhidl/transport/ |
| D | HidlPassthroughSupport.cpp | 30 static sp<IBase> tryWrap(const std::string& descriptor, sp<IBase> iface) { in tryWrap() 42 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/bt/service/hal/ |
| D | bluetooth_av_interface.cc | 278 BluetoothAvInterface* iface, const RawAddress& bd_addr, in ConnectionStateCallback() 284 BluetoothAvInterface* iface, const RawAddress& bd_addr, in AudioStateCallback() 290 BluetoothAvInterface* iface, const RawAddress& bd_addr, in AudioConfigCallback() 299 BluetoothAvInterface* iface, const RawAddress& bd_addr, in ConnectionStateCallback() 305 BluetoothAvInterface* iface, const RawAddress& bd_addr, in AudioStateCallback() 311 BluetoothAvInterface* iface, const RawAddress& bd_addr, in AudioConfigCallback()
|
| /system/bt/service/ |
| D | a2dp_sink.cc | 110 void A2dpSink::ConnectionStateCallback(BluetoothAvInterface* iface, in ConnectionStateCallback() 120 void A2dpSink::AudioStateCallback(BluetoothAvInterface* iface, in AudioStateCallback() 130 void A2dpSink::AudioConfigCallback(BluetoothAvInterface* iface, in AudioConfigCallback()
|
| D | a2dp_source.cc | 164 void A2dpSource::ConnectionStateCallback(BluetoothAvInterface* iface, in ConnectionStateCallback() 173 void A2dpSource::AudioStateCallback(BluetoothAvInterface* iface, in AudioStateCallback() 183 BluetoothAvInterface* iface, const RawAddress& bd_addr, in AudioConfigCallback()
|
| /system/connectivity/wificond/ |
| D | server.cpp | 201 for (const auto& iface : interfaces_) { in dump() local 215 for (const auto& iface : client_interfaces_) { in dump() local 219 for (const auto& iface : ap_interfaces_) { in dump() local 317 for (const auto& iface : interfaces_) { in SetupInterface() local
|
| /system/netd/libnetdbpf/include/netdbpf/ |
| D | BpfNetworkStats.h | 41 char iface[32]; member 76 auto iface = ifaceMap.readValue(ifaceIndex); in getIfaceNameFromMap() local
|
| /system/tools/aidl/ |
| D | generate_java_binder.cpp | 420 static void generate_stub_code(const AidlInterface& iface, const AidlMethod& method, bool oneway, in generate_stub_code() 542 static void generate_stub_case(const AidlInterface& iface, const AidlMethod& method, in generate_stub_case() 554 static void generate_stub_case_outline(const AidlInterface& iface, const AidlMethod& method, in generate_stub_case_outline() 593 const AidlInterface& iface, const AidlMethod& method, const std::string& transactCodeName, in generate_proxy_method() 751 static void generate_methods(const AidlInterface& iface, const AidlMethod& method, Class* interface, in generate_methods() 880 static void compute_outline_methods(const AidlInterface* iface, in compute_outline_methods() 935 static unique_ptr<Class> generate_default_impl_class(const AidlInterface& iface, in generate_default_impl_class() 974 Class* generate_binder_interface_class(const AidlInterface* iface, JavaTypeNamespace* types, in generate_binder_interface_class()
|
| D | generate_ndk.cpp | 294 const std::string iface = ClassName(defined_type, ClassNames::INTERFACE); in GenerateClientMethodDefinition() local 465 const std::string iface = ClassName(defined_type, ClassNames::INTERFACE); in GenerateServerSource() local 645 const std::string iface = ClassName(defined_type, ClassNames::INTERFACE); in GenerateServerHeader() local
|
| D | generate_java.cpp | 39 bool generate_java_interface(const string& filename, const AidlInterface* iface, in generate_java_interface()
|
| /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/netd/libnetdbpf/ |
| D | BpfNetworkStats.cpp | 73 int bpfGetIfaceStatsInternal(const char* iface, Stats* stats, in bpfGetIfaceStatsInternal() 100 int bpfGetIfaceStats(const char* iface, Stats* stats) { in bpfGetIfaceStats()
|
| /system/hwservicemanager/ |
| D | HidlService.cpp | 211 hidl_string iface = mInterfaceName; in sendRegistrationNotifications() local
|