Searched refs:getDeviceTypes_l (Results 1 – 3 of 3) sorted by relevance
233 virtual DeviceTypeSet getDeviceTypes_l() const REQUIRES(mutex()) = 0;
898 const DeviceTypeSet oldDevices = getDeviceTypes_l(); in processConfigEvents_l()902 const DeviceTypeSet newDevices = getDeviceTypes_l(); in processConfigEvents_l()909 const DeviceTypeSet oldDevices = getDeviceTypes_l(); in processConfigEvents_l()913 const DeviceTypeSet newDevices = getDeviceTypes_l(); in processConfigEvents_l()
378 DeviceTypeSet getDeviceTypes_l() const final REQUIRES(mutex()) { in getDeviceTypes_l() function