Home
last modified time | relevance | path

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

/aosp12/system/libhidl/transport/include/hidl/
H A DServiceManagement.h54 void preloadPassthroughService(const std::string &descriptor);
96 static inline void preloadPassthroughService() { in preloadPassthroughService() function
97 details::preloadPassthroughService(I::descriptor); in preloadPassthroughService()
/aosp12/system/libhidl/
H A Dtest_main.cpp638 using ::android::hardware::preloadPassthroughService; in TEST_F()
646 preloadPassthroughService<IMemory>(); in TEST_F()
/aosp12/frameworks/native/libs/ui/
H A DGralloc2.cpp80 android::hardware::preloadPassthroughService<hardware::graphics::mapper::V2_0::IMapper>(); in preload()
H A DGralloc3.cpp77 android::hardware::preloadPassthroughService<IMapper>(); in preload()
H A DGralloc4.cpp87 android::hardware::preloadPassthroughService<IMapper>(); in preload()
/aosp12/system/libhidl/transport/
H A DServiceManagement.cpp576 void preloadPassthroughService(const std::string &descriptor) { in preloadPassthroughService() function