Searched refs:Engine (Results 1 - 20 of 20) sorted by relevance

/frameworks/av/services/audiopolicy/engineconfigurable/src/
H A DEngine.cpp27 #include "Engine.h"
43 StrategyCollection &Engine::getCollection<routing_strategy>()
48 StreamCollection &Engine::getCollection<audio_stream_type_t>()
53 UsageCollection &Engine::getCollection<audio_usage_t>()
58 InputSourceCollection &Engine::getCollection<audio_source_t>()
64 const StrategyCollection &Engine::getCollection<routing_strategy>() const
69 const StreamCollection &Engine::getCollection<audio_stream_type_t>() const
74 const UsageCollection &Engine::getCollection<audio_usage_t>() const
79 const InputSourceCollection &Engine::getCollection<audio_source_t>() const
84 Engine function in class:android::audio_policy::Engine
[all...]
H A DEngineInstance.cpp20 #include "Engine.h"
43 Engine *EngineInstance::getEngine() const
45 static Engine engine;
H A DEngine.h34 class Engine class in namespace:android::audio_policy
37 Engine();
38 virtual ~Engine();
48 ManagerInterfaceImpl(Engine *policyEngine)
93 Engine *mPolicyEngine;
99 PluginInterfaceImpl(Engine *policyEngine)
145 Engine *mPolicyEngine;
150 Engine(const Engine &object);
151 Engine
[all...]
/frameworks/av/services/audiopolicy/enginedefault/src/
H A DEngineInstance.cpp19 #include "Engine.h"
40 Engine *EngineInstance::getEngine() const
42 static Engine engine;
H A DEngine.h32 class Engine class in namespace:android::audio_policy
35 Engine();
36 virtual ~Engine();
46 ManagerInterfaceImpl(Engine *policyEngine)
96 Engine *mPolicyEngine;
101 Engine(const Engine &object);
102 Engine &operator=(const Engine &object);
H A DEngine.cpp27 #include "Engine.h"
40 Engine::Engine() function in class:android::audio_policy::Engine
50 Engine::~Engine()
54 void Engine::setObserver(AudioPolicyManagerObserver *observer)
60 status_t Engine::initCheck()
65 status_t Engine::setPhoneState(audio_mode_t state)
94 status_t Engine::setForceUse(audio_policy_force_use_t usage, audio_policy_forced_cfg_t config)
164 routing_strategy Engine
[all...]
/frameworks/base/tests/TtsTests/src/com/android/speech/tts/
H A DMockableCheckVoiceData.java41 setResult(TextToSpeech.Engine.CHECK_VOICE_DATA_FAIL, returnVal);
46 returnVal.putStringArrayListExtra(TextToSpeech.Engine.EXTRA_AVAILABLE_VOICES,
50 returnVal.putStringArrayListExtra(TextToSpeech.Engine.EXTRA_UNAVAILABLE_VOICES,
54 setResult(TextToSpeech.Engine.CHECK_VOICE_DATA_PASS, returnVal);
/frameworks/av/services/audiopolicy/enginedefault/include/
H A DAudioPolicyEngineInstance.h26 class Engine;
37 * Get Audio Policy Engine instance.
56 * Get Audio Policy Engine instance.
58 * @return Audio Policy Engine singleton.
60 Engine *getEngine() const;
/frameworks/av/services/audiopolicy/engineconfigurable/include/
H A DAudioPolicyEngineInstance.h27 class Engine;
38 * Get Audio Policy Engine instance.
57 * Get Audio Policy Engine instance.
59 * @return Audio Policy Engine singleton.
61 Engine *getEngine() const;
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java120 * @see Engine#KEY_FEATURE_NOT_INSTALLED
200 * has an utterance ID (see {@link TextToSpeech.Engine#KEY_PARAM_UTTERANCE_ID}).
224 * {@link Engine#KEY_PARAM_UTTERANCE_ID}, {@link Engine#KEY_PARAM_STREAM}.
228 * {@link Engine#KEY_FEATURE_NETWORK_SYNTHESIS}. These values may be passed in to
235 public class Engine { class in class:TextToSpeech
808 Intent intent = new Intent(Engine.INTENT_ACTION_TTS_SERVICE);
1076 * {@link Engine#KEY_PARAM_UTTERANCE_ID} parameter.
1083 * {@link Engine#KEY_PARAM_STREAM},
1084 * {@link Engine#KEY_PARAM_VOLUM
[all...]
H A DTextToSpeechService.java36 import android.speech.tts.TextToSpeech.Engine;
412 return getSecureSettingInt(Settings.Secure.TTS_DEFAULT_RATE, Engine.DEFAULT_RATE);
677 * {@link TextToSpeech.Engine#DEFAULT_VOLUME} (1.0f).
683 * The default value is {@link TextToSpeech.Engine#DEFAULT_PAN} (0.0f).
690 * or created from the value of {@link TextToSpeech.Engine#KEY_PARAM_STREAM}.
697 mVolume = Engine.DEFAULT_VOLUME;
698 mPan = Engine.DEFAULT_PAN;
719 Engine.KEY_PARAM_AUDIO_ATTRIBUTES);
722 Engine.KEY_PARAM_STREAM, Engine
[all...]
H A DTtsEngines.java34 import android.speech.tts.TextToSpeech.Engine;
139 Intent intent = new Intent(Engine.INTENT_ACTION_TTS_SERVICE);
160 Intent intent = new Intent(Engine.INTENT_ACTION_TTS_SERVICE);
199 Intent intent = new Intent(Engine.INTENT_ACTION_TTS_SERVICE);
232 parser = si.loadXmlMetaData(pm, TextToSpeech.Engine.SERVICE_META_DATA);
/frameworks/wilhelm/tools/mphtogen/
H A Dmphtogen.c57 _(Engine)
/frameworks/av/services/audiopolicy/enginedefault/
H A DAndroid.mk9 src/Engine.cpp \
/frameworks/av/services/audiopolicy/engineconfigurable/
H A DAndroid.mk11 src/Engine.cpp \
/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
H A DTestWallpaper.java49 public Engine onCreateEngine() {
53 class ClockEngine extends Engine {
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java69 * {@link Engine} as needed. Implementing a wallpaper thus
70 * involves subclassing from this, subclassing an Engine implementation,
109 private final ArrayList<Engine> mActiveEngines
110 = new ArrayList<Engine>();
124 * and as a preview), each of which is represented by its own Engine
126 * to return your concrete Engine implementation.
128 public class Engine { class in class:WallpaperService
430 * surface will be destroyed and this Engine object is no longer
1088 Engine mEngine;
1163 Engine engin
[all...]
/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
H A DScoAudioTest.java133 mTtsParams.put(TextToSpeech.Engine.KEY_PARAM_STREAM,
135 mTtsParams.put(TextToSpeech.Engine.KEY_PARAM_UTTERANCE_ID,
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java101 public Engine onCreateEngine() {
106 class DrawableEngine extends Engine {
/frameworks/base/
H A Dcompiled-classes-phone3692 android.service.wallpaper.WallpaperService$Engine
3693 android.service.wallpaper.WallpaperService$Engine$1
3694 android.service.wallpaper.WallpaperService$Engine$2
3695 android.service.wallpaper.WallpaperService$Engine$3
3696 android.service.wallpaper.WallpaperService$Engine$WallpaperInputEventReceiver

Completed in 402 milliseconds