/system/tools/hidl/scripts/ |
D | gen-docs.sh | 38 function current-interfaces() { 50 function google-interfaces() { 52 hardware/interfaces 53 system/hardware/interfaces 54 frameworks/hardware/interfaces 59 current-interfaces "$ANDROID_BUILD_TOP/$root" 64 google-interfaces | cut -d ':' -f1 | sort | uniq
|
D | run-tests.sh | 45 local interfaces=$(run adb shell ${test_file} --list_registered_services \ 47 if [ -z "$interfaces" ]; then 50 for interface in ${interfaces} ; do
|
/system/libvintf/ |
D | MatrixHal.cpp | 33 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()
|
D | ManifestHal.cpp | 45 if (interfaces != other.interfaces) return false; in operator ==() 53 for (const auto& intf : iterateValues(interfaces)) { in forEachInstance()
|
/system/tools/hidl/ |
D | update-all-google-makefiles.sh | 6 $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
|
D | README.md | 24 hidl-gen -o output -L c++-impl -r android.hardware:hardware/interfaces -r android.hidl:system/libhi… 38 hidl-gen -L c++-impl -r vendor.foo:vendor/foo/interfaces vendor.foo.nfc@1.0 54 This tool generates html documentation for hal interfaces.
|
D | CleanSpec.mk | 47 $(call add-clean-step, rm -rf $(SOONG_OUT_DIR)/.intermediates/hardware/interfaces/tests/extension)
|
/system/connectivity/wificond/tests/ |
D | netlink_utils_unittest.cpp | 385 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/docs/ |
D | README.md | 19 $ ./bin/hidl-doc -v -i /path/to/android/hardware/interfaces/audio/2.0/types.hal \ 23 Parse all HAL files in the Android `/hardware/interfaces/` directory 28 $ ./bin/hidl-doc -v -s -i /path/to/android/hardware/interfaces/ \
|
/system/core/deprecated-adf/libadf/include/adf/ |
D | adf.h | 74 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/build/ |
D | hidl_interface.go | 334 var interfaces []string 350 interfaces = append(interfaces, baseName) 356 return interfaces, types, !hasError 359 func processDependencies(mctx android.LoadHookContext, interfaces []string) ([]string, []string, bo… 365 for _, v := range interfaces { 415 interfaces, types, _ := processSources(mctx, i.properties.Srcs) 417 if len(interfaces) == 0 && len(types) == 0 { 453 Outputs: concat(wrap(name.dir(), interfaces, "All.cpp"), wrap(name.dir(), types, ".cpp")), 463 Outputs: concat(wrap(name.dir()+"I", interfaces, ".h"), 464 wrap(name.dir()+"Bs", interfaces, ".h"), [all …]
|
/system/tools/hidl/c2hal/ |
D | README.md | 23 -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/ |
D | current.txt | 1 # 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/ |
D | required_error | 1 You can only extend interfaces
|
/system/libvintf/include/vintf/ |
D | ManifestHal.h | 49 interfaces(std::move(intf)) {} in ManifestHal() 57 std::map<std::string, HalInterface> interfaces; member
|
/system/libhidl/transport/ |
D | current.txt | 1 # Do not change this file except to add new interfaces. Changing 2 # pre-existing interfaces will fail VTS and break framework-only OTAs
|
/system/core/deprecated-adf/libadf/ |
D | adf.cpp | 143 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/libhidl/transport/token/1.0/ |
D | Android.bp | 12 interfaces: [
|
/system/libhidl/transport/allocator/1.0/ |
D | Android.bp | 12 interfaces: [
|
/system/hardware/interfaces/wifi/keystore/1.0/ |
D | Android.bp | 12 interfaces: [
|
/system/hardware/interfaces/net/netd/1.0/ |
D | Android.bp | 12 interfaces: [
|
/system/libhidl/transport/memory/block/1.0/ |
D | Android.bp | 12 interfaces: [
|
/system/libhidl/transport/manager/1.0/ |
D | Android.bp | 13 interfaces: [
|
/system/libhidl/transport/manager/1.1/ |
D | Android.bp | 12 interfaces: [
|
/system/libhidl/transport/memory/token/1.0/ |
D | Android.bp | 13 interfaces: [
|