Searched defs:engine (Results 1 - 17 of 17) sorted by relevance

/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/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/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/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);
/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/jni/
H A Dcom_google_android_gles_jni_EGLImpl.cpp522 static jboolean jni_eglWaitNative(JNIEnv *_env, jobject _this, jint engine, jobject bindTarget) { argument
523 return eglWaitNative(engine);
H A Dandroid_opengl_EGL14.cpp1167 /* EGLBoolean eglWaitNative ( EGLint engine ) */
1170 (JNIEnv *_env, jobject _this, jint engine) {
1173 (EGLint)engine
1169 android_eglWaitNative(JNIEnv *_env, jobject _this, jint engine) argument
/frameworks/base/services/java/com/android/server/
H A DWallpaperManagerService.java235 // when we have an engine, but I'm not sure about
262 public void attachEngine(IWallpaperEngine engine) { argument
264 mEngine = engine;
269 public void engineShown(IWallpaperEngine engine) { 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 };
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java122 boolean eglWaitNative(int engine, Object bindTarget); argument
/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...]
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp674 EGLBoolean eglWaitNative(EGLint engine) argument
682 return cnx->egl.eglWaitNative(engine);
/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/base/media/jni/mediaeditor/
H A DVideoEditorMain.cpp80 jobject engine; member in struct:__anon1102
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/libagl/
H A Degl.cpp1850 EGLBoolean eglWaitNative(EGLint engine) argument

Completed in 1628 milliseconds