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

/frameworks/ex/variablespeed/jni/
H A Djni_entry.cc84 AudioEngine *engine = new AudioEngine(targetFrames, local
87 if (!AudioEngine::CompareAndSetEngine(NULL, engine)) {
88 delete engine;
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;
150 // The callbacks from the engine require static callback functions.
152 // the engine.
540 static void CreateAndRealizeEngine(SLObjectItf &engine, argument
544 SLresult result = slCreateEngine(&engine,
607 SLObjectItf engine; local
[all...]
/frameworks/base/core/java/android/net/
H A DPskKeyManager.java143 * engine.
151 public String chooseServerKeyIdentityHint(SSLEngine engine) { argument
174 * engine.
185 public String chooseClientKeyIdentity(String identityHint, SSLEngine engine) { argument
208 * Gets the PSK to use for the provided engine.
221 public SecretKey getKey(String identityHint, String identity, SSLEngine engine) { argument
/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
116 // engine reports it could not load the specified language.
180 private void blockingInitAndVerify(final String engine, int errorCode) throws argument
189 listener, engine, MOCK_PACKAGE, false /* use fallback package */);
/frameworks/base/core/java/android/speech/tts/
H A DTtsEngines.java110 * @return the default TTS engine. If the user has set a default, and the engine
112 * the highest ranked engine is returned as per {@link EngineInfoComparator}.
115 String engine = getString(mContext.getContentResolver(),
117 return isEngineInstalled(engine) ? engine : getHighestRankedEngineName();
121 * @return the package name of the highest ranked system engine, {@code null}
135 * Returns the engine info for a given engine name. Note that engines are
144 // Note that the current API allows only one engine pe
187 isEngineInstalled(String engine) argument
198 getSettingsIntent(String engine) argument
[all...]
H A DTextToSpeech.java57 * to release the native resources used by the TextToSpeech engine.
79 * Denotes a failure of a TTS engine to synthesize the given input.
165 * Note that this notifies callers when the <b>engine</b> has finished has
176 * TextToSpeech engine initialization.
180 * Called to signal the completion of the TextToSpeech engine initialization.
209 * Intents to ask engine to install data or check its data and
210 * extras for a TTS engine's check data activity.
220 * engine behaviour. The engine can be queried for the set of features it supports
258 * Package name of the default TTS engine
701 TextToSpeech(Context context, OnInitListener listener, String engine) argument
711 TextToSpeech(Context context, OnInitListener listener, String engine, String packageName, boolean useFallback) argument
796 connectToEngine(String engine) argument
[all...]
/frameworks/base/services/tests/servicestests/src/com/android/server/content/
H A DSyncStorageEngineTest.java62 SyncStorageEngine engine; field in class:SyncStorageEngineTest
77 // Set up storage engine.
79 engine = SyncStorageEngine.newTestInstance(
96 SyncStorageEngine engine = SyncStorageEngine.newTestInstance(
104 long historyId = engine.insertStartSyncEvent(op, time0);
106 engine.stopSyncEvent(historyId, time1 - time0, "yay", 0, 0);
120 engine.insertIntoPending(sop);
122 // Force engine to read from disk.
123 engine.clearAndReadState();
125 assertTrue(engine
337 removePeriodicSyncs(SyncStorageEngine engine, Account account, int userId, String authority) 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.c503 IObject *construct(const ClassTable *clazz, unsigned exposedMask, SLEngineItf engine) argument
511 // a NULL engine means we are constructing the engine
512 IEngine *thisEngine = (IEngine *) engine;
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DRenderEngine.cpp122 RenderEngine* engine = NULL; local
125 engine = new GLES10RenderEngine();
128 engine = new GLES11RenderEngine();
132 engine = new GLES20RenderEngine();
135 engine->setEGLHandles(config, ctxt);
142 ALOGI("GL_MAX_TEXTURE_SIZE = %zu", engine->getMaxTextureSize());
143 ALOGI("GL_MAX_VIEWPORT_DIMS = %zu", engine->getMaxViewportDims());
148 return engine;
265 RenderEngine& engine, EGLImageKHR image) : mEngine(engine)
264 BindImageAsFramebuffer( RenderEngine& engine, EGLImageKHR image) argument
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_EGL14.cpp1193 /* EGLBoolean eglWaitNative ( EGLint engine ) */
1196 (JNIEnv *_env, jobject _this, jint engine) {
1199 (EGLint)engine
1195 android_eglWaitNative(JNIEnv *_env, jobject _this, jint engine) argument
H A Dcom_google_android_gles_jni_EGLImpl.cpp525 static jboolean jni_eglWaitNative(JNIEnv *_env, jobject _this, jint engine, jobject bindTarget) { argument
526 return EglBoolToJBool(eglWaitNative(engine));
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java122 boolean eglWaitNative(int engine, Object bindTarget); argument
/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DWallpaperManagerService.java251 // when we have an engine, but I'm not sure about
292 public void attachEngine(IWallpaperEngine engine) { argument
294 mEngine = engine;
315 public void engineShown(IWallpaperEngine engine) { argument
723 // We've attached to the service but the engine hasn't attached back to us
771 // We've attached to the service but the engine hasn't attached back to us
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp858 EGLBoolean eglWaitNative(EGLint engine) argument
866 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/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp303 RenderEngine& engine; member in class:android::MessageDestroyGLTexture
306 MessageDestroyGLTexture(RenderEngine& engine, uint32_t texture) argument
307 : engine(engine), texture(texture) {
310 engine.deleteTextures(1, &texture);
897 RenderEngine& engine(getRenderEngine());
898 engine.fillRegionWithColor(dirtyRegion, height, 1, 0, 1, 1);
1792 RenderEngine& engine(getRenderEngine());
1797 engine.beginGroup(colorMatrix);
1799 engine
[all...]
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java3895 // Now set up the backup engine / data source end of things
3906 // into the engine pipes
3909 // Read data off the engine pipe and pass it to the transport
4064 FullBackupEngine engine = new FullBackupEngine(out, mTarget.packageName, false);
4065 engine.backupOnePackage(mTarget);
4312 // Full restore engine, used by both adb restore and transport-based full restore
4407 Slog.w(TAG, "Restore engine used after halting");
5501 // ***** end new engine class ***
7152 * 6a. instantiate the engine for a stream restore: engine handle
7706 EngineThread(FullRestoreEngine engine, ParcelFileDescriptor engineSocket) argument
[all...]

Completed in 688 milliseconds