Home
last modified time | relevance | path

Searched refs:getAllHalInstanceNames (Results 1 – 7 of 7) sorted by relevance

/system/libhidl/transport/include/hidl/
DServiceManagement.h87 std::vector<std::string> getAllHalInstanceNames(const std::string& descriptor);
/system/hardware/interfaces/net/netd/1.0/vts/functional/
DVtsHalNetNetdV1_0TargetTest.cpp77 testing::ValuesIn(android::hardware::getAllHalInstanceNames(INetd::descriptor)),
/system/libhidl/transport/allocator/1.0/vts/functional/
DVtsHidlAllocatorV1_0TargetTest.cpp127 testing::ValuesIn(android::hardware::getAllHalInstanceNames(IAllocator::descriptor)),
/system/hardware/interfaces/wifi/keystore/1.0/default/test/
DWifiLegacyKeystoreIntegrationTest.cpp143 testing::ValuesIn(android::hardware::getAllHalInstanceNames(IKeystore::descriptor)),
/system/hardware/interfaces/net/netd/1.1/vts/functional/
DVtsHalNetNetdV1_1TargetTest.cpp326 testing::ValuesIn(android::hardware::getAllHalInstanceNames(INetd::descriptor)),
/system/hardware/interfaces/wifi/keystore/1.0/vts/functional/
DVtsHalWifiKeystoreV1_0TargetTest.cpp501 testing::ValuesIn(android::hardware::getAllHalInstanceNames(IKeystore::descriptor)),
/system/libhidl/transport/
DServiceManagement.cpp562 std::vector<std::string> getAllHalInstanceNames(const std::string& descriptor) { in getAllHalInstanceNames() function