Lines Matching refs:Engine

43 StreamCollection &Engine::getCollection<audio_stream_type_t>()  in getCollection()
48 InputSourceCollection &Engine::getCollection<audio_source_t>() in getCollection()
54 const StreamCollection &Engine::getCollection<audio_stream_type_t>() const in getCollection()
59 const InputSourceCollection &Engine::getCollection<audio_source_t>() const in getCollection()
64 Engine::Engine() : mPolicyParameterMgr(new ParameterManagerWrapper()) in Engine() function in android::audio_policy::Engine
72 Engine::~Engine() in ~Engine()
78 status_t Engine::initCheck() in initCheck()
88 Element<Key> *Engine::getFromCollection(const Key &key) const in getFromCollection()
95 status_t Engine::add(const std::string &name, const Key &key) in add()
102 Property Engine::getPropertyForKey(Key key) const in getPropertyForKey()
112 bool Engine::setVolumeProfileForStream(const audio_stream_type_t &stream, in setVolumeProfileForStream()
123 bool Engine::setPropertyForKey(const Property &property, const Key &key) in setPropertyForKey()
133 status_t Engine::setPhoneState(audio_mode_t mode) in setPhoneState()
142 audio_mode_t Engine::getPhoneState() const in getPhoneState()
147 status_t Engine::setForceUse(audio_policy_force_use_t usage, in setForceUse()
157 audio_policy_forced_cfg_t Engine::getForceUse(audio_policy_force_use_t usage) const in getForceUse()
162 status_t Engine::setDeviceConnectionState(const sp<DeviceDescriptor> devDesc, in setDeviceConnectionState()
177 status_t Engine::loadAudioPolicyEngineConfig() in loadAudioPolicyEngineConfig()
203 DeviceVector Engine::getDevicesForProductStrategy(product_strategy_t ps) const in getDevicesForProductStrategy()
265 DeviceVector Engine::getOutputDevicesForAttributes(const audio_attributes_t &attributes, in getOutputDevicesForAttributes()
291 DeviceVector Engine::getOutputDevicesForStream(audio_stream_type_t stream, bool fromCache) const in getOutputDevicesForStream()
297 sp<DeviceDescriptor> Engine::getInputDeviceForAttributes(const audio_attributes_t &attr, in getInputDeviceForAttributes()
334 void Engine::updateDeviceSelectionCache() in updateDeviceSelectionCache()
342 void Engine::setDeviceAddressForProductStrategy(product_strategy_t strategy, in setDeviceAddressForProductStrategy()
353 bool Engine::setDeviceTypesForProductStrategy(product_strategy_t strategy, audio_devices_t devices) in setDeviceTypesForProductStrategy()
364 AudioPolicyManagerInterface *Engine::queryInterface() in queryInterface()
370 AudioPolicyPluginInterface *Engine::queryInterface() in queryInterface()