Searched defs:interfaces (Results 1 - 8 of 8) sorted by relevance

/system/tools/aidl/tests/
H A Dend_to_end_tests.cpp44 void AddStubAidls(const char** parcelables, const char** interfaces, argument
50 for ( ; *interfaces; ++interfaces) {
51 io_delegate_.AddStubInterface(*interfaces);
/system/connectivity/shill/cellular/
H A Dmodem_manager_1.cc121 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 Dchromeos_supplicant_process_proxy.h65 brillo::dbus_utils::Property<std::vector<dbus::ObjectPath>> interfaces; member in class:shill::ChromeosSupplicantProcessProxy::PropertySet
H A Dchromeos_dbus_objectmanager_proxy.cc139 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 Ddevice_info_unittest.cc112 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 Dproxy_rpc_server.cc133 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 Dast_java.h347 std::vector<const Type*> interfaces; member in struct:android::aidl::java::Class
/system/core/adf/libadf/
H A Dadf.c161 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 58 milliseconds