Home
last modified time | relevance | path

Searched refs:preloadPassthroughService (Results 1 – 3 of 3) sorted by relevance

/system/libhidl/transport/include/hidl/
DServiceManagement.h54 void preloadPassthroughService(const std::string &descriptor);
93 static inline void preloadPassthroughService() { in preloadPassthroughService() function
94 details::preloadPassthroughService(I::descriptor); in preloadPassthroughService()
/system/libhidl/
Dtest_main.cpp624 using ::android::hardware::preloadPassthroughService; in TEST_F()
632 preloadPassthroughService<IMemory>(); in TEST_F()
/system/libhidl/transport/
DServiceManagement.cpp605 void preloadPassthroughService(const std::string &descriptor) { in preloadPassthroughService() function