summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2019-09-16 23:58:51 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-09-16 23:58:51 +0000
commitbb5a8f769070aa040db10172a90fcdd01935b693 (patch)
treef7823ddd712d56715e6e850a13f3de2f84b9f3ca
parentca8b9f69396d0a6483e0cd79f5a748c4c099ccfa (diff)
parent26f1181c61eec99a1368a2f49fdf47087fa1e930 (diff)
downloadfuzz-ndk-sysroot-r21.tar.gz
Merge "Rename to HalManifest.getHidlInstances"ndk-sysroot-r21
-rw-r--r--iface_fuzzer/ProtoFuzzerRunner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/iface_fuzzer/ProtoFuzzerRunner.cpp b/iface_fuzzer/ProtoFuzzerRunner.cpp
index 0088c14..9de2286 100644
--- a/iface_fuzzer/ProtoFuzzerRunner.cpp
+++ b/iface_fuzzer/ProtoFuzzerRunner.cpp
@@ -57,7 +57,7 @@ static string GetServiceName(const CompSpec &comp_spec) {
std::stoul(hal_version.substr(hal_version.find(".") + 1));
auto instance_names =
- ::android::vintf::VintfObject::GetDeviceHalManifest()->getInstances(
+ ::android::vintf::VintfObject::GetDeviceHalManifest()->getHidlInstances(
hal_name, Version(major_version, minor_version), iface_name);
if (instance_names.empty()) {
cerr << "HAL service name not available in VINTF." << endl;