Home
last modified time | relevance | path

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

123456789

/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 …]
Dhidl2aidl-all-interfaces.sh8 function hidl2aidl-all-interfaces-main() {
26 hidl2aidl-all-interfaces-main
/system/libvintf/
DMatrixHal.cpp38 for (const auto& intf : iterateValues(interfaces)) { in isValid()
62 if (interfaces != other.interfaces) in operator ==()
86 for (const auto& intf : iterateValues(interfaces)) { in forEachInstance()
109 for (const auto& intf : iterateValues(interfaces)) { in forEachInstance()
178 auto it = interfaces.find(interface); in insertInstance()
179 if (it == interfaces.end()) in insertInstance()
180 it = interfaces.emplace(interface, HalInterface{interface, {}}).first; in insertInstance()
195 auto it = interfaces.find(interface); in removeInstance()
196 if (it == interfaces.end()) return false; in removeInstance()
198 if (!it->second.hasAnyInstance()) interfaces.erase(it); in removeInstance()
[all …]
/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/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/connectivity/wificond/tests/
Dnetlink_utils_unittest.cpp457 vector<InterfaceInfo> interfaces; in TEST_F() local
458 EXPECT_TRUE(netlink_utils_->GetInterfaces(kFakeWiphyIndex, &interfaces)); in TEST_F()
459 EXPECT_TRUE(interfaces.size() == 1); in TEST_F()
460 EXPECT_EQ(kFakeInterfaceIndex, interfaces[0].if_index); in TEST_F()
461 EXPECT_EQ(kFakeWiphyIndex, interfaces[0].wiphy_index); in TEST_F()
462 EXPECT_EQ(string(kFakeInterfaceName), interfaces[0].name); in TEST_F()
463 EXPECT_EQ(if_mac_addr, interfaces[0].mac_address); in TEST_F()
497 vector<InterfaceInfo> interfaces; in TEST_F() local
498 EXPECT_TRUE(netlink_utils_->GetInterfaces(kFakeWiphyIndex, &interfaces)); in TEST_F()
499 EXPECT_TRUE(interfaces.size() == 1); in TEST_F()
[all …]
Dmock_netlink_utils.h62 std::vector<InterfaceInfo>* interfaces));
65 std::vector<InterfaceInfo>* interfaces));
/system/sepolicy/vendor/
Dhal_can_socketcan.te8 # Managing SocketCAN interfaces
20 # Communicating with SocketCAN interfaces and bringing them up/down
27 # Un-publishing ICanBus interfaces
/system/tools/hidl/build/
Dhidl_interface.go232 var interfaces []string
235 interfaces = append(interfaces, strings.TrimSuffix(src, ".hal"))
243 for _, intf := range interfaces {
299 for i, intf := range interfaces {
443 var interfaces []string
459 interfaces = append(interfaces, baseName)
465 return interfaces, types, !hasError
468 func processDependencies(mctx android.LoadHookContext, interfaces []string) ([]string, []string, bo…
474 for _, v := range interfaces {
530 interfaces, types, _ := processSources(mctx, i.properties.Srcs)
[all …]
/system/tools/aidl/build/tests_bp2build/
DAndroid.bp25 name: "example-dep-aidl-interfaces",
48 name: "example-aidl-interfaces",
65 imports: ["example-dep-aidl-interfaces-V1"],
77 "example-aidl-interfaces-V2-java",
/system/tools/hidl/metadata/
DAndroid.bp1 // build time C++ available list of all HIDL interfaces in the tree
39 interfaces: [
46 interfaces: [
/system/libvintf/analyze_matrix/
Danalyze_matrix.cpp109 DEFINE_bool(interfaces, false, "Write strings like \"android.hardware.foo@1.0::IFoo\".");
144 auto interfaces = in main() local
146 if (interfaces.empty()) { in main()
150 for (const auto& interface : interfaces) { in main()
/system/tools/aidl/scripts/
Dexample_dep_build_failure_output.txt19 error: hardware/interfaces/automotive/audiocontrol/aidl/Android.bp:12:1: module "android.hardware.a…
20 error: hardware/interfaces/automotive/audiocontrol/aidl/Android.bp:12:1: module "android.hardware.a…
27 error: hardware/interfaces/automotive/audiocontrol/aidl/Android.bp:12:1: module "android.hardware.a…
32 error: hardware/interfaces/automotive/audiocontrol/aidl/Android.bp:12:1: module "android.hardware.a…
33 error: hardware/interfaces/automotive/audiocontrol/aidl/Android.bp:12:1: module "android.hardware.a…
40 error: hardware/interfaces/automotive/audiocontrol/aidl/Android.bp:12:1: module "android.hardware.a…
45 error: hardware/interfaces/audio/aidl/Android.bp:90:1: module "android.hardware.audio.core-V1-java"…
46 error: hardware/interfaces/audio/aidl/Android.bp:90:1: module "android.hardware.audio.core-V1-java"…
53 error: hardware/interfaces/audio/aidl/Android.bp:90:1: module "android.hardware.audio.core-V1-java"…
58 error: hardware/interfaces/automotive/audiocontrol/aidl/Android.bp:12:1: module "android.hardware.a…
[all …]
/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
DOWNERS1 include platform/hardware/interfaces:/OWNERS
/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/tools/hidl/test/error_test/interface_extends_only_interface/1.0/
Drequired_error1 You can only extend interfaces
/system/hardware/interfaces/media/
DOWNERS1 include platform/hardware/interfaces:/audio/OWNERS
/system/hardware/interfaces/wifi/keystore/1.0/
DAndroid.bp13 interfaces: [
/system/hardware/interfaces/net/netd/1.0/
DAndroid.bp13 interfaces: [
/system/hardware/interfaces/net/netd/1.1/
DAndroid.bp13 interfaces: [
/system/hardware/interfaces/suspend/1.0/
DAndroid.bp18 interfaces: [
/system/core/init/test_utils/
Dservice_utils.cpp50 result[service->name()] = service->interfaces(); in GetOnDeviceServiceInterfacesMap()

123456789