Searched refs:init (Results 401 - 425 of 456) sorted by relevance

<<111213141516171819

/frameworks/rs/driver/
H A DrsdShader.cpp41 init(textureNames, textureNamesCount, textureNamesLength);
117 void RsdShader::init(const char** textureNames, size_t textureNamesCount, function in class:RsdShader
H A DrsdGL.cpp418 dc->gl.vertexArrayState->init(dc->gl.gl.maxVertexAttribs);
/frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
H A DDefaultContainerService.java544 m.init(encryptionParams.getMacKey(), encryptionParams.getMacSpec());
568 c.init(Cipher.DECRYPT_MODE, encryptionParams.getEncryptionKey(),
/frameworks/base/core/java/android/app/
H A DActivityThread.java1908 context.init(info, null, this);
1924 context.init(new LoadedApk(this, "android", context, info,
2192 appContext.init(r.packageInfo, r.token, this);
2450 context.init(packageInfo, null, this);
2523 context.init(packageInfo, null, this);
4218 appContext.init(data.info, null, this);
4326 instrContext.init(pi, null, this);
4338 mInstrumentation.init(this, instrContext, appContext,
4920 context.init(getSystemContext().mPackageInfo, null, this);
5032 AsyncTask.init();
[all...]
H A DInstrumentation.java1598 /*package*/ final void init(ActivityThread thread, method in class:Instrumentation
/frameworks/av/media/libeffects/preprocessing/
H A DPreProcessing.cpp75 int (* init)(preproc_effect_t *fx); member in struct:preproc_ops_s
1357 if (effect->ops->init) {
1358 effect->ops->init(effect);
/frameworks/base/core/java/android/widget/
H A DNumberPicker.java163 init(locale);
166 private void init(Locale locale) { method in class:NumberPicker.TwoDigitFormatter
174 init(currentLocale);
/frameworks/base/services/java/com/android/server/
H A DLocationManagerService.java130 // --- fields below are final after init() ---
204 init();
208 private void init() { method in class:LocationManagerService
209 if (D) Log.d(TAG, "init()");
216 mBlacklist.init();
H A DConnectivityService.java338 public RadioAttributes(String init) { argument
339 String fragments[] = init.split(",");
3426 mLockdownTracker.init();
/frameworks/native/opengl/tests/hwc/
H A DhwcCommit.cpp305 void init(void);
428 init();
1501 void init(void) function
/frameworks/av/media/libstagefright/wifi-display/sink/
H A DRTPSink.cpp263 status_t RTPSink::init(bool useTCPInterleaving) { function in class:android::RTPSink
H A DWifiDisplaySink.cpp522 status_t err = mRTPSink->init(sUseTCPInterleaving);
/frameworks/av/services/audioflinger/
H A DAudioResamplerSinc.cpp237 void AudioResamplerSinc::init() { function in class:android::AudioResamplerSinc
253 // changes. Or load two pointers one for up and one for down in the init function.
/frameworks/base/core/java/android/animation/
H A DPropertyValuesHolder.java623 void init() { method in class:PropertyValuesHolder
H A DValueAnimator.java456 mValues[i].init();
/frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/
H A DRsRenderStatesRS.java40 public void init(RenderScriptGL rs, Resources res) { method in class:RsRenderStatesRS
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DColladaParser.java74 public void init(InputStream is, String rootDir) { method in class:ColladaParser
H A DSceneManager.java425 scene.init(mRS, mRes);
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java204 init();
209 init();
214 init();
388 private void init() { method in class:EditStyledText
/frameworks/wilhelm/src/android/
H A Dandroid_GenericPlayer.cpp63 void GenericPlayer::init(const notif_cbf_t cbf, void* notifUser) { function in class:android::GenericPlayer
64 SL_LOGD("GenericPlayer::init()");
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFilter.java129 public final void init() throws ProtocolException { method in class:Filter
/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp73 static SkPaint* init(JNIEnv* env, jobject clazz) { function in class:android::SkPaintGlue
829 {"native_init","()I", (void*) SkPaintGlue::init},
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java149 * This <b>must</b> be followed by a call to {@link RenderSessionImpl#init()}, which act as a
170 public Result init(long timeout) { method in class:RenderSessionImpl
171 Result result = super.init(timeout);
218 * the scene, or if {@link #init(long)} was not called.
/frameworks/base/libs/hwui/
H A DDisplayListRenderer.cpp191 init();
201 init();
277 void DisplayList::init() { function in class:android::uirenderer::DisplayList
/frameworks/av/media/libstagefright/wifi-display/source/
H A DSender.cpp185 status_t Sender::init( function in class:android::Sender

Completed in 5038 milliseconds

<<111213141516171819