Searched refs:init (Results 426 - 450 of 456) sorted by relevance

<<111213141516171819

/frameworks/base/core/java/android/app/
H A DLoadedApk.java498 appContext.init(this, null, mActivityThread);
/frameworks/base/core/java/android/view/
H A DViewGroup.java6165 list.init(parent, sort);
6197 private void init(ViewGroup parent, boolean sort) { method in class:ViewGroup.ChildListForAccessibility
6264 holder.init(root, view);
6335 private void init(ViewGroup root, View view) { method in class:ViewGroup.ViewLocationHolder
/frameworks/base/core/java/android/webkit/
H A DBrowserFrame.java230 CacheManager.init(appContext);
H A DWebView.java511 mProvider.init(javaScriptInterfaces, privateBrowsing);
1862 // number of dependencies here; the rest are deferred to init().
H A DZoomManager.java235 public void init(float density) { method in class:ZoomManager
H A DWebViewClassic.java712 static void init(Context c) { method in class:WebViewClassic.OnTrimMemoryListener
1229 * See {@link WebViewProvider#init(Map, boolean)}
1232 public void init(Map<String, Object> javaScriptInterfaces, boolean privateBrowsing) { method in class:WebViewClassic
1246 /* The init method must follow the creation of certain member variables,
1249 init();
1656 private void init() { method in class:WebViewClassic
1657 OnTrimMemoryListener.init(mContext);
1671 mZoomManager.init(density);
5789 // Computed in init().
H A DWebViewCore.java225 Message init = sWebCoreHandler.obtainMessage(
227 sWebCoreHandler.sendMessage(init);
/frameworks/base/core/java/com/android/internal/os/
H A DProcessStats.java264 public void init() { method in class:ProcessStats
/frameworks/base/libs/hwui/
H A DDisplayListRenderer.h403 void init();
/frameworks/base/services/common_time/
H A Dcommon_time_server.cpp199 if (!mCommonClock.init(mLocalClock.getLocalFreq()))
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1900 StreamFile.init(BufPtr, BufEnd);
1901 Stream.init(StreamFile);
2024 StreamFile.init(BufPtr, BufEnd);
2025 Stream.init(StreamFile);
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2198 StreamFile.init(BufPtr, BufEnd);
2199 Stream.init(StreamFile);
2322 StreamFile.init(BufPtr, BufEnd);
2323 Stream.init(StreamFile);
/frameworks/rs/
H A DrsAllocation.cpp45 if (!rsc->mHal.funcs.allocation.init(rsc, a, type->getElement()->getHasReferences())) {
/frameworks/support/renderscript/v8/rs_support/
H A DrsAllocation.cpp42 if (!rsc->mHal.funcs.allocation.init(rsc, a, type->getElement()->getHasReferences())) {
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DPagedView.java285 init();
291 protected void init() { method in class:PagedView
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp84 status_t StagefrightRecorder::init() { function in class:android::StagefrightRecorder
85 ALOGV("init");
/frameworks/av/media/libstagefright/wifi-display/source/
H A DWifiDisplaySource.cpp1075 status_t err = playbackSession->init(
/frameworks/base/core/jni/
H A Dandroid_view_GLES20Canvas.cpp103 Caches::getInstance().init();
/frameworks/base/services/java/com/android/server/
H A DBackupManagerService.java444 // Persistently track the need to do a full init
596 // Snapshot the pending-init queue and work on that
865 // If there are pending init operations, we process those
872 Slog.e(TAG, "Run init intent cancelled");
905 if (DEBUG) Slog.v(TAG, "Running a device init");
907 // Acquire the wakelock and pass it to the init thread. it will
908 // be released once init concludes.
1238 // We need an init before we can proceed with sending backup data.
1271 // ... but don't touch the needs-init sentinel
1309 // If the init sentine
[all...]
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp1456 status_t OMXCodec::init() { function in class:android::OMXCodec
2684 // releases the lock and ::init can notice the state change and
3642 // Calling init() before starting its source so that we can configure,
3645 if ((err = init()) != OK) {
3646 CODEC_LOGE("init failed: %d", err);
3664 return init();
/frameworks/av/services/audioflinger/
H A DAudioFlinger.h1640 status_t init();
/frameworks/base/core/java/android/text/
H A DLayout.java371 mLineBackgroundSpans.init(buffer, 0, textLength);
/frameworks/base/services/java/com/android/server/power/
H A DPowerManagerService.java161 // The name of the boot animation service in init.rc.
387 public void init(Context context, LightsService ls, method in class:PowerManagerService
402 // We do this in init() rather than in the constructor because setting the
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A Dcarousel.rs294 void init() {
297 if (debugTextureLoading) rsDebug("Renderscript: init()", 0);
/frameworks/base/core/java/android/content/
H A DSyncManager.java350 SyncStorageEngine.init(context);

Completed in 6759 milliseconds

<<111213141516171819