Searched defs:Engine (Results 1 - 6 of 6) 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 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 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...]
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);
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java68 * {@link Engine} as needed. Implementing a wallpaper thus
69 * involves subclassing from this, subclassing an Engine implementation,
108 private final ArrayList<Engine> mActiveEngines
109 = new ArrayList<Engine>();
123 * and as a preview), each of which is represented by its own Engine
125 * to return your concrete Engine implementation.
127 public class Engine { class in class:WallpaperService
429 * surface will be destroyed and this Engine object is no longer
1087 Engine mEngine;
1162 Engine engin
[all...]
/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...]

Completed in 5065 milliseconds