/system/tools/aidl/tests/ |
D | end_to_end_tests.cpp | 44 void AddStubAidls(const char** parcelables, const char** interfaces, in AddStubAidls() argument 50 for ( ; *interfaces; ++interfaces) { in AddStubAidls() 51 io_delegate_.AddStubInterface(*interfaces); in AddStubAidls()
|
/system/connectivity/shill/cellular/ |
D | modem_manager_1.cc | 121 const vector<string>& interfaces) { in OnInterfacesRemovedSignal() argument 123 if (find(interfaces.begin(), in OnInterfacesRemovedSignal() 124 interfaces.end(), in OnInterfacesRemovedSignal() 125 MM_DBUS_INTERFACE_MODEM) != interfaces.end()) { in OnInterfacesRemovedSignal()
|
D | modem_manager.h | 173 const std::vector<std::string>& interfaces);
|
/system/core/adf/libadf/include/adf/ |
D | adf.h | 74 adf_id_t *interfaces, size_t n_interfaces, 93 ssize_t adf_interfaces(struct adf_device *dev, adf_id_t **interfaces); 102 adf_id_t overlay_engine, adf_id_t **interfaces);
|
/system/extras/tests/net_test/ |
D | README | 45 Access to host networking is provided by tap interfaces. On the host, the 46 interfaces are named <user>TAP0, <user>TAP1, etc., where <user> is the first 50 net_test does not do any networking setup beyond creating the tap interfaces. 59 The number of tap interfaces is currently hardcoded to two. To change this
|
/system/connectivity/shill/test-rpc-proxy/ |
D | proxy_rpc_server.cc | 133 std::vector<std::string> interfaces; in ConnectWifi() local 134 if (!shill_wifi_client->ListControlledWifiInterfaces(&interfaces) || in ConnectWifi() 135 interfaces.empty()) { in ConnectWifi() 138 wifi_interface = interfaces[0]; in ConnectWifi() 211 std::vector<std::string> interfaces; in ListControlledWifiInterfaces() local 212 if (!shill_wifi_client->ListControlledWifiInterfaces(&interfaces)) { in ListControlledWifiInterfaces() 217 for (const auto& interface : interfaces) { in ListControlledWifiInterfaces()
|
/system/core/adf/libadf/ |
D | adf.c | 161 adf_id_t *interfaces, size_t n_interfaces, in adf_device_post() argument 169 data.interfaces = interfaces; in adf_device_post() 212 ssize_t adf_interfaces(struct adf_device *dev, adf_id_t **interfaces) in adf_interfaces() argument 217 return adf_find_nodes(pattern, interfaces); in adf_interfaces() 221 adf_id_t overlay_engine, adf_id_t **interfaces) in adf_interfaces_for_overlay_engine() argument 255 *interfaces = ids_ret; in adf_interfaces_for_overlay_engine()
|
/system/connectivity/shill/dbus/ |
D | chromeos_dbus_objectmanager_proxy.cc | 139 const std::vector<std::string>& interfaces) { in InterfacesRemoved() argument 142 interfaces_removed_callback_.Run(object_path.value(), interfaces); in InterfacesRemoved()
|
D | chromeos_dbus_objectmanager_proxy.h | 68 const std::vector<std::string>& interfaces);
|
D | chromeos_supplicant_process_proxy.h | 65 brillo::dbus_utils::Property<std::vector<dbus::ObjectPath>> interfaces; variable
|
D | chromeos_supplicant_process_proxy.cc | 55 RegisterProperty(kPropertyInterfaces, &interfaces); in PropertySet()
|
/system/connectivity/shill/test-scripts/ |
D | veth | 38 --bind-interfaces
|
/system/tools/aidl/docs/ |
D | aidl-cpp.md | 9 - the aidl generator which transforms AIDL into client/server IPC interfaces 12 stubs for Binder interfaces from a specification in a file with the .aidl 13 extension. For Java interfaces, the executable is called `aidl` while for C++ 19 objects. C++ Binder interfaces were handcrafted with various degrees of 80 interfaces. 131 // file. This allows multiple interfaces to use a parcelable and its C++
|
/system/connectivity/apmanager/ |
D | device_info_unittest.cc | 112 void VerifyInterfaceList(const vector<Device::WiFiInterface>& interfaces) { in VerifyInterfaceList() argument 115 EXPECT_EQ(interfaces.size(), device_info_.interface_infos_.size()); in VerifyInterfaceList() 116 for (const auto& interface : interfaces) { in VerifyInterfaceList()
|
/system/extras/verity/ |
D | KeystoreSigner.java | 65 java.security.interfaces.RSAPublicKey k = in BootKey() 66 (java.security.interfaces.RSAPublicKey) key; in BootKey()
|
/system/core/libmincrypt/tools/ |
D | DumpPublicKey.java | 29 import java.security.interfaces.ECPublicKey; 30 import java.security.interfaces.RSAPublicKey;
|
/system/core/liblog/ |
D | README | 6 liblog - Android NDK logger interfaces 92 The logging interfaces are a series of macros, all of which can be 106 The log reading interfaces permit opening the logs either singly or
|
D | NOTICE | 58 separable from, or merely link (or bind by name) to the interfaces of,
|
/system/tools/aidl/ |
D | generate_java_binder.cpp | 62 this->interfaces.push_back(interfaceType); in StubClass() 193 this->interfaces.push_back(interfaceType); in ProxyClass() 520 interface->interfaces.push_back(types->IInterfaceType()); in generate_binder_interface_class()
|
D | ast_java.cpp | 452 N = this->interfaces.size(); in Write() 460 to->Write(" %s", this->interfaces[i]->JavaType().c_str()); in Write()
|
D | ast_java.h | 347 std::vector<const Type*> interfaces; member
|
/system/sepolicy/ |
D | attributes | 55 # All types used for network interfaces.
|
/system/core/libnetutils/ |
D | NOTICE | 58 separable from, or merely link (or bind by name) to the interfaces of,
|
/system/extras/memcpy-perf/ |
D | NOTICE | 58 separable from, or merely link (or bind by name) to the interfaces of,
|
/system/core/run-as/ |
D | NOTICE | 58 separable from, or merely link (or bind by name) to the interfaces of,
|