summaryrefslogtreecommitdiff
path: root/keystore2/src/vintf/vintf.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'keystore2/src/vintf/vintf.hpp')
-rw-r--r--keystore2/src/vintf/vintf.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/keystore2/src/vintf/vintf.hpp b/keystore2/src/vintf/vintf.hpp
index dbc88f0f..ef1e7882 100644
--- a/keystore2/src/vintf/vintf.hpp
+++ b/keystore2/src/vintf/vintf.hpp
@@ -18,9 +18,5 @@
#include "rust/cxx.h"
-rust::Vec<rust::String> get_hal_names();
-rust::Vec<rust::String> get_hal_names_and_versions();
rust::Vec<rust::String> get_hidl_instances(rust::Str package, size_t major_version,
size_t minor_version, rust::Str interfaceName);
-rust::Vec<rust::String> get_aidl_instances(rust::Str package, size_t version,
- rust::Str interfaceName);