Home
last modified time | relevance | path

Searched refs:interfaces (Results 1 – 25 of 192) sorted by relevance

12345678

/system/tools/hidl/scripts/
Dhal-queries.sh37 function all-interfaces() {
53 function current-interfaces() {
66 function changed-interfaces() {
77 comm -3 <(all-interfaces "$package_root" "$package") <(current-interfaces "$package_root")
85 changed-interfaces $ANDROID_BUILD_TOP/hardware/interfaces android.hardware \
88 changed-interfaces $ANDROID_BUILD_TOP/frameworks/hardware/interfaces android.frameworks
89 changed-interfaces $ANDROID_BUILD_TOP/system/hardware/interfaces android.system
90 changed-interfaces $ANDROID_BUILD_TOP/system/libhidl/transport android.hidl
93 function aosp-interfaces() {
102 all-interfaces "$ANDROID_BUILD_TOP/$path" "$root"
[all …]
Drun-tests.sh45 local interfaces=$(run adb shell ${test_file} --list_registered_services \
47 if [ -z "$interfaces" ]; then
50 for interface in ${interfaces} ; do
/system/libvintf/
DMatrixHal.cpp33 if (interfaces != other.interfaces) in operator ==()
57 for (const auto& intf : iterateValues(interfaces)) { in forEachInstance()
80 for (const auto& intf : iterateValues(interfaces)) { in forEachInstance()
149 auto it = interfaces.find(interface); in insertInstance()
150 if (it == interfaces.end()) in insertInstance()
151 it = interfaces.emplace(interface, HalInterface{interface, {}}).first; in insertInstance()
166 auto it = interfaces.find(interface); in removeInstance()
167 if (it == interfaces.end()) return false; in removeInstance()
169 if (!it->second.hasAnyInstance()) interfaces.erase(it); in removeInstance()
174 this->interfaces.clear(); in clearInstances()
DManifestHal.cpp61 if (interfaces != other.interfaces) return false; in operator ==()
69 for (const auto& intf : iterateValues(interfaces)) { in forEachInstance()
/system/tools/hidl/
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
DCleanSpec.mk47 $(call add-clean-step, rm -rf $(SOONG_OUT_DIR)/.intermediates/hardware/interfaces/tests/extension)
/system/tools/hidl/metadata/
DAndroid.bp1 // build time C++ available list of all HIDL interfaces in the tree
30 interfaces: [
37 interfaces: [
/system/core/init/
Dinterface_utils.cpp63 Result<void> CheckInterfaceInheritanceHierarchy(const std::set<FQName>& interfaces, in CheckInterfaceInheritanceHierarchy() argument
66 for (const FQName& intf : interfaces) { in CheckInterfaceInheritanceHierarchy()
77 interfaces.begin(), interfaces.end(), in CheckInterfaceInheritanceHierarchy()
/system/sepolicy/vendor/
Dhal_can_socketcan.te8 # Managing SocketCAN interfaces
18 # Communicating with SocketCAN interfaces and bringing them up/down
25 # Un-publishing ICanBus interfaces
/system/connectivity/wificond/tests/
Dnetlink_utils_unittest.cpp385 vector<InterfaceInfo> interfaces; in TEST_F() local
386 EXPECT_TRUE(netlink_utils_->GetInterfaces(kFakeWiphyIndex, &interfaces)); in TEST_F()
387 EXPECT_TRUE(interfaces.size() == 1); in TEST_F()
388 EXPECT_EQ(kFakeInterfaceIndex, interfaces[0].index); in TEST_F()
389 EXPECT_EQ(string(kFakeInterfaceName), interfaces[0].name); in TEST_F()
390 EXPECT_EQ(if_mac_addr, interfaces[0].mac_address); in TEST_F()
424 vector<InterfaceInfo> interfaces; in TEST_F() local
425 EXPECT_TRUE(netlink_utils_->GetInterfaces(kFakeWiphyIndex, &interfaces)); in TEST_F()
426 EXPECT_TRUE(interfaces.size() == 1); in TEST_F()
427 EXPECT_EQ(kFakeInterfaceIndex, interfaces[0].index); in TEST_F()
[all …]
/system/tools/hidl/build/
Dhidl_interface.go239 var interfaces []string
242 interfaces = append(interfaces, strings.TrimSuffix(src, ".hal"))
250 for _, intf := range interfaces {
315 for i, intf := range interfaces {
535 var interfaces []string
551 interfaces = append(interfaces, baseName)
557 return interfaces, types, !hasError
560 func processDependencies(mctx android.LoadHookContext, interfaces []string) ([]string, []string, bo…
566 for _, v := range interfaces {
617 interfaces, types, _ := processSources(mctx, i.properties.Srcs)
[all …]
/system/core/deprecated-adf/libadf/include/adf/
Dadf.h74 adf_id_t *interfaces, size_t n_interfaces,
94 adf_id_t *interfaces, __u32 n_interfaces,
116 ssize_t adf_interfaces(struct adf_device *dev, adf_id_t **interfaces);
125 adf_id_t overlay_engine, adf_id_t **interfaces);
/system/tools/hidl/c2hal/
DREADME.md23 -r package:path root: For example 'android.hardware:hardware/interfaces'.
29 c2hal -r android.hardware:hardware/interfaces -p android.hardware.baz@1.0 system/tools/hidl/c2hal/t…
32 c2hal -r android.hardware:hardware/interfaces -p android.hardware.simple@1.0 system/tools/hidl/c2ha…
35 c2hal -r android.hardware:hardware/interfaces -p android.hardware.nfc@1.0 hardware/libhardware/incl…
/system/hardware/interfaces/
Dcurrent.txt1 # Do not change this file except to add new interfaces. Changing
2 # pre-existing interfaces will fail VTS and break framework-only OTAs
/system/tools/hidl/test/error_test/interface_extends_only_interface/1.0/
Drequired_error1 You can only extend interfaces
/system/libhidl/transport/
Dcurrent.txt1 # Do not change this file except to add new interfaces. Changing
2 # pre-existing interfaces will fail VTS and break framework-only OTAs
/system/libvintf/include/vintf/
DManifestHal.h50 interfaces(std::move(intf)) {} in ManifestHal()
58 std::map<std::string, HalInterface> interfaces; member
/system/tools/hidl/test/build_variants/1.0/
DAndroid.bp6 interfaces: ["android.hidl.base@1.0"],
/system/tools/hidl/test/build_variants/2.0/
DAndroid.bp6 interfaces: ["android.hidl.base@1.0"],
/system/hardware/interfaces/net/netd/1.0/
DAndroid.bp9 interfaces: [
/system/hardware/interfaces/wifi/keystore/1.0/
DAndroid.bp9 interfaces: [
/system/libhidl/transport/manager/1.0/
DAndroid.bp10 interfaces: [
/system/core/deprecated-adf/libadf/
Dadf.cpp143 adf_id_t *interfaces, size_t n_interfaces, in adf_device_post() argument
151 data.interfaces = interfaces; in adf_device_post()
166 adf_id_t *interfaces, __u32 n_interfaces, in adf_device_post_v2() argument
176 data.interfaces = (uintptr_t)interfaces; in adf_device_post_v2()
225 ssize_t adf_interfaces(struct adf_device *dev, adf_id_t **interfaces) in adf_interfaces() argument
230 return adf_find_nodes(pattern, interfaces); in adf_interfaces()
234 adf_id_t overlay_engine, adf_id_t **interfaces) in adf_interfaces_for_overlay_engine() argument
248 return adf_id_vector_to_array(ids, interfaces); in adf_interfaces_for_overlay_engine()
/system/tools/hidl/test/format_test/1.0/
DAndroid.bp12 interfaces: [
/system/libhidl/transport/manager/1.1/
DAndroid.bp9 interfaces: [

12345678