HomeSort by relevance Sort by last modified time
    Searched refs:preloadPassthroughService (Results 1 - 4 of 4) sorted by null

  /system/libhidl/transport/include/hidl/
ServiceManagement.h 49 void preloadPassthroughService(const std::string &descriptor);
73 * E.x.: preloadPassthroughService<IFoo>();
76 static inline void preloadPassthroughService() {
77 details::preloadPassthroughService(I::descriptor);
  /system/libhidl/
test_main.cpp 461 using ::android::hardware::preloadPassthroughService;
467 preloadPassthroughService<IParent>();
  /frameworks/native/libs/ui/
Gralloc2.cpp 68 android::hardware::preloadPassthroughService<hardware::graphics::mapper::V2_0::IMapper>();
  /system/libhidl/transport/
ServiceManagement.cpp 501 void preloadPassthroughService(const std::string &descriptor) {

Completed in 1149 milliseconds