Searched refs:interfaces (Results 1 - 20 of 20) sorted by relevance

/system/libvintf/
H A DMatrixHal.cpp29 if (interfaces != other.interfaces)
H A DHalManifest.cpp89 for (const auto &iface : hal->interfaces) {
129 auto it = hal->interfaces.find(interfaceName);
130 if (it == hal->interfaces.end()) {
167 auto it = hal->interfaces.find(interfaceName);
168 if (it != hal->interfaces.end()) {
196 // Check if matrixHal.interfaces is a subset of instancesOfVersion
199 for (const auto& matrixHalInterfacePair : matrixHal.interfaces) {
219 // because interfaces / instances can span in multiple HALs.
224 for (const auto& halInterfacePair : manifestHal->interfaces) {
340 .interfaces
[all...]
H A Dparse_xml.cpp489 appendChildren(root, halInterfaceConverter, iterateValues(hal.interfaces), d);
492 std::vector<HalInterface> interfaces; variable
497 !parseChildren(root, halInterfaceConverter, &interfaces)) {
500 for (auto&& interface : interfaces) {
502 auto res = object->interfaces.emplace(std::move(name), std::move(interface));
593 appendChildren(root, halInterfaceConverter, iterateValues(hal.interfaces), d);
596 std::vector<HalInterface> interfaces; variable
601 !parseChildren(root, halInterfaceConverter, &interfaces)) {
628 object->interfaces.clear();
629 for (auto &&interface : interfaces) {
[all...]
/system/tools/hidl/
H A Dupdate-all-google-makefiles.sh6 $ANDROID_BUILD_TOP/hardware/interfaces/update-makefiles.sh
7 $ANDROID_BUILD_TOP/frameworks/hardware/interfaces/update-makefiles.sh
8 $ANDROID_BUILD_TOP/system/hardware/interfaces/update-makefiles.sh
/system/libvintf/include/vintf/
H A DMatrixHal.h40 std::map<std::string, HalInterface> interfaces; member in struct:android::vintf::MatrixHal
H A DManifestHal.h42 std::map<std::string, HalInterface> interfaces; member in struct:android::vintf::ManifestHal
/system/connectivity/wificond/tests/
H A Dnetlink_utils_unittest.cpp302 vector<InterfaceInfo> interfaces; local
303 EXPECT_TRUE(netlink_utils_->GetInterfaces(kFakeWiphyIndex, &interfaces));
304 EXPECT_TRUE(interfaces.size() == 1);
305 EXPECT_EQ(kFakeInterfaceIndex, interfaces[0].index);
306 EXPECT_EQ(string(kFakeInterfaceName), interfaces[0].name);
307 EXPECT_EQ(if_mac_addr, interfaces[0].mac_address);
344 vector<InterfaceInfo> interfaces; local
345 EXPECT_TRUE(netlink_utils_->GetInterfaces(kFakeWiphyIndex, &interfaces));
346 EXPECT_TRUE(interfaces.size() == 1);
347 EXPECT_EQ(kFakeInterfaceIndex, interfaces[
397 vector<InterfaceInfo> interfaces; local
417 vector<InterfaceInfo> interfaces; local
[all...]
H A Dmock_netlink_utils.h50 std::vector<InterfaceInfo>* interfaces));
/system/tools/hidl/test/vendor/1.0/
H A DAndroid.mk31 -randroid.hardware:hardware/interfaces \
51 -randroid.hardware:hardware/interfaces \
71 -randroid.hardware:hardware/interfaces \
91 -randroid.hardware:hardware/interfaces \
128 -randroid.hardware:hardware/interfaces \
148 -randroid.hardware:hardware/interfaces \
168 -randroid.hardware:hardware/interfaces \
188 -randroid.hardware:hardware/interfaces \
219 -randroid.hardware:hardware/interfaces \
/system/core/adf/libadf/include/adf/
H A Dadf.h68 * Atomically posts a new display configuration to the specified interfaces.
74 adf_id_t *interfaces, size_t n_interfaces,
78 * Atomically posts a new display configuration to the specified interfaces.
94 adf_id_t *interfaces, __u32 n_interfaces,
112 * Enumerates all interfaces belonging to an ADF device.
116 ssize_t adf_interfaces(struct adf_device *dev, adf_id_t **interfaces);
119 * Enumerates all interfaces which can be attached to the specified overlay
125 adf_id_t overlay_engine, adf_id_t **interfaces);
127 * Filters a list of interfaces by type.
129 * Returns the number of matching interfaces, an
[all...]
/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/tools/hidl/test/vendor/1.1/
H A DAndroid.mk32 -randroid.hardware:hardware/interfaces \
70 -randroid.hardware:hardware/interfaces \
/system/core/adf/libadf/
H A Dadf.cpp140 adf_id_t *interfaces, size_t n_interfaces,
148 data.interfaces = interfaces;
163 adf_id_t *interfaces, __u32 n_interfaces,
173 data.interfaces = (uintptr_t)interfaces;
222 ssize_t adf_interfaces(struct adf_device *dev, adf_id_t **interfaces) argument
227 return adf_find_nodes(pattern, interfaces);
231 adf_id_t overlay_engine, adf_id_t **interfaces)
244 return adf_id_vector_to_array(ids, interfaces);
139 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
162 adf_device_post_v2(struct adf_device *dev, adf_id_t *interfaces, __u32 n_interfaces, struct adf_buffer_config *bufs, __u32 n_bufs, void *custom_data, __u64 custom_data_size, enum adf_complete_fence_type complete_fence_type, int *complete_fence) argument
230 adf_interfaces_for_overlay_engine(struct adf_device *dev, adf_id_t overlay_engine, adf_id_t **interfaces) argument
[all...]
/system/core/adf/libadf/include/video/
H A Dadf.h97 __u32 __user * interfaces; member in struct:adf_post_config
109 __u64 interfaces; member in struct:adf_post_config_v2
/system/core/adf/libadf/original-kernel-headers/video/
H A Dadf.h146 * @n_interfaces: number of interfaces targeted by the flip (input)
147 * @interfaces: ids of interfaces targeted by the flip (input)
157 __u32 __user *interfaces; member in struct:adf_post_config
171 * @n_interfaces: number of interfaces targeted by the flip (input)
172 * @interfaces: ids of interfaces targeted by the flip (input)
184 __u64 interfaces; /* __u32 * packed into __u64 */ member in struct:adf_post_config_v2
215 * allocated by a different ADF interface, even if the two interfaces belong to
/system/connectivity/wificond/
H A Dserver.cpp182 ss << "Cached interfaces list from kernel message: " << endl;
208 vector<InterfaceInfo> interfaces; local
210 netlink_utils_->GetInterfaces(wiphy_index, &interfaces)) {
211 for (InterfaceInfo& interface : interfaces) {
225 // In the future we may support multiple interfaces at once. However,
227 LOG(ERROR) << "Cannot create AP interface when other interfaces exist";
243 LOG(ERROR) << "Failed to get interfaces info from kernel";
250 // p2p interface from station interfaces.
251 // Currently NAN interfaces also use station type.
252 // We should blacklist NAN interfaces a
[all...]
/system/tools/aidl/
H A Dgenerate_java_binder.cpp62 this->interfaces.push_back(interfaceType);
193 this->interfaces.push_back(interfaceType);
521 interface->interfaces.push_back(types->IInterfaceType());
H A Dast_java.cpp457 N = this->interfaces.size();
465 to->Write(" %s", this->interfaces[i]->JavaType().c_str());
H A Dast_java.h359 std::vector<const Type*> interfaces; member in struct:android::aidl::java::Class
/system/libvintf/test/
H A Dmain.cpp123 .interfaces = {
133 .interfaces = {
156 .interfaces = {
438 EXPECT_TRUE(insert(&mh.interfaces, {"IBetterCamera", {"default", "great"}}));
439 EXPECT_TRUE(insert(&mh.interfaces, {"ICamera", {"default"}}));

Completed in 499 milliseconds