Searched defs:params (Results 176 - 200 of 253) sorted by relevance

1234567891011

/frameworks/base/core/tests/hosttests/src/android/content/pm/
H A DPackageManagerHostTestUtils.java123 * For the optional params, pass null to use the default values.
129 * @param params (optional) Any additional parameters to pass into the Test Runner
138 String methodName, String runnerName, Map<String, String> params) throws IOException,
148 if (params != null) {
149 for (Entry<String, String> argPair : params.entrySet()) {
170 * @param params Any additional parameters to pass into the Test Runner
174 String methodName, String runnerName, Map<String, String> params) throws IOException,
177 runnerName, params);
137 doRunTests(String pkgName, String className, String methodName, String runnerName, Map<String, String> params) argument
173 runDeviceTestsDidAllTestsPass(String pkgName, String className, String methodName, String runnerName, Map<String, String> params) argument
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java148 public RenderSessionImpl(SessionParams params) { argument
149 super(new SessionParams(params));
170 SessionParams params = getParams();
189 mInflater = new BridgeInflater(context, params.getProjectCallback());
193 params.getLayoutDescription(), context, false /* platformResourceFlag */);
211 SessionParams params = getParams();
217 if (mWindowIsFloating || params.isForceNoDecor()) {
247 params.getDensity());
271 params.getDensity(),
272 params
818 moveView(ViewGroup previousParent, final ViewGroup newParent, final View movedView, final int index, final LayoutParams params) argument
[all...]
/frameworks/native/opengl/libagl/
H A Dlight.cpp509 static void lightxv(GLenum i, GLenum pname, const GLfixed *params, ogles_context_t* c) argument
531 mv.point4(&mv, &light.position, reinterpret_cast<vec4_t const*>(params));
539 mvui.point3(&mvui, &light.spotDir, reinterpret_cast<vec4_t const*>(params));
541 light.spotDir = *reinterpret_cast<vec4_t const*>(params);
548 lightx(i, pname, params[0], c);
551 what[0] = params[0];
552 what[1] = params[1];
553 what[2] = params[2];
554 what[3] = params[3];
648 void glLightModelfv(GLenum pname, const GLfloat *params) argument
668 glLightModelxv(GLenum pname, const GLfixed *params) argument
705 glLightfv(GLenum i, GLenum pname, const GLfloat *params) argument
728 glLightxv(GLenum i, GLenum pname, const GLfixed *params) argument
751 glMaterialfv( GLenum face, GLenum pname, const GLfloat *params) argument
791 glMaterialxv( GLenum face, GLenum pname, const GLfixed *params) argument
850 glFogfv(GLenum pname, const GLfloat *params) argument
868 glFogxv(GLenum pname, const GLfixed *params) argument
[all...]
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardParserImpl_V21.java297 * item = [groups "."] name [params] ":" value CRLF / [groups "."] "ADR"
298 * [params] ":" addressparts CRLF / [groups "."] "ORG" [params] ":" orgparts
299 * CRLF / [groups "."] "N" [params] ":" nameparts CRLF / [groups "."]
300 * "AGENT" [params] ":" vcard CRLF
405 Log.w(LOG_TAG, "Double-quoted params found in vCard 2.1. " +
422 Log.w(LOG_TAG, "Double-quoted params found in vCard 2.1. " +
436 * params = ";" [ws] paramlist paramlist = paramlist [ws] ";" [ws] param /
442 protected void handleParams(VCardProperty propertyData, String params) argument
444 final String[] strArray = params
[all...]
/frameworks/rs/driver/
H A DrsdBcc.cpp466 const void *params,
469 //ALOGE("invoke %p %p %i %p %i", dc, script, slot, params, paramLength);
473 drv->mInvokeFunctions[slot])(params, paramLength);
464 rsdScriptInvokeFunction(const Context *dc, Script *script, uint32_t slot, const void *params, size_t paramLength) argument
/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp401 virtual status_t start(MetaData *params = NULL);
441 status_t DetectSyncSource::start(MetaData *params) { argument
444 return mSource->start(params);
525 sp<MetaData> params = new MetaData; local
526 params->setInt32(kKeyNotRealTime, true);
527 CHECK_EQ(writer->start(params.get()), (status_t)OK);
/frameworks/av/include/camera/
H A DCameraParameters.h44 CameraParameters(const String8 &params) { unflatten(params); } argument
48 void unflatten(const String8 &params);
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp564 LVM_ControlParams_t params; /* Control Parameters */ local
638 params.OperatingMode = LVM_MODE_ON;
639 params.SampleRate = LVM_FS_44100;
640 params.SourceFormat = LVM_STEREO;
641 params.SpeakerType = LVM_HEADPHONES;
646 params.VirtualizerOperatingMode = LVM_MODE_OFF;
647 params.VirtualizerType = LVM_CONCERTSOUND;
648 params.VirtualizerReverbLevel = 100;
649 params.CS_EffectLevel = LVM_CS_EFFECT_NONE;
652 params
910 LVM_ControlParams_t params; /* Control Parameters */ local
[all...]
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp584 LVREV_ControlParams_st params; /* Control Parameters */ local
773 LVREV_ControlParams_st params; /* Control Parameters */ local
843 params.OperatingMode = LVM_MODE_ON;
844 params.SampleRate = LVM_FS_44100;
847 params.SourceFormat = LVM_MONO;
849 params.SourceFormat = LVM_STEREO;
853 params.Level = 0;
854 params.LPF = 23999;
855 params.HPF = 50;
856 params
[all...]
/frameworks/av/media/libstagefright/
H A DAVIExtractor.cpp41 virtual status_t start(MetaData *params);
103 status_t AVIExtractor::AVISource::start(MetaData *params) { argument
H A DFLACExtractor.cpp46 virtual status_t start(MetaData *params);
676 status_t FLACSource::start(MetaData *params) argument
H A DOggExtractor.cpp50 virtual status_t start(MetaData *params = NULL);
154 status_t OggSource::start(MetaData *params) { argument
/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp122 virtual status_t start(MetaData *params);
196 status_t MatroskaSource::start(MetaData *params) { argument
/frameworks/av/services/camera/libcameraservice/
H A DCameraHardwareInterface.h380 status_t setParameters(const CameraParameters &params) argument
385 params.flatten().string());
H A DCameraService.cpp824 status_t CameraService::Client::setParameters(const String8& params) { argument
825 LOG1("setParameters (pid %d) (%s)", getCallingPid(), params.string());
832 CameraParameters p(params);
842 String8 params(mHardware->getParameters().flatten());
843 LOG1("getParameters (pid %d) (%s)", getCallingPid(), params.string());
844 return params;
/frameworks/base/core/java/android/app/
H A DDialog.java487 * @param params Layout parameters for the view.
489 public void setContentView(View view, ViewGroup.LayoutParams params) { argument
490 mWindow.setContentView(view, params);
498 * @param params Layout parameters for the view.
500 public void addContentView(View view, ViewGroup.LayoutParams params) { argument
501 mWindow.addContentView(view, params);
671 public void onWindowAttributesChanged(WindowManager.LayoutParams params) { argument
673 mWindowManager.updateViewLayout(mDecor, params);
780 LayoutParams params = getWindow().getAttributes();
781 boolean isFullScreen = (params
[all...]
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java801 * @param params Parameters for the request. Can be null.
814 public int speak(final String text, final int queueMode, final HashMap<String, String> params) { argument
821 getParams(params));
823 return service.speak(getCallerIdentity(), text, queueMode, getParams(params));
836 * @param params Parameters for the request. Can be null.
848 final HashMap<String, String> params) {
857 getParams(params));
868 * @param params Parameters for the request. Can be null.
879 final HashMap<String, String> params) {
884 getParams(params));
847 playEarcon(final String earcon, final int queueMode, final HashMap<String, String> params) argument
878 playSilence(final long durationInMs, final int queueMode, final HashMap<String, String> params) argument
1106 synthesizeToFile(final String text, final HashMap<String, String> params, final String filename) argument
1117 getParams(HashMap<String, String> params) argument
1147 copyStringParam(Bundle bundle, HashMap<String, String> params, String key) argument
1154 copyIntParam(Bundle bundle, HashMap<String, String> params, String key) argument
1166 copyFloatParam(Bundle bundle, HashMap<String, String> params, String key) argument
[all...]
H A DTextToSpeechService.java404 public SpeechItem(Object caller, int callerUid, int callerPid, Bundle params) { argument
406 mParams = params;
535 Bundle params, String text) {
536 super(callerIdentity, callerUid, callerPid, params);
637 Bundle params, String text,
639 super(callerIdentity, callerUid, callerPid, params, text);
699 Bundle params, Uri uri) {
700 super(callerIdentity, callerUid, callerPid, params);
726 Bundle params, long duration) {
727 super(callerIdentity, callerUid, callerPid, params);
534 SynthesisSpeechItem(Object callerIdentity, int callerUid, int callerPid, Bundle params, String text) argument
636 SynthesisToFileSpeechItem(Object callerIdentity, int callerUid, int callerPid, Bundle params, String text, File file) argument
698 AudioSpeechItem(Object callerIdentity, int callerUid, int callerPid, Bundle params, Uri uri) argument
725 SilenceSpeechItem(Object callerIdentity, int callerUid, int callerPid, Bundle params, long duration) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DAdapterView.java471 * @param params Ignored.
476 public void addView(View child, LayoutParams params) { argument
486 * @param params Ignored.
491 public void addView(View child, int index, LayoutParams params) { argument
H A DGridView.java1091 ViewGroup.LayoutParams params, int index, int count) {
1094 (GridLayoutAnimationController.AnimationParameters) params.layoutAnimationParameters;
1098 params.layoutAnimationParameters = animationParams;
1366 // Respect layout params that are already in the view. Otherwise make
1090 attachLayoutAnimationParameters(View child, ViewGroup.LayoutParams params, int index, int count) argument
H A DHorizontalScrollView.java225 public void addView(View child, ViewGroup.LayoutParams params) { argument
230 super.addView(child, params);
234 public void addView(View child, int index, ViewGroup.LayoutParams params) { argument
239 super.addView(child, index, params);
H A DRelativeLayout.java396 LayoutParams params = (LayoutParams) child.getLayoutParams();
398 applyHorizontalSizeRules(params, myWidth);
399 measureChildHorizontal(child, params, myWidth, myHeight);
400 if (positionChildHorizontal(child, params, myWidth, isWrapContentWidth)) {
412 LayoutParams params = (LayoutParams) child.getLayoutParams();
414 applyVerticalSizeRules(params, myHeight);
415 measureChild(child, params, myWidth, myHeight);
416 if (positionChildVertical(child, params, myHeight, isWrapContentHeight)) {
421 width = Math.max(width, params.mRight);
425 height = Math.max(height, params
553 alignBaseline(View child, LayoutParams params) argument
591 measureChild(View child, LayoutParams params, int myWidth, int myHeight) argument
605 measureChildHorizontal(View child, LayoutParams params, int myWidth, int myHeight) argument
699 positionChildHorizontal(View child, LayoutParams params, int myWidth, boolean wrapContent) argument
728 positionChildVertical(View child, LayoutParams params, int myHeight, boolean wrapContent) argument
921 centerHorizontal(View child, LayoutParams params, int myWidth) argument
929 centerVertical(View child, LayoutParams params, int myHeight) argument
[all...]
H A DScrollView.java245 public void addView(View child, ViewGroup.LayoutParams params) { argument
250 super.addView(child, params);
254 public void addView(View child, int index, ViewGroup.LayoutParams params) { argument
259 super.addView(child, index, params);
/frameworks/base/core/jni/
H A Dandroid_hardware_Camera.cpp679 static void android_hardware_Camera_setParameters(JNIEnv *env, jobject thiz, jstring params) argument
685 const jchar* str = env->GetStringCritical(params, 0);
687 if (params) {
688 params8 = String8(str, env->GetStringLength(params));
689 env->ReleaseStringCritical(params, str);
H A Dandroid_opengl_GLES11.cpp455 /* void glGetBooleanv ( GLenum pname, GLboolean *params ) */
462 GLboolean *params = (GLboolean *) 0; local
466 jniThrowException(_env, "java/lang/IllegalArgumentException", "params == null");
477 params = params_base + offset;
481 (GLboolean *)params
491 /* void glGetBooleanv ( GLenum pname, GLboolean *params ) */
498 GLboolean *params = (GLboolean *) 0; local
500 params = (GLboolean *)getPointer(_env, params_buf, &_array, &_remaining);
503 (GLboolean *)params
506 releasePointer(_env, _array, params, _exceptio
517 GLint *params = (GLint *) 0; local
559 GLint *params = (GLint *) 0; local
696 GLfixed *params = (GLfixed *) 0; local
732 GLfixed *params = (GLfixed *) 0; local
751 GLfloat *params = (GLfloat *) 0; local
787 GLfloat *params = (GLfloat *) 0; local
806 GLfloat *params = (GLfloat *) 0; local
890 GLfloat *params = (GLfloat *) 0; local
959 GLfixed *params = (GLfixed *) 0; local
1043 GLfixed *params = (GLfixed *) 0; local
1112 GLfloat *params = (GLfloat *) 0; local
1182 GLfloat *params = (GLfloat *) 0; local
1237 GLfixed *params = (GLfixed *) 0; local
1307 GLfixed *params = (GLfixed *) 0; local
1362 GLfloat *params = (GLfloat *) 0; local
1426 GLfloat *params = (GLfloat *) 0; local
1475 GLint *params = (GLint *) 0; local
1539 GLint *params = (GLint *) 0; local
1588 GLfixed *params = (GLfixed *) 0; local
1652 GLfixed *params = (GLfixed *) 0; local
1701 GLfloat *params = (GLfloat *) 0; local
1743 GLfloat *params = (GLfloat *) 0; local
1770 GLint *params = (GLint *) 0; local
1812 GLint *params = (GLint *) 0; local
1839 GLfixed *params = (GLfixed *) 0; local
1881 GLfixed *params = (GLfixed *) 0; local
1961 GLfloat *params = (GLfloat *) 0; local
1998 GLfloat *params = (GLfloat *) 0; local
2032 GLfixed *params = (GLfixed *) 0; local
2069 GLfixed *params = (GLfixed *) 0; local
2138 GLint *params = (GLint *) 0; local
2198 GLint *params = (GLint *) 0; local
2245 GLfloat *params = (GLfloat *) 0; local
2283 GLfloat *params = (GLfloat *) 0; local
2319 GLint *params = (GLint *) 0; local
2357 GLint *params = (GLint *) 0; local
2382 GLfixed *params = (GLfixed *) 0; local
2420 GLfixed *params = (GLfixed *) 0; local
[all...]

Completed in 395 milliseconds

1234567891011