Searched refs:engine (Results 1 - 25 of 32) sorted by relevance

12

/frameworks/base/core/java/android/service/wallpaper/
H A DIWallpaperConnection.aidl26 void attachEngine(IWallpaperEngine engine);
27 void engineShown(IWallpaperEngine engine);
H A DWallpaperService.java67 * your engine.
354 * Returns true if this engine is running in preview mode -- that is,
403 * Called once to initialize the engine. After returning, the
404 * engine's surface will be created by the framework.
410 * Called right before the engine is going away. After this the
1034 Engine engine = onCreateEngine();
1035 mEngine = engine;
1036 mActiveEngines.add(engine);
1037 engine.attach(this);
1152 * Must be implemented to return a new instance of the wallpaper's engine
[all...]
/frameworks/base/core/tests/coretests/src/android/content/
H A DSyncStorageEngineTest.java54 SyncStorageEngine engine = SyncStorageEngine.newTestInstance(
58 long historyId = engine.insertStartSyncEvent(
62 engine.stopSyncEvent(historyId, time1 - time0, "yay", 0, 0);
87 SyncStorageEngine engine = SyncStorageEngine.newTestInstance(
90 removePeriodicSyncs(engine, account1, 0, authority);
91 removePeriodicSyncs(engine, account2, 0, authority);
92 removePeriodicSyncs(engine, account1, 1, authority);
95 engine.addPeriodicSync(sync1.account, 0, sync1.authority, sync1.extras, sync1.period);
96 engine.addPeriodicSync(sync2.account, 0, sync2.authority, sync2.extras, sync2.period);
97 engine
124 removePeriodicSyncs(SyncStorageEngine engine, Account account, int userId, String authority) argument
[all...]
/frameworks/base/core/java/android/speech/tts/
H A DTtsEngines.java70 * @return the default TTS engine. If the user has set a default, and the engine
72 * the highest ranked engine is returned as per {@link EngineInfoComparator}.
75 String engine = getString(mContext.getContentResolver(),
77 return isEngineInstalled(engine) ? engine : getHighestRankedEngineName();
81 * @return the package name of the highest ranked system engine, {@code null}
95 * Returns the engine info for a given engine name. Note that engines are
104 // Note that the current API allows only one engine pe
147 isEngineInstalled(String engine) argument
158 getSettingsIntent(String engine) argument
[all...]
H A DTextToSpeech.java49 * to release the native resources used by the TextToSpeech engine.
116 * Note that this notifies callers when the <b>engine</b> has finished has
127 * TextToSpeech engine initialization.
131 * Called to signal the completion of the TextToSpeech engine initialization.
157 * Intents to ask engine to install data or check its data and
158 * extras for a TTS engine's check data activity.
168 * engine behaviour. The engine can be queried for the set of features it supports
206 * Package name of the default TTS engine.
209 * @deprecated No longer in use, the default engine i
526 TextToSpeech(Context context, OnInitListener listener, String engine) argument
536 TextToSpeech(Context context, OnInitListener listener, String engine, String packageName, boolean useFallback) argument
623 connectToEngine(String engine) argument
[all...]
/frameworks/base/keystore/java/android/security/
H A DAndroidKeyPairGenerator.java90 final OpenSSLEngine engine = OpenSSLEngine.getInstance("keystore");
92 privKey = engine.getPrivateKeyById(privateKeyAlias);
H A DKeyChain.java309 final OpenSSLEngine engine = OpenSSLEngine.getInstance("keystore");
310 return engine.getPrivateKeyById(keyId);
H A DAndroidKeyStore.java81 final OpenSSLEngine engine = OpenSSLEngine.getInstance("keystore");
83 return engine.getPrivateKeyById(Credentials.USER_PRIVATE_KEY + alias);
/frameworks/av/media/libeffects/preprocessing/
H A DPreProcessing.cpp59 PREPROC_EFFECT_STATE_CREATED, // webRTC engine created
64 // handle on webRTC engine
91 preproc_fx_handle_t engine; // handle on webRTC engine member in struct:preproc_effect_s
271 webrtc::GainControl *agc = static_cast<webrtc::GainControl *>(effect->engine);
287 effect->engine = static_cast<preproc_fx_handle_t>(agc);
300 webrtc::GainControl *agc = static_cast<webrtc::GainControl *>(effect->engine);
361 webrtc::GainControl *agc = static_cast<webrtc::GainControl *>(effect->engine);
400 webrtc::GainControl *agc = static_cast<webrtc::GainControl *>(effect->engine);
408 webrtc::GainControl *agc = static_cast<webrtc::GainControl *>(effect->engine);
[all...]
/frameworks/ex/variablespeed/jni/
H A Dvariablespeed.cc106 // Static instance of audio engine, and methods for getting, setting and
109 // The single global audio engine instance.
116 LOGE("you haven't initialized the audio engine");
123 void AudioEngine::SetEngine(AudioEngine* engine) { argument
125 LOGE("you have already set the audio engine");
129 audioEngine_ = engine;
134 LOGE("you haven't initialized the audio engine");
143 // The callbacks from the engine require static callback functions.
145 // the engine.
533 static void CreateAndRealizeEngine(SLObjectItf &engine, argument
600 SLObjectItf engine; local
[all...]
H A Dvariablespeed.h39 // This is the audio engine class.
66 static void SetEngine(AudioEngine* engine);
91 // The single global audio engine instance.
/frameworks/base/tests/TtsTests/src/com/android/speech/tts/
H A DTextToSpeechTests.java59 // Fail on an engine that doesn't exist.
62 // Also, the "current engine" must be null
104 // engine reports it could not load the specified language.
175 private void blockingInitAndVerify(final String engine, int errorCode) throws argument
184 listener, engine, MOCK_PACKAGE, false /* use fallback package */);
/frameworks/native/opengl/tools/glgen/specs/egl/
H A DEGL14.spec31 EGLBoolean eglWaitNative ( EGLint engine )
/frameworks/base/opengl/java/android/opengl/
H A DEGLLogWrapper.java358 public boolean eglWaitNative(int engine, Object bindTarget) { argument
360 arg("engine", engine);
363 boolean result = mEgl10.eglWaitNative(engine, bindTarget);
H A DEGL14.java427 // C function EGLBoolean eglWaitNative ( EGLint engine )
430 int engine
/frameworks/wilhelm/tests/sandbox/
H A DAndroid.mk57 # engine
68 engine.c
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java122 boolean eglWaitNative(int engine, Object bindTarget); argument
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiConfiguration.java54 * String to set the engine value to when it should be enabled.
60 * String to set the engine value to when it should be disabled.
118 public EnterpriseField engine = new EnterpriseField("engine"); field in class:WifiConfiguration
129 engine, engine_id, key_id, ca_cert };
H A DWifiConfigStore.java1130 if (field == config.engine) {
1453 if (field != config.eap && field != config.engine) {
1489 config.engine.setValue(WifiConfiguration.ENGINE_ENABLE);
1505 final EnterpriseField needsUpdate[] = { config.engine, config.engine_id, config.key_id };
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorMain.cpp80 jobject engine; member in struct:__anon29
479 pEnv->CallVoidMethod(pContext->engine,
983 pEnv->CallVoidMethod(pContext->engine,
1437 pEnv->CallVoidMethod(pContext->engine,
1451 pEnv->CallVoidMethod(pContext->engine,
1460 pEnv->CallVoidMethod(pContext->engine,
2476 pEnv->CallVoidMethod(pContext->engine, pContext->onProgressUpdateMethodId,
2499 // Check if a global reference to the engine object was set.
2500 if (NULL != pContext->engine)
2503 pEnv->DeleteGlobalRef(pContext->engine);
[all...]
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Degl.h221 GLAPI EGLBoolean APIENTRY eglWaitNative (EGLint engine);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java48 public native boolean eglWaitNative(int engine, Object bindTarget); argument
/frameworks/wilhelm/src/
H A Dsles.c487 IObject *construct(const ClassTable *clazz, unsigned exposedMask, SLEngineItf engine) argument
495 // a NULL engine means we are constructing the engine
496 IEngine *thisEngine = (IEngine *) engine;
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
H A DAccessPointParserHelper.java218 config.engine.setValue("");
/frameworks/native/opengl/include/EGL/
H A Degl.h311 EGLAPI EGLBoolean EGLAPIENTRY eglWaitNative(EGLint engine);

Completed in 462 milliseconds

12