Searched refs:fromCache (Results 1 – 7 of 7) sorted by relevance
59 bool fromCache = false) const override;62 bool fromCache = false) const override;
650 bool fromCache) const in getOutputDevicesForAttributes()671 return fromCache? mDevicesForStrategies.at(strategy) : getDevicesForProductStrategy(strategy); in getOutputDevicesForAttributes()674 DeviceVector Engine::getOutputDevicesForStream(audio_stream_type_t stream, bool fromCache) const in getOutputDevicesForStream()677 return getOutputDevicesForAttributes(attributes, nullptr, fromCache); in getOutputDevicesForStream()
141 bool fromCache = false) const = 0;162 bool fromCache = false) const = 0;
282 bool fromCache) const in getOutputDevicesForAttributes()303 return fromCache? mDevicesForStrategies.at(strategy) : getDevicesForProductStrategy(strategy); in getOutputDevicesForAttributes()306 DeviceVector Engine::getOutputDevicesForStream(audio_stream_type_t stream, bool fromCache) const in getOutputDevicesForStream()309 return getOutputDevicesForAttributes(attributes, nullptr, fromCache); in getOutputDevicesForStream()
553 bool fromCache);
5256 bool fromCache) in getNewOutputDevices() argument5304 devices = mEngine->getOutputDevicesForAttributes(attr, nullptr, fromCache); in getNewOutputDevices()