Lines Matching refs:Engine
46 StreamCollection &Engine::getCollection<audio_stream_type_t>() in getCollection()
51 InputSourceCollection &Engine::getCollection<audio_source_t>() in getCollection()
57 const StreamCollection &Engine::getCollection<audio_stream_type_t>() const in getCollection()
62 const InputSourceCollection &Engine::getCollection<audio_source_t>() const in getCollection()
67 Engine::Engine() : mPolicyParameterMgr(new ParameterManagerWrapper()) in Engine() function in android::audio_policy::Engine
75 Engine::~Engine() in ~Engine()
81 status_t Engine::initCheck() in initCheck()
92 Element<Key> *Engine::getFromCollection(const Key &key) const in getFromCollection()
99 status_t Engine::add(const std::string &name, const Key &key) in add()
106 Property Engine::getPropertyForKey(Key key) const in getPropertyForKey()
116 bool Engine::setVolumeProfileForStream(const audio_stream_type_t &stream, in setVolumeProfileForStream()
127 bool Engine::setPropertyForKey(const Property &property, const Key &key) in setPropertyForKey()
137 status_t Engine::setPhoneState(audio_mode_t mode) in setPhoneState()
146 audio_mode_t Engine::getPhoneState() const in getPhoneState()
151 status_t Engine::setForceUse(audio_policy_force_use_t usage, in setForceUse()
161 audio_policy_forced_cfg_t Engine::getForceUse(audio_policy_force_use_t usage) const in getForceUse()
166 status_t Engine::setDeviceConnectionState(const sp<DeviceDescriptor> device, in setDeviceConnectionState()
183 status_t Engine::loadAudioPolicyEngineConfig() in loadAudioPolicyEngineConfig()
209 DeviceVector Engine::getDevicesForProductStrategy(product_strategy_t ps) const in getDevicesForProductStrategy()
280 DeviceVector Engine::getOutputDevicesForAttributes(const audio_attributes_t &attributes, in getOutputDevicesForAttributes()
306 DeviceVector Engine::getOutputDevicesForStream(audio_stream_type_t stream, bool fromCache) const in getOutputDevicesForStream()
312 sp<DeviceDescriptor> Engine::getInputDeviceForAttributes(const audio_attributes_t &attr, in getInputDeviceForAttributes()
349 void Engine::updateDeviceSelectionCache() in updateDeviceSelectionCache()
357 void Engine::setDeviceAddressForProductStrategy(product_strategy_t strategy, in setDeviceAddressForProductStrategy()
368 bool Engine::setDeviceTypesForProductStrategy(product_strategy_t strategy, audio_devices_t devices) in setDeviceTypesForProductStrategy()
380 EngineInterface *Engine::queryInterface() in queryInterface()
386 AudioPolicyPluginInterface *Engine::queryInterface() in queryInterface()