Home
last modified time | relevance | path

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

/device/google/trout/hal/dumpstate/1.1/config/
Ddumpstate_hal_configuration_V1_0.h66 const Service* getFirstService() const;
78 const Service* getFirstService() const;
Ddumpstate_hal_configuration_V1_0.cpp135 const Service* Services::getFirstService() const { in getFirstService() function in dumpstate::hal::configuration::V1_0::Services
165 const Service* SystemLogs::getFirstService() const { in getFirstService() function in dumpstate::hal::configuration::V1_0::SystemLogs
DXmlServiceSupplier.cpp49 auto xsvc = sl->getFirstService(); in XmlServiceSupplier()