Home
last modified time | relevance | path

Searched refs:instantiate (Results 1 – 25 of 93) sorted by relevance

1234

/frameworks/av/media/mediaserver/
Dmain_mediaserver.cpp61 MediaLogService::instantiate(); in main()
132 AudioFlinger::instantiate(); in main()
133 MediaPlayerService::instantiate(); in main()
134 ResourceManagerService::instantiate(); in main()
135 CameraService::instantiate(); in main()
136 AudioPolicyService::instantiate(); in main()
137 SoundTriggerHwService::instantiate(); in main()
138 RadioService::instantiate(); in main()
/frameworks/base/tools/layoutlib/bridge/src/android/app/
DFragment_Delegate.java53 /*package*/ static Fragment instantiate(Context context, String fname) { in instantiate() method in Fragment_Delegate
54 return instantiate(context, fname, null); in instantiate()
72 /*package*/ static Fragment instantiate(Context context, String fname, Bundle args) { in instantiate() method in Fragment_Delegate
/frameworks/base/drm/java/android/drm/
DDrmRights.java54 instantiate(file, mimeType); in DrmRights()
93 instantiate(rightsFile, mimeType); in DrmRights()
96 private void instantiate(File rightsFile, String mimeType) { in instantiate() method in DrmRights
/frameworks/base/services/core/jni/
Dcom_android_server_SystemServer.cpp33 SensorService::instantiate(); in android_server_SystemServer_startSensorService()
/frameworks/av/drm/drmserver/
Dmain_drmserver.cpp34 DrmManagerService::instantiate(); in main()
DDrmManagerService.cpp99 void DrmManagerService::instantiate() { in instantiate() function in DrmManagerService
/frameworks/native/include/binder/
DBinderService.h49 static void instantiate() { publish(); } in instantiate() function
/frameworks/support/v4/java/android/support/v4/os/
DParcelableCompat.java37 return ParcelableCompatCreatorHoneycombMR2Stub.instantiate(callbacks); in newCreator()
/frameworks/support/v4/honeycomb_mr2/android/support/v4/os/
DParcelableCompatHoneycombMR2.java23 static <T> Parcelable.Creator<T> instantiate(ParcelableCompatCreatorCallbacks<T> callbacks) { in instantiate() method in ParcelableCompatCreatorHoneycombMR2Stub
/frameworks/base/libs/common_time/
Dcommon_time_config_service.h29 static sp<CommonTimeConfigService> instantiate(CommonTimeServer& timeServer);
Dcommon_clock_service.h30 static sp<CommonClockService> instantiate(CommonTimeServer& timeServer);
Dcommon_time_config_service.cpp24 sp<CommonTimeConfigService> CommonTimeConfigService::instantiate( in instantiate() function in android::CommonTimeConfigService
Dcommon_clock_service.cpp26 sp<CommonClockService> CommonClockService::instantiate( in instantiate() function in android::CommonClockService
/frameworks/support/v4/java/android/support/v4/app/
DFragment.java92 public Fragment instantiate(FragmentHostCallback host, Fragment parent) { in instantiate() method in FragmentState
102 mInstance = Fragment.instantiate(context, mClassName, mArguments); in instantiate()
397 public static Fragment instantiate(Context context, String fname) { in instantiate() method in Fragment
398 return instantiate(context, fname, null); in instantiate()
415 public static Fragment instantiate(Context context, String fname, @Nullable Bundle args) { in instantiate() method in Fragment
DFragmentTabHost.java343 newTab.fragment = Fragment.instantiate(mContext, in doTabChanged()
/frameworks/av/drm/libdrmframework/include/
DDrmManagerService.h42 static void instantiate();
/frameworks/base/location/lib/
DREADME.txt9 o This library can see and instantiate internal platform classes (such as
/frameworks/base/media/lib/signer/
DREADME.txt11 o This library can see and instantiate internal platform classes, but it must not
/frameworks/base/media/lib/remotedisplay/
DREADME.txt9 o This library can see and instantiate internal platform classes, but it must not
/frameworks/base/core/java/android/app/
DFragment.java96 public Fragment instantiate(FragmentHostCallback host, Fragment parent) { in instantiate() method in FragmentState
106 mInstance = Fragment.instantiate(context, mClassName, mArguments); in instantiate()
583 public static Fragment instantiate(Context context, String fname) { in instantiate() method in Fragment
584 return instantiate(context, fname, null); in instantiate()
601 public static Fragment instantiate(Context context, String fname, @Nullable Bundle args) { in instantiate() method in Fragment
/frameworks/base/docs/html/training/load-data-background/
Dsetup-loader.jd103 You can instantiate an empty {@link android.support.v4.content.CursorLoader} and then use its
104 methods to define your query, or you can instantiate the object and define the query at the
/frameworks/base/docs/html/training/multiple-threads/
Dcreate-threadpool.jd151 instantiate a {@link java.util.concurrent.ThreadPoolExecutor} object, you need the
217 To create a pool of threads, instantiate a thread pool manager by calling
/frameworks/base/docs/html/guide/topics/ui/
Doverview.jd29 <p>To declare your layout, you can instantiate {@link android.view.View} objects in code and start
/frameworks/support/v13/java/android/support/v13/app/
DFragmentTabHost.java335 newTab.fragment = Fragment.instantiate(mContext, in doTabChanged()
/frameworks/base/docs/html/training/basics/activity-lifecycle/
Dstopping.jd141 method should essentially clean up all your activity's resources, you'll need to re-instantiate them
142 when the activity restarts. Yet, you also need to instantiate them when your activity is created

1234