Home
last modified time | relevance | path

Searched refs:Engine (Results 1 – 25 of 35) sorted by relevance

12

/frameworks/av/services/audiopolicy/engineconfigurable/src/
DEngine.cpp43 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()
[all …]
DEngine.h32 class Engine : public EngineBase, AudioPolicyPluginInterface
35 Engine();
36 virtual ~Engine();
100 Engine(const Engine &object);
101 Engine &operator=(const Engine &object);
DEngineInstance.cpp41 Engine *EngineInstance::getEngine() const in getEngine()
43 static Engine engine; in getEngine()
/frameworks/av/services/audiopolicy/enginedefault/src/
DEngine.h45 class Engine : public EngineBase
48 Engine();
49 virtual ~Engine() = default;
75 Engine(const Engine &object);
76 Engine &operator=(const Engine &object);
DEngineInstance.cpp40 Engine *EngineInstance::getEngine() const in getEngine()
42 static Engine engine; in getEngine()
DEngine.cpp57 Engine::Engine() in Engine() function in android::audio_policy::Engine
69 status_t Engine::setForceUse(audio_policy_force_use_t usage, audio_policy_forced_cfg_t config) in setForceUse()
139 audio_devices_t Engine::getDeviceForStrategyInt(legacy_strategy strategy, in getDeviceForStrategyInt()
503 audio_devices_t Engine::getDeviceForInputSource(audio_source_t inputSource) const in getDeviceForInputSource()
668 void Engine::updateDeviceSelectionCache() in updateDeviceSelectionCache()
679 DeviceVector Engine::getDevicesForProductStrategy(product_strategy_t strategy) const in getDevicesForProductStrategy()
694 DeviceVector Engine::getOutputDevicesForAttributes(const audio_attributes_t &attributes, in getOutputDevicesForAttributes()
720 DeviceVector Engine::getOutputDevicesForStream(audio_stream_type_t stream, bool fromCache) const in getOutputDevicesForStream()
726 sp<DeviceDescriptor> Engine::getInputDeviceForAttributes(const audio_attributes_t &attr, in getInputDeviceForAttributes()
766 AudioPolicyManagerInterface *Engine::queryInterface() in queryInterface()
/frameworks/base/core/java/android/speech/tts/
DTextToSpeech.java242 public class Engine { class in TextToSpeech
819 Intent intent = new Intent(Engine.INTENT_ACTION_TTS_SERVICE); in connectToEngine()
1153 params == null ? null : params.get(Engine.KEY_PARAM_UTTERANCE_ID));
1224 params == null ? null : params.get(Engine.KEY_PARAM_UTTERANCE_ID));
1282 params == null ? null : params.get(Engine.KEY_PARAM_UTTERANCE_ID));
1376 mParams.putInt(Engine.KEY_PARAM_RATE, intRate);
1400 mParams.putInt(Engine.KEY_PARAM_PITCH, intPitch);
1419 mParams.putParcelable(Engine.KEY_PARAM_AUDIO_ATTRIBUTES,
1547 mParams.putString(Engine.KEY_PARAM_VOICE_NAME, voiceName);
1548 mParams.putString(Engine.KEY_PARAM_LANGUAGE, voiceLanguage);
[all …]
DTextToSpeechService.java36 import android.speech.tts.TextToSpeech.Engine;
409 return getSecureSettingInt(Settings.Secure.TTS_DEFAULT_RATE, Engine.DEFAULT_RATE); in getDefaultSpeechRate()
413 return getSecureSettingInt(Settings.Secure.TTS_DEFAULT_PITCH, Engine.DEFAULT_PITCH); in getDefaultPitch()
724 mVolume = Engine.DEFAULT_VOLUME; in AudioOutputParams()
725 mPan = Engine.DEFAULT_PAN; in AudioOutputParams()
745 Engine.KEY_PARAM_AUDIO_ATTRIBUTES); in createFromParamsBundle()
748 Engine.KEY_PARAM_STREAM, Engine.DEFAULT_STREAM); in createFromParamsBundle()
759 Engine.KEY_PARAM_SESSION_ID, in createFromParamsBundle()
762 Engine.KEY_PARAM_VOLUME, in createFromParamsBundle()
763 Engine.DEFAULT_VOLUME), in createFromParamsBundle()
[all …]
DTtsEngines.java33 import android.speech.tts.TextToSpeech.Engine;
141 Intent intent = new Intent(Engine.INTENT_ACTION_TTS_SERVICE); in getEngineInfo()
163 Intent intent = new Intent(Engine.INTENT_ACTION_TTS_SERVICE); in getEngines()
203 Intent intent = new Intent(Engine.INTENT_ACTION_TTS_SERVICE); in getSettingsIntent()
236 parser = si.loadXmlMetaData(pm, TextToSpeech.Engine.SERVICE_META_DATA); in settingsActivityFromServiceInfo()
/frameworks/base/tests/TtsTests/src/com/android/speech/tts/
DMockableCheckVoiceData.java41 setResult(TextToSpeech.Engine.CHECK_VOICE_DATA_FAIL, returnVal); in onCreate()
46 returnVal.putStringArrayListExtra(TextToSpeech.Engine.EXTRA_AVAILABLE_VOICES, in onCreate()
50 returnVal.putStringArrayListExtra(TextToSpeech.Engine.EXTRA_UNAVAILABLE_VOICES, in onCreate()
54 setResult(TextToSpeech.Engine.CHECK_VOICE_DATA_PASS, returnVal); in onCreate()
/frameworks/base/tests/Internal/src/android/service/wallpaper/
DWallpaperServiceTest.java38 public Engine onCreateEngine() { in testDeliversAmbientModeChanged()
39 return new Engine() { in testDeliversAmbientModeChanged()
47 WallpaperService.Engine engine = service.onCreateEngine(); in testDeliversAmbientModeChanged()
/frameworks/base/tests/Internal/src/stub/
DDummyWallpaperService.java26 public Engine onCreateEngine() { in onCreateEngine()
27 return new Engine(); in onCreateEngine()
/frameworks/base/services/tests/servicestests/src/com/android/server/wallpaper/
DWallpaperServiceTests.java59 public Engine onCreateEngine() { in testNotifyColorsChanged_rateLimit()
60 return new WallpaperService.Engine(clockFunction, handler) { in testNotifyColorsChanged_rateLimit()
69 WallpaperService.Engine engine = service.onCreateEngine(); in testNotifyColorsChanged_rateLimit()
/frameworks/av/services/audiopolicy/enginedefault/include/
DAudioPolicyEngineInstance.h26 class Engine; variable
60 Engine *getEngine() const;
/frameworks/av/services/audiopolicy/engineconfigurable/include/
DAudioPolicyEngineInstance.h25 class Engine; variable
59 Engine *getEngine() const;
/frameworks/av/services/audiopolicy/engineconfigurable/sepolicy/
Dfile.te1 # Policy Engine remote connection for runtime debug of parameter framework
/frameworks/av/services/audiopolicy/enginedefault/
DAndroid.bp5 "src/Engine.cpp",
/frameworks/av/services/audiopolicy/engineconfigurable/
DAndroid.bp11 "src/Engine.cpp",
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/proto/com/google/protobuf/
Dnested_builders_test.proto42 optional Engine engine = 1;
46 message Engine { message
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/com/google/protobuf/
Dnested_builders_test.proto41 optional Engine engine = 1;
45 message Engine { message
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/com/google/protobuf/
Dnested_builders_test.proto41 optional Engine engine = 1;
45 message Engine { message
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/
DREADME.md1 Configurable Policy Engine Example
/frameworks/wilhelm/tools/mphtogen/
Dmphtogen.c57 _(Engine) in main()
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java127 private final ArrayList<Engine> mActiveEngines
128 = new ArrayList<Engine>();
146 public class Engine { class in WallpaperService
390 public Engine() { in Engine() method in WallpaperService.Engine
402 public Engine(Supplier<Long> clockFunction, Handler handler) { in Engine() method in WallpaperService.Engine
1315 Engine mEngine;
1429 Engine engine = onCreateEngine(); in executeMessage()
1565 public abstract Engine onCreateEngine(); in onCreateEngine()
1571 Engine engine = mActiveEngines.get(i); in dump()
/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
DTestWallpaper.java49 public Engine onCreateEngine() { in onCreateEngine()
53 class ClockEngine extends Engine {

12