Searched defs:interfaces (Results 1 - 8 of 8) sorted by relevance
/system/tools/aidl/tests/ |
H A D | end_to_end_tests.cpp | 44 void AddStubAidls(const char** parcelables, const char** interfaces, argument 50 for ( ; *interfaces; ++interfaces) { 51 io_delegate_.AddStubInterface(*interfaces);
|
/system/connectivity/shill/cellular/ |
H A D | modem_manager_1.cc | 121 const vector<string>& interfaces) { 122 LOG(INFO) << "MM1: Removing interfaces from " << object_path; 123 if (find(interfaces.begin(), 124 interfaces.end(), 125 MM_DBUS_INTERFACE_MODEM) != interfaces.end()) { 119 OnInterfacesRemovedSignal( const string& object_path, const vector<string>& interfaces) argument
|
/system/connectivity/shill/dbus/ |
H A D | chromeos_supplicant_process_proxy.h | 65 brillo::dbus_utils::Property<std::vector<dbus::ObjectPath>> interfaces; member in class:shill::ChromeosSupplicantProcessProxy::PropertySet
|
H A D | chromeos_dbus_objectmanager_proxy.cc | 139 const std::vector<std::string>& interfaces) { 142 interfaces_removed_callback_.Run(object_path.value(), interfaces); 137 InterfacesRemoved( const dbus::ObjectPath& object_path, const std::vector<std::string>& interfaces) argument
|
/system/connectivity/apmanager/ |
H A D | device_info_unittest.cc | 112 void VerifyInterfaceList(const vector<Device::WiFiInterface>& interfaces) { argument 115 EXPECT_EQ(interfaces.size(), device_info_.interface_infos_.size()); 116 for (const auto& interface : interfaces) {
|
/system/connectivity/shill/test-rpc-proxy/ |
H A D | proxy_rpc_server.cc | 133 std::vector<std::string> interfaces; local 134 if (!shill_wifi_client->ListControlledWifiInterfaces(&interfaces) || 135 interfaces.empty()) { 138 wifi_interface = interfaces[0]; 211 std::vector<std::string> interfaces; local 212 if (!shill_wifi_client->ListControlledWifiInterfaces(&interfaces)) { 217 for (const auto& interface : interfaces) {
|
/system/tools/aidl/ |
H A D | ast_java.h | 347 std::vector<const Type*> interfaces; member in struct:android::aidl::java::Class
|
/system/core/adf/libadf/ |
H A D | adf.c | 161 adf_id_t *interfaces, size_t n_interfaces, 169 data.interfaces = interfaces; 212 ssize_t adf_interfaces(struct adf_device *dev, adf_id_t **interfaces) argument 217 return adf_find_nodes(pattern, interfaces); 221 adf_id_t overlay_engine, adf_id_t **interfaces) 255 *interfaces = ids_ret; 160 adf_device_post(struct adf_device *dev, adf_id_t *interfaces, size_t n_interfaces, struct adf_buffer_config *bufs, size_t n_bufs, void *custom_data, size_t custom_data_size) argument 220 adf_interfaces_for_overlay_engine(struct adf_device *dev, adf_id_t overlay_engine, adf_id_t **interfaces) argument
|
Completed in 124 milliseconds