Searched defs:params (Results 201 - 225 of 291) sorted by relevance

1234567891011>>

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java154 public RenderSessionImpl(SessionParams params) { argument
155 super(new SessionParams(params));
176 SessionParams params = getParams();
194 // FIXME: find those out, and possibly add them to the render params
203 mInflater = new BridgeInflater(context, params.getProjectCallback());
207 params.getLayoutDescription(), context, false /* platformResourceFlag */);
225 SessionParams params = getParams();
226 HardwareConfig hardwareConfig = params.getHardwareConfig();
233 if (mWindowIsFloating || params.isForceNoDecor()) {
335 params
883 moveView(ViewGroup previousParent, final ViewGroup newParent, final View movedView, final int index, final LayoutParams params) argument
[all...]
/frameworks/native/libs/gui/tests/
H A DCpuConsumer_test.cpp64 CpuConsumerTestParams params = GetParam(); local
67 params.width, params.height,
68 params.maxLockedBuffers, params.format);
69 mCC = new CpuConsumer(params.maxLockedBuffers);
456 const CpuConsumerTestParams& params,
460 params.width, params.height, params
455 configureANW(const sp<ANativeWindow>& anw, const CpuConsumerTestParams& params, int maxBufferSlack) argument
483 produceOneFrame(const sp<ANativeWindow>& anw, const CpuConsumerTestParams& params, int64_t timestamp, uint32_t *stride) argument
543 CpuConsumerTestParams params = GetParam(); local
577 CpuConsumerTestParams params = GetParam(); local
620 CpuConsumerTestParams params = GetParam(); local
[all...]
/frameworks/native/opengl/libagl/
H A Dlight.cpp516 static void lightxv(GLenum i, GLenum pname, const GLfixed *params, ogles_context_t* c) argument
538 mv.point4(&mv, &light.position, reinterpret_cast<vec4_t const*>(params));
546 mvui.point3(&mvui, &light.spotDir, reinterpret_cast<vec4_t const*>(params));
548 light.spotDir = *reinterpret_cast<vec4_t const*>(params);
555 lightx(i, pname, params[0], c);
558 what[0] = params[0];
559 what[1] = params[1];
560 what[2] = params[2];
561 what[3] = params[3];
655 void glLightModelfv(GLenum pname, const GLfloat *params) argument
675 glLightModelxv(GLenum pname, const GLfixed *params) argument
712 glLightfv(GLenum i, GLenum pname, const GLfloat *params) argument
735 glLightxv(GLenum i, GLenum pname, const GLfixed *params) argument
758 glMaterialfv( GLenum face, GLenum pname, const GLfloat *params) argument
798 glMaterialxv( GLenum face, GLenum pname, const GLfixed *params) argument
857 glFogfv(GLenum pname, const GLfloat *params) argument
875 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/cpu_ref/
H A DrsCpuScript.cpp618 void RsdCpuScriptImpl::invokeFunction(uint32_t slot, const void *params, argument
620 //ALOGE("invoke %p %p %i %p %i", dc, script, slot, params, paramLength);
625 mExecutable->getExportFuncAddrs()[slot])(params, paramLength);
627 mInvokeFunctions[slot])(params, paramLength);
/frameworks/volley/src/com/android/volley/
H A DRequest.java390 Map<String, String> params = getParams();
391 if (params != null && params.size() > 0) {
392 return encodeParameters(params, getParamsEncoding());
398 * Converts <code>params</code> into an application/x-www-form-urlencoded encoded string.
400 private byte[] encodeParameters(Map<String, String> params, String paramsEncoding) { argument
403 for (Map.Entry<String, String> entry : params.entrySet()) {
/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(kKeyRealTimeRecording, false);
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.cpp533 LVM_ControlParams_t params; /* Control Parameters */ local
607 params.OperatingMode = LVM_MODE_ON;
608 params.SampleRate = LVM_FS_44100;
609 params.SourceFormat = LVM_STEREO;
610 params.SpeakerType = LVM_HEADPHONES;
615 params.VirtualizerOperatingMode = LVM_MODE_OFF;
616 params.VirtualizerType = LVM_CONCERTSOUND;
617 params.VirtualizerReverbLevel = 100;
618 params.CS_EffectLevel = LVM_CS_EFFECT_NONE;
621 params
879 LVM_ControlParams_t params; /* Control Parameters */ local
[all...]
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp560 LVREV_ControlParams_st params; /* Control Parameters */ local
748 LVREV_ControlParams_st params; /* Control Parameters */ local
818 params.OperatingMode = LVM_MODE_ON;
819 params.SampleRate = LVM_FS_44100;
823 params.SourceFormat = LVM_MONO;
825 params.SourceFormat = LVM_STEREO;
829 params.Level = 0;
830 params.LPF = 23999;
831 params.HPF = 50;
832 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);
703 status_t FLACSource::start(MetaData *params) argument
H A DMediaCodec.cpp1370 sp<AMessage> params; local
1371 CHECK(msg->findMessage("params", &params));
1373 status_t err = onSetParameters(params);
1742 status_t MediaCodec::setParameters(const sp<AMessage> &params) { argument
1744 msg->setMessage("params", params);
1750 status_t MediaCodec::onSetParameters(const sp<AMessage> &params) { argument
1751 mCodec->signalSetParameters(params);
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/media/libstagefright/wifi-display/source/
H A DWifiDisplaySource.cpp790 sp<Parameters> params = local
793 if (params == NULL) {
798 if (!params->findParameter("wfd_client_rtp_ports", &value)) {
828 if (!params->findParameter("wfd_video_formats", &value)) {
871 if (!params->findParameter("wfd_audio_codecs", &value)) {
916 if (!params->findParameter("wfd_content_protection", &value)) {
/frameworks/av/services/camera/libcameraservice/
H A DCamera2Client.cpp612 void Camera2Client::setPreviewCallbackFlagL(Parameters &params, int flag) { argument
615 switch(params.state) {
625 "in state %d", __FUNCTION__, mCameraId, params.state);
632 params.previewCallbackOneShot = true;
634 if (params.previewCallbackFlags != (uint32_t)flag) {
635 params.previewCallbackFlags = flag;
637 if (params.state == Parameters::PREVIEW) {
638 res = startPreviewL(params, true);
642 Parameters::getStateName(params.state));
659 status_t Camera2Client::startPreviewL(Parameters &params, boo argument
887 startRecordingL(Parameters &params, bool restart) argument
1210 setParameters(const String8& params) argument
1369 commandStopFaceDetectionL(Parameters &params) argument
1578 updateRequests(Parameters &params) argument
1671 updateProcessorStream(sp<ProcessorT> processor, camera2::Parameters params) argument
1680 updateProcessorStream(sp<ProcessorT> processor, Parameters params) argument
[all...]
H A DCameraHardwareInterface.h375 status_t setParameters(const CameraParameters &params) argument
380 params.flatten().string());
/frameworks/av/services/camera/libcameraservice/camera2/
H A DParameters.h127 CameraParameters params; member in struct:android::camera2::Parameters
/frameworks/base/core/java/android/app/
H A DDialog.java491 * @param params Layout parameters for the view.
493 public void setContentView(View view, ViewGroup.LayoutParams params) { argument
494 mWindow.setContentView(view, params);
502 * @param params Layout parameters for the view.
504 public void addContentView(View view, ViewGroup.LayoutParams params) { argument
505 mWindow.addContentView(view, params);
675 public void onWindowAttributesChanged(WindowManager.LayoutParams params) { argument
677 mWindowManager.updateViewLayout(mDecor, params);
784 LayoutParams params = getWindow().getAttributes();
785 boolean isFullScreen = (params
[all...]
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java876 * @param params Parameters for the request. Can be null.
889 public int speak(final String text, final int queueMode, final HashMap<String, String> params) { argument
896 getParams(params));
898 return service.speak(getCallerIdentity(), text, queueMode, getParams(params));
917 * @param params Parameters for the request. Can be null.
929 final HashMap<String, String> params) {
938 getParams(params));
955 * @param params Parameters for the request. Can be null.
966 final HashMap<String, String> params) {
971 getParams(params));
928 playEarcon(final String earcon, final int queueMode, final HashMap<String, String> params) argument
965 playSilence(final long durationInMs, final int queueMode, final HashMap<String, String> params) argument
1257 synthesizeToFile(final String text, final HashMap<String, String> params, final String filename) argument
1289 getParams(HashMap<String, String> params) argument
1319 copyStringParam(Bundle bundle, HashMap<String, String> params, String key) argument
1326 copyIntParam(Bundle bundle, HashMap<String, String> params, String key) argument
1338 copyFloatParam(Bundle bundle, HashMap<String, String> params, String key) argument
1469 doInBackground(Void... params) argument
[all...]
H A DTextToSpeechService.java418 public SpeechItem(Object caller, int callerUid, int callerPid, Bundle params) { argument
420 mParams = params;
493 public UtteranceSpeechItem(Object caller, int callerUid, int callerPid, Bundle params) { argument
494 super(caller, callerUid, callerPid, params);
562 Bundle params, String text) {
563 super(callerIdentity, callerUid, callerPid, params);
664 int callerPid, Bundle params, String text, FileOutputStream fileOutputStream) {
665 super(callerIdentity, callerUid, callerPid, params, text);
695 Bundle params, Uri uri) {
696 super(callerIdentity, callerUid, callerPid, params);
561 SynthesisSpeechItem(Object callerIdentity, int callerUid, int callerPid, Bundle params, String text) argument
663 SynthesisToFileOutputStreamSpeechItem(Object callerIdentity, int callerUid, int callerPid, Bundle params, String text, FileOutputStream fileOutputStream) argument
694 AudioSpeechItem(Object callerIdentity, int callerUid, int callerPid, Bundle params, Uri uri) argument
721 SilenceSpeechItem(Object callerIdentity, int callerUid, int callerPid, Bundle params, long duration) argument
750 LoadLanguageItem(Object callerIdentity, int callerUid, int callerPid, Bundle params, String language, String country, String variant) 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.java1101 ViewGroup.LayoutParams params, int index, int count) {
1104 (GridLayoutAnimationController.AnimationParameters) params.layoutAnimationParameters;
1108 params.layoutAnimationParameters = animationParams;
1376 // Respect layout params that are already in the view. Otherwise make
1100 attachLayoutAnimationParameters(View child, ViewGroup.LayoutParams params, int index, int count) argument
H A DHorizontalScrollView.java227 public void addView(View child, ViewGroup.LayoutParams params) { argument
232 super.addView(child, params);
236 public void addView(View child, int index, ViewGroup.LayoutParams params) { argument
241 super.addView(child, index, params);

Completed in 666 milliseconds

1234567891011>>