Searched refs:fromCache (Results 1 – 7 of 7) sorted by relevance
60 bool fromCache = false) const override;63 bool fromCache = false) const override;
661 bool fromCache) const in getOutputDevicesForAttributes()682 return fromCache? mDevicesForStrategies.at(strategy) : getDevicesForProductStrategy(strategy); in getOutputDevicesForAttributes()685 DeviceVector Engine::getOutputDevicesForStream(audio_stream_type_t stream, bool fromCache) const in getOutputDevicesForStream()688 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()
59 bool fromCache = false) const override;62 bool fromCache = false) const override;
565 bool fromCache);
5435 bool fromCache) in getNewOutputDevices() argument5477 devices = mEngine->getOutputDevicesForAttributes(attr, nullptr, fromCache); in getNewOutputDevices()