Searched refs:create (Results 1 - 25 of 411) sorted by last modified time

1234567891011>>

/frameworks/wilhelm/src/android/
H A Dandroid_LocAVPlayer.cpp49 mPlayer = mediaPlayerService->create(getpid(), mPlayerClient /*IMediaPlayerClient*/,
52 SL_LOGE("media player service failed to create player by URI");
59 mPlayer = mediaPlayerService->create(getpid(), mPlayerClient /*IMediaPlayerClient*/,
62 SL_LOGE("media player service failed to create player by FD");
H A Dandroid_StreamPlayer.cpp388 mPlayer = mediaPlayerService->create(getpid(), mPlayerClient /*IMediaPlayerClient*/,
391 SL_LOGE("media player service failed to create player by app proxy");
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DAllocation.java963 Type t = b.create();
1010 return tb.create();
1093 Type t = tb.create();
1168 Type t = tb.create();
H A DElement.java804 throw new RSIllegalArgumentException("Cannot create vector of " +
903 NElement create() { method in class:Element.NBuilder
904 return new NElement(mB.create());
1001 public Element create() { method in class:Element.Builder
1016 NElement ne = mNB.create();
H A DRSReflect.java107 mElementBuilder_create = mElementBuilder.getDeclaredMethod("create",
135 static RSReflect create() { method in class:RSReflect
136 android.util.Log.v("RSR", "create");
139 android.util.Log.v("RSR", "create ok");
142 android.util.Log.v("RSR", "create fail");
H A DRenderScript.java753 public static RenderScript create(Context ctx, int sdkVersion) { method in class:RenderScript
759 throw new RSDriverException("Failed to create RS context.");
772 public static RenderScript create(Context ctx) { method in class:RenderScript
774 return create(ctx, v);
H A DSampler.java111 rs.mSampler_CLAMP_NEAREST = b.create();
131 rs.mSampler_CLAMP_LINEAR = b.create();
151 rs.mSampler_CLAMP_LINEAR_MIP_LINEAR = b.create();
171 rs.mSampler_WRAP_NEAREST = b.create();
191 rs.mSampler_WRAP_LINEAR = b.create();
211 rs.mSampler_WRAP_LINEAR_MIP_LINEAR = b.create();
284 public Sampler create() { method in class:Sampler.Builder
H A DScriptGroup.java152 * Once all the connections are made a call to create will
338 public ScriptGroup create() { method in class:ScriptGroup.Builder
H A DScriptIntrinsicBlend.java38 public static ScriptIntrinsicBlend create(RenderScript rs, Element e) { method in class:ScriptIntrinsicBlend
H A DScriptIntrinsicBlur.java48 public static ScriptIntrinsicBlur create(RenderScript rs, Element e) { method in class:ScriptIntrinsicBlur
60 * Must match the element type supplied during create.
H A DScriptIntrinsicColorMatrix.java49 public static ScriptIntrinsicColorMatrix create(RenderScript rs, Element e) { method in class:ScriptIntrinsicColorMatrix
H A DScriptIntrinsicConvolve3x3.java49 public static ScriptIntrinsicConvolve3x3 create(RenderScript rs, Element e) { method in class:ScriptIntrinsicConvolve3x3
63 * Must match the element type supplied during create.
H A DScriptIntrinsicConvolve5x5.java50 public static ScriptIntrinsicConvolve5x5 create(RenderScript rs, Element e) { method in class:ScriptIntrinsicConvolve5x5
58 * Must match the element type supplied during create.
H A DScriptIntrinsicLUT.java55 public static ScriptIntrinsicLUT create(RenderScript rs, Element e) { method in class:ScriptIntrinsicLUT
H A DScriptIntrinsicYuvToRGB.java44 public static ScriptIntrinsicYuvToRGB create(RenderScript rs, Element e) { method in class:ScriptIntrinsicYuvToRGB
H A DType.java232 * Validate structure and create a new type.
236 public Type create() { method in class:Type.Builder
/frameworks/support/renderscript/v8/rs_support/
H A DrsElement.cpp129 return (Element *)Element::create(rsc,
152 const Element *elem = Element::create(rsc, fieldCount, subElems, subElemNames,
362 ObjectBaseRef<const Element> Element::Builder::create(Context *rsc) { function in class:Element::Builder
389 return (RsElement)Element::create(rsc, dt, dk, norm, vecSize);
403 return (RsElement)Element::create(rsc, ein_length, (const Element **)ein,
H A DrsElement.h64 ObjectBaseRef<const Element> create(Context *rsc);
123 static const Element* create(Context *rsc, function in class:android::renderscript::Element
132 static const Element* create(Context *rsc, size_t count, function in class:android::renderscript::Element
H A DrsScriptGroup.cpp177 ScriptGroup * ScriptGroup::create(Context *rsc, function in class:ScriptGroup
187 //ALOGE("ScriptGroup::create kernels=%i links=%i", (int)kernelCount, (int)linkCount);
341 return ScriptGroup::create(rsc,
H A DrsScriptGroup.h82 static ScriptGroup * create(Context *rsc,
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentActivity.java304 + " did not create a view.");
862 LoaderManagerImpl getLoaderManager(String who, boolean started, boolean create) { argument
868 if (create) {
H A DTaskStackBuilder.java132 public static TaskStackBuilder create(Context context) { method in class:TaskStackBuilder
143 * @deprecated use {@link #create(Context)} instead
146 return create(context);
/frameworks/support/v4/java/android/support/v4/util/
H A DLruCache.java57 * created by {@code #create}. If a value was returned, it is moved to the
77 * Attempt to create a value. This may take a long time, and the map
78 * may be different when create() returns. If a conflicting value was
79 * added to the map while create() was working, we leave that value in
83 V createdValue = create(key);
228 protected V create(K key) { method in class:LruCache
292 * Returns the number of times {@link #create(Object)} returned a value.
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java2024 add(Pair.create(key, value));
2111 The general algorithm therefore is to create a Map (actually a PackedMap) from
2269 * Use the following static methods to create specs:
/frameworks/rs/cpp/
H A DAllocation.cpp410 sp<const Type> t = b.create();

Completed in 3156 milliseconds

1234567891011>>