Searched refs:create (Results 276 - 300 of 411) sorted by relevance

<<11121314151617

/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DFisheyeFilter.java82 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA));
H A DStraightenFilter.java64 addMaskedInputPort("image", ImageFormat.create(ImageFormat.COLORSPACE_RGBA));
/frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/
H A DFakeApp.java110 Dialog dialog = builder.create();
/frameworks/av/media/libmedia/
H A DIMediaPlayerService.cpp68 virtual sp<IMediaPlayer> create( function in class:android::BpMediaPlayerService
175 sp<IMediaPlayer> player = create(pid, client, audioSessionId);
H A Dmediaplayer.cpp129 ALOGE("Unable to to create media player");
148 sp<IMediaPlayer> player(service->create(getpid(), this, mAudioSessionId));
165 sp<IMediaPlayer> player(service->create(getpid(), this, mAudioSessionId));
181 sp<IMediaPlayer> player(service->create(getpid(), this, mAudioSessionId));
468 // setDataSource has to be called again to create a
/frameworks/base/core/jni/android/graphics/
H A DYuvToJpegEncoder.cpp9 YuvToJpegEncoder* YuvToJpegEncoder::create(int format, int* strides) { function in class:YuvToJpegEncoder
228 YuvToJpegEncoder* encoder = YuvToJpegEncoder::create(format, imgStrides);
/frameworks/base/core/tests/coretests/src/android/net/http/
H A DAbstractProxyTest.java60 TestSSLContext testSSLContext = TestSSLContext.create();
149 TestSSLContext testSSLContext = TestSSLContext.create();
/frameworks/rs/
H A DrsProgramVertex.cpp182 ObjectBaseRef<const Element> constInput = constBuilder.create(rsc);
189 ObjectBaseRef<const Element> attrElem = inputBuilder.create(rsc);
H A DrsFont.cpp294 Font * Font::create(Context *rsc, const char *name, float fontSize, uint32_t dpi, function in class:Font
508 ObjectBaseRef<const Element> constInput = builder.create(mRSC);
607 ObjectBaseRef<const Element> vertexDataElem = builder.create(mRSC);
760 mDefault.set(Font::create(mRSC, fullPath.string(), 8, mRSC->getDPI()));
862 Font *newFont = Font::create(rsc, name, fontSize, dpi);
873 Font *newFont = Font::create(rsc, name, fontSize, dpi, data, data_length);
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,
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
H A DCameraSource.java122 addOutputPort("video", ImageFormat.create(ImageFormat.COLORSPACE_RGBA,
127 mOutputFormat = ImageFormat.create(mWidth, mHeight,
H A DMediaSource.java182 addOutputPort("video", ImageFormat.create(ImageFormat.COLORSPACE_RGBA,
187 mOutputFormat = ImageFormat.create(ImageFormat.COLORSPACE_RGBA,
462 throw new RuntimeException("Unable to create a MediaPlayer!");
/frameworks/base/obex/javax/obex/
H A DClientSession.java282 public HeaderSet setPath(HeaderSet header, boolean backup, boolean create) throws IOException { argument
329 * The create bit is bit 1 so if we or with 2 the bit will be set.
331 if (!create) {
H A DServerSession.java153 * create a <code>HeaderSet</code> object to pass to the
155 * request, this method will create a reply message to send to the server.
280 * create a <code>HeaderSet</code> object to pass to the
282 * request, this method will create a reply message to send to the server
346 boolean create = true;
351 create = false;
355 code = mListener.onSetPath(request, reply, backup, create);
407 * will create a <code>HeaderSet</code> object to pass to the
409 * request, this method will create a reply message to send to the server.
511 * create
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DPowerUI.java219 AlertDialog d = b.create();
274 AlertDialog d = b.create();
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbStorageActivity.java225 .create();
232 .create();
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DGlobalActions.java292 AlertDialog dialog = builder.create();
489 return action.create(mContext, convertView, parent, LayoutInflater.from(mContext));
503 View create(Context context, View convertView, ViewGroup parent, LayoutInflater inflater); method in interface:GlobalActions.Action
565 public View create( method in class:GlobalActions.SinglePressAction
648 public View create(Context context, View convertView, ViewGroup parent, method in class:GlobalActions.ToggleAction
768 public View create(Context context, View convertView, ViewGroup parent, method in class:GlobalActions.SilentModeTriStateAction
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridge.java35 import com.android.tools.layoutlib.create.MethodAdapter;
36 import com.android.tools.layoutlib.create.OverrideMethod;
249 FontLoader fontLoader = FontLoader.create(fontLocation.getAbsolutePath());
254 "Failed create FontLoader in layout lib.", null);
318 * @param params the {@link SessionParams} object with all the information necessary to create
/frameworks/base/core/java/android/app/
H A DAlertDialog.java930 public AlertDialog create() { method in class:AlertDialog.Builder
950 AlertDialog dialog = create();
/frameworks/base/services/jni/
H A Dcom_android_server_connectivity_Vpn.cpp325 static jint create(JNIEnv *env, jobject thiz, jint mtu) function in namespace:android
329 throwException(env, tun, "Cannot create interface");
452 {"jniCreate", "(I)I", (void *)create},
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DResourceHelper.java123 XmlPullParser parser = ParserFactory.create(f);
198 // create a block parser for the file
203 XmlPullParser parser = ParserFactory.create(f);
/frameworks/support/renderscript/v8/rs_support/
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,
/frameworks/av/drm/libdrmframework/
H A DDrmManagerClient.cpp27 mDrmManagerClientImpl = DrmManagerClientImpl::create(&mUniqueId, true);
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorSRC.cpp321 mResampler = AudioResampler::create(
/frameworks/base/core/java/android/net/
H A DLocalSocketImpl.java209 public void create (boolean stream) throws IOException { method in class:LocalSocketImpl

Completed in 5314 milliseconds

<<11121314151617