summaryrefslogtreecommitdiff
path: root/transport/include/hidl/ServiceManagement.h
diff options
context:
space:
mode:
Diffstat (limited to 'transport/include/hidl/ServiceManagement.h')
-rw-r--r--transport/include/hidl/ServiceManagement.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/transport/include/hidl/ServiceManagement.h b/transport/include/hidl/ServiceManagement.h
index 4573a25..a962034 100644
--- a/transport/include/hidl/ServiceManagement.h
+++ b/transport/include/hidl/ServiceManagement.h
@@ -18,7 +18,6 @@
#define ANDROID_HARDWARE_ISERVICE_MANAGER_H
#include <string>
-#include <vector>
#include <android/hidl/base/1.0/IBase.h>
#include <utils/StrongPointer.h>
@@ -72,14 +71,6 @@ sp<::android::hidl::manager::V1_0::IServiceManager> getPassthroughServiceManager
sp<::android::hidl::manager::V1_1::IServiceManager> getPassthroughServiceManager1_1();
/**
- * Given a descriptor (e.g. from IFoo::descriptor), return a list of all instance names
- * on a device (e.g. the VINTF manifest). These HALs may not be currently running, but
- * the expectation is that if they aren't running, they should start as lazy HALs.
- * So, getService should return for each of these instance names.
- */
-std::vector<std::string> getAllHalInstanceNames(const std::string& descriptor);
-
-/**
* Given a service that is in passthrough mode, this function will go ahead and load the
* required passthrough module library (but not call HIDL_FETCH_I* functions to instantiate it).
*