Searched refs:fromCache (Results 1 – 7 of 7) sorted by relevance
63 bool fromCache = false) const override;66 bool fromCache = false) const override;
696 bool fromCache) const in getOutputDevicesForAttributes()717 return fromCache? mDevicesForStrategies.at(strategy) : getDevicesForProductStrategy(strategy); in getOutputDevicesForAttributes()720 DeviceVector Engine::getOutputDevicesForStream(audio_stream_type_t stream, bool fromCache) const in getOutputDevicesForStream()723 return getOutputDevicesForAttributes(attributes, nullptr, fromCache); in getOutputDevicesForStream()
141 bool fromCache = false) const = 0;162 bool fromCache = false) const = 0;
59 bool fromCache = false) const override;62 bool fromCache = false) const override;
267 bool fromCache) const in getOutputDevicesForAttributes()288 return fromCache? mDevicesForStrategies.at(strategy) : getDevicesForProductStrategy(strategy); in getOutputDevicesForAttributes()291 DeviceVector Engine::getOutputDevicesForStream(audio_stream_type_t stream, bool fromCache) const in getOutputDevicesForStream()294 return getOutputDevicesForAttributes(attributes, nullptr, fromCache); in getOutputDevicesForStream()
535 bool fromCache);
5178 bool fromCache) in getNewOutputDevices() argument5219 devices = mEngine->getOutputDevicesForAttributes(attr, nullptr, fromCache); in getNewOutputDevices()