Home
last modified time | relevance | path

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

12

/frameworks/av/services/audiopolicy/engineconfigurable/src/
DEngine.cpp43 StrategyCollection &Engine::getCollection<routing_strategy>() in getCollection()
48 StreamCollection &Engine::getCollection<audio_stream_type_t>() in getCollection()
53 UsageCollection &Engine::getCollection<audio_usage_t>() in getCollection()
58 InputSourceCollection &Engine::getCollection<audio_source_t>() in getCollection()
64 const StrategyCollection &Engine::getCollection<routing_strategy>() const in getCollection()
69 const StreamCollection &Engine::getCollection<audio_stream_type_t>() const in getCollection()
74 const UsageCollection &Engine::getCollection<audio_usage_t>() const in getCollection()
79 const InputSourceCollection &Engine::getCollection<audio_source_t>() const in getCollection()
84 Engine::Engine() in Engine() function in android::audio_policy::Engine
92 Engine::~Engine() in ~Engine()
[all …]
DEngine.h34 class Engine
37 Engine();
38 virtual ~Engine();
48 ManagerInterfaceImpl(Engine *policyEngine) in ManagerInterfaceImpl()
93 Engine *mPolicyEngine;
99 PluginInterfaceImpl(Engine *policyEngine) in PluginInterfaceImpl()
145 Engine *mPolicyEngine;
150 Engine(const Engine &object);
151 Engine &operator=(const Engine &object);
DEngineInstance.cpp43 Engine *EngineInstance::getEngine() const in getEngine()
45 static Engine engine; in getEngine()
/frameworks/av/services/audiopolicy/enginedefault/src/
DEngine.h32 class Engine
35 Engine();
36 virtual ~Engine();
46 ManagerInterfaceImpl(Engine *policyEngine) in ManagerInterfaceImpl()
96 Engine *mPolicyEngine;
101 Engine(const Engine &object);
102 Engine &operator=(const Engine &object);
DEngine.cpp40 Engine::Engine() in Engine() function in android::audio_policy::Engine
50 Engine::~Engine() in ~Engine()
54 void Engine::setObserver(AudioPolicyManagerObserver *observer) in setObserver()
60 status_t Engine::initCheck() in initCheck()
65 status_t Engine::setPhoneState(audio_mode_t state) in setPhoneState()
94 status_t Engine::setForceUse(audio_policy_force_use_t usage, audio_policy_forced_cfg_t config) in setForceUse()
164 routing_strategy Engine::getStrategyForStream(audio_stream_type_t stream) in getStrategyForStream()
196 routing_strategy Engine::getStrategyForUsage(audio_usage_t usage) in getStrategyForUsage()
232 audio_devices_t Engine::getDeviceForStrategy(routing_strategy strategy) const in getDeviceForStrategy()
245 audio_devices_t Engine::getDeviceForStrategyInt(routing_strategy strategy, in getDeviceForStrategyInt()
[all …]
DEngineInstance.cpp40 Engine *EngineInstance::getEngine() const in getEngine()
42 static Engine engine; in getEngine()
/frameworks/base/core/java/android/speech/tts/
DTextToSpeech.java235 public class Engine { class in TextToSpeech
808 Intent intent = new Intent(Engine.INTENT_ACTION_TTS_SERVICE); in connectToEngine()
1143 params == null ? null : params.get(Engine.KEY_PARAM_UTTERANCE_ID));
1214 params == null ? null : params.get(Engine.KEY_PARAM_UTTERANCE_ID));
1272 params == null ? null : params.get(Engine.KEY_PARAM_UTTERANCE_ID));
1366 mParams.putInt(Engine.KEY_PARAM_RATE, intRate);
1390 mParams.putInt(Engine.KEY_PARAM_PITCH, intPitch);
1409 mParams.putParcelable(Engine.KEY_PARAM_AUDIO_ATTRIBUTES,
1536 mParams.putString(Engine.KEY_PARAM_VOICE_NAME, voiceName);
1537 mParams.putString(Engine.KEY_PARAM_LANGUAGE, voiceLanguage);
[all …]
DTextToSpeechService.java36 import android.speech.tts.TextToSpeech.Engine;
412 return getSecureSettingInt(Settings.Secure.TTS_DEFAULT_RATE, Engine.DEFAULT_RATE); in getDefaultSpeechRate()
697 mVolume = Engine.DEFAULT_VOLUME; in AudioOutputParams()
698 mPan = Engine.DEFAULT_PAN; in AudioOutputParams()
719 Engine.KEY_PARAM_AUDIO_ATTRIBUTES); in createFromV1ParamsBundle()
722 Engine.KEY_PARAM_STREAM, Engine.DEFAULT_STREAM); in createFromV1ParamsBundle()
733 Engine.KEY_PARAM_SESSION_ID, in createFromV1ParamsBundle()
736 Engine.KEY_PARAM_VOLUME, in createFromV1ParamsBundle()
737 Engine.DEFAULT_VOLUME), in createFromV1ParamsBundle()
739 Engine.KEY_PARAM_PAN, in createFromV1ParamsBundle()
[all …]
DTtsEngines.java34 import android.speech.tts.TextToSpeech.Engine;
139 Intent intent = new Intent(Engine.INTENT_ACTION_TTS_SERVICE); in getEngineInfo()
160 Intent intent = new Intent(Engine.INTENT_ACTION_TTS_SERVICE); in getEngines()
199 Intent intent = new Intent(Engine.INTENT_ACTION_TTS_SERVICE); in getSettingsIntent()
232 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/docs/html/training/wearables/watch-faces/
Ddrawing.jd59 …/support/wearable/watchface/WatchFaceService.Engine.html#onCreate(android.view.SurfaceHolder)"><co…
62 …roid/support/wearable/watchface/WatchFaceService.Engine.html#onVisibilityChanged(boolean)"><code>E…
73 …ce/android/support/wearable/watchface/WatchFaceService.Engine.html"><code>WatchFaceService.Engine<…
98 private class Engine extends CanvasWatchFaceService.Engine {
150 <a href="{@docRoot}reference/android/support/wearable/watchface/CanvasWatchFaceService.Engine.html#…
152 <a href="{@docRoot}reference/android/support/wearable/watchface/CanvasWatchFaceService.Engine.html#…
163 …/support/wearable/watchface/WatchFaceService.Engine.html#onCreate(android.view.SurfaceHolder)"><co…
204 …le/watchface/CanvasWatchFaceService.Engine.html#onDraw(android.graphics.Canvas, android.graphics.R…
220 …roid/support/wearable/watchface/WatchFaceService.Engine.html#onVisibilityChanged(boolean)"><code>E…
248 <a href="{@docRoot}reference/android/support/wearable/watchface/WatchFaceService.Engine.html#onVisi…
[all …]
Dperformance.jd40 <h3>Use callbacks in WatchFaceService.Engine</h3>
45 WatchFaceService.Engine.html">{@code WatchFaceService.Engine}</a>.
56 WatchFaceService.Engine.html">{@code WatchFaceService.Engine}</a>):</p>
126 …le/watchface/CanvasWatchFaceService.Engine.html#onDraw(android.graphics.Canvas, android.graphics.R…
133 …le/watchface/CanvasWatchFaceService.Engine.html#onDraw(android.graphics.Canvas, android.graphics.R…
196 …le/watchface/CanvasWatchFaceService.Engine.html#onDraw(android.graphics.Canvas, android.graphics.R…
201 …le/watchface/CanvasWatchFaceService.Engine.html#onDraw(android.graphics.Canvas, android.graphics.R…
212 …/support/wearable/watchface/WatchFaceService.Engine.html#onCreate(android.view.SurfaceHolder)"><co…
215 android.service.wallpaper.WallpaperService.Engine#onSurfaceChanged(android.view.SurfaceHolder, int,…
216 Engine.onSurfaceChanged()} method, which provides you with the size of the canvas.</p>
[all …]
Dservice.jd123 …d/support/wearable/watchface/CanvasWatchFaceService.Engine.html"><code>CanvasWatchFaceService.Engi…
125 …d/support/wearable/watchface/CanvasWatchFaceService.Engine.html"><code>CanvasWatchFaceService.Engi…
136 public Engine onCreateEngine() {
138 return new Engine();
142 private class Engine extends CanvasWatchFaceService.Engine {
186 <a href="{@docRoot}reference/android/support/wearable/watchface/CanvasWatchFaceService.Engine.html#…
189 <a href="{@docRoot}reference/android/support/wearable/watchface/CanvasWatchFaceService.Engine.html#…
191 <a href="{@docRoot}reference/android/support/wearable/watchface/CanvasWatchFaceService.Engine.html#…
195 …d/support/wearable/watchface/CanvasWatchFaceService.Engine.html"><code>CanvasWatchFaceService.Engi…
Dissues.jd35 <a href="{@docRoot}reference/android/service/wallpaper/WallpaperService.Engine.html#onApplyWindowIn…
37 …d/support/wearable/watchface/CanvasWatchFaceService.Engine.html"><code>CanvasWatchFaceService.Engi…
41 private class Engine extends CanvasWatchFaceService.Engine {
82 …support/wearable/watchface/WatchFaceService.Engine.html#getPeekCardPosition()"><code>WatchFaceServ…
Dinteracting.jd50 <a href="{@docRoot}reference/android/support/wearable/watchface/WatchFaceService.Engine.html#onTapC…
51 {@code WatchFaceService.Engine.onTapCommand()}</a> method. Override this method in your
53 <a href="{@docRoot}reference/android/support/wearable/watchface/WatchFaceService.Engine.html">
54 {@code WatchFaceService.Engine}</a>to initiate the action you wish to perform, such
64 <a href="{@docRoot}reference/android/support/wearable/watchface/WatchFaceService.Engine.html#onTapC…
Dinformation.jd105 …d/support/wearable/watchface/CanvasWatchFaceService.Engine.html"><code>CanvasWatchFaceService.Engi…
159 private class Engine extends CanvasWatchFaceService.Engine {
202 <a href="{@docRoot}reference/android/support/wearable/watchface/CanvasWatchFaceService.Engine.html#…
204 <code>Engine</code> class so you can access it inside the
205 <a href="{@docRoot}reference/android/support/wearable/watchface/CanvasWatchFaceService.Engine.html#…
/frameworks/av/services/audiopolicy/enginedefault/include/
DAudioPolicyEngineInstance.h26 class Engine; variable
60 Engine *getEngine() const;
/frameworks/av/services/audiopolicy/engineconfigurable/include/
DAudioPolicyEngineInstance.h27 class Engine; variable
61 Engine *getEngine() const;
/frameworks/base/docs/html/ndk/samples/
Dsample_teapot.jd167 provided by {@code ndk_helper} via the {@code Engine} class.</p>
182 void Engine::ShowUI()
204 void Engine::UpdateFPS( float fFPS )
290 void Engine::TransformPosition( ndk_helper::Vec2& vec )
305 void Engine::HandleCmd( struct android_app* app,
308 Engine* eng = (Engine*) app->userData;
358 state->onAppCmd = Engine::HandleCmd;
359 state->onInputEvent = Engine::HandleInput;
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/
DREADME.md1 Configurable Policy Engine Example
/frameworks/av/services/audiopolicy/enginedefault/
DAndroid.mk9 src/Engine.cpp \
/frameworks/wilhelm/tools/mphtogen/
Dmphtogen.c57 _(Engine) in main()
/frameworks/av/services/audiopolicy/engineconfigurable/
DAndroid.mk11 src/Engine.cpp \
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java108 private final ArrayList<Engine> mActiveEngines
109 = new ArrayList<Engine>();
127 public class Engine { class in WallpaperService
1087 Engine mEngine;
1162 Engine engine = onCreateEngine(); in executeMessage()
1277 public abstract Engine onCreateEngine(); in onCreateEngine()
1283 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