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

  /system/hwservicemanager/
ServiceManager.h 57 void forEachExistingService(std::function<void(const HidlService *)> f) const;
ServiceManager.cpp 26 forEachExistingService([&] (const HidlService *) {
32 void ServiceManager::forEachExistingService(std::function<void(const HidlService *)> f) const {
263 forEachExistingService([&] (const HidlService *service) {

Completed in 72 milliseconds