Searched defs:params (Results 251 - 275 of 355) sorted by relevance

<<1112131415

/frameworks/av/services/camera/libcameraservice/api1/
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) {
636 if (params.previewCallbackSurface && flag != CAMERA_FRAME_CALLBACK_FLAG_NOOP) {
645 params.previewCallbackSurface = false;
648 params.previewCallbackFlags = flag;
650 if (params.state == Parameters::PREVIEW) {
651 res = startPreviewL(params, tru
724 startPreviewL(Parameters &params, bool restart) argument
999 startRecordingL(Parameters &params, bool restart) argument
1495 setParameters(const String8& params) argument
1668 commandStopFaceDetectionL(Parameters &params) argument
1897 updateRequests(Parameters &params) argument
1990 updateProcessorStream(sp<ProcessorT> processor, camera2::Parameters params) argument
1999 updateProcessorStream(sp<ProcessorT> processor, Parameters params) argument
2045 overrideVideoSnapshotSize(Parameters &params) argument
[all...]
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.h143 CameraParameters2 params; member in struct:android::camera2::Parameters
/frameworks/av/services/camera/libcameraservice/device1/
H A DCameraHardwareInterface.h389 status_t setParameters(const CameraParameters &params) argument
394 params.flatten().string());
/frameworks/base/core/java/android/app/
H A DDialog.java510 * @param params Layout parameters for the view.
512 public void setContentView(View view, ViewGroup.LayoutParams params) { argument
513 mWindow.setContentView(view, params);
521 * @param params Layout parameters for the view.
523 public void addContentView(View view, ViewGroup.LayoutParams params) { argument
524 mWindow.addContentView(view, params);
694 public void onWindowAttributesChanged(WindowManager.LayoutParams params) { argument
696 mWindowManager.updateViewLayout(mDecor, params);
809 LayoutParams params = getWindow().getAttributes();
810 boolean isFullScreen = (params
[all...]
/frameworks/base/core/java/android/content/pm/
H A DPackageInstaller.java295 public int createSession(@NonNull SessionParams params) throws IOException { argument
297 return mInstaller.createSession(params, mInstallerPackageName, mUserId);
/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiControlManager.java358 * @param params vendor-specific parameters
360 * With ID&gt;. The first 3 bytes of params is vendor id.
362 void onReceived(int srcAddress, int destAddress, byte[] params, boolean hasVendorId); argument
/frameworks/base/core/java/android/service/dreams/
H A DDreamService.java416 * @param params Layout parameters for the view.
421 public void setContentView(View view, ViewGroup.LayoutParams params) { argument
422 getWindow().setContentView(view, params);
431 * @param params Layout parameters for the view.
433 public void addContentView(View view, ViewGroup.LayoutParams params) { argument
434 getWindow().addContentView(view, params);
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeechService.java802 String getStringParam(Bundle params, String key, String defaultValue) { argument
803 return params == null ? defaultValue : params.getString(key, defaultValue);
806 int getIntParam(Bundle params, String key, int defaultValue) { argument
807 return params == null ? defaultValue : params.getInt(key, defaultValue);
810 float getFloatParam(Bundle params, String key, float defaultValue) { argument
811 return params == null ? defaultValue : params.getFloat(key, defaultValue);
825 Bundle params, Strin
824 SpeechItemV1(Object callerIdentity, int callerUid, int callerPid, Bundle params, String utteranceId) argument
864 SynthesisSpeechItemV1(Object callerIdentity, int callerUid, int callerPid, Bundle params, String utteranceId, CharSequence text) argument
968 SynthesisToFileOutputStreamSpeechItemV1(Object callerIdentity, int callerUid, int callerPid, Bundle params, String utteranceId, CharSequence text, FileOutputStream fileOutputStream) argument
996 AudioSpeechItemV1(Object callerIdentity, int callerUid, int callerPid, Bundle params, String utteranceId, Uri uri) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DAdapterView.java481 * @param params Ignored.
486 public void addView(View child, LayoutParams params) { argument
496 * @param params Ignored.
501 public void addView(View child, int index, LayoutParams params) { argument
H A DGridView.java1121 ViewGroup.LayoutParams params, int index, int count) {
1124 (GridLayoutAnimationController.AnimationParameters) params.layoutAnimationParameters;
1128 params.layoutAnimationParameters = animationParams;
1470 // Respect layout params that are already in the view. Otherwise make
1120 attachLayoutAnimationParameters(View child, ViewGroup.LayoutParams params, int index, int count) argument
H A DHorizontalScrollView.java238 public void addView(View child, ViewGroup.LayoutParams params) { argument
243 super.addView(child, params);
247 public void addView(View child, int index, ViewGroup.LayoutParams params) { argument
252 super.addView(child, index, params);
H A DRelativeLayout.java459 LayoutParams params = (LayoutParams) child.getLayoutParams();
460 int[] rules = params.getRules(layoutDirection);
462 applyHorizontalSizeRules(params, myWidth, rules);
463 measureChildHorizontal(child, params, myWidth, myHeight);
465 if (positionChildHorizontal(child, params, myWidth, isWrapContentWidth)) {
478 LayoutParams params = (LayoutParams) child.getLayoutParams();
480 applyVerticalSizeRules(params, myHeight);
481 measureChild(child, params, myWidth, myHeight);
482 if (positionChildVertical(child, params, myHeight, isWrapContentHeight)) {
489 width = Math.max(width, myWidth - params
647 alignBaseline(View child, LayoutParams params) argument
686 measureChild(View child, LayoutParams params, int myWidth, int myHeight) argument
700 measureChildHorizontal(View child, LayoutParams params, int myWidth, int myHeight) argument
830 positionChildHorizontal(View child, LayoutParams params, int myWidth, boolean wrapContent) argument
867 positionChildVertical(View child, LayoutParams params, int myHeight, boolean wrapContent) argument
1049 centerHorizontal(View child, LayoutParams params, int myWidth) argument
1057 centerVertical(View child, LayoutParams params, int myHeight) argument
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java1122 protected DisplayResolveInfo doInBackground(DisplayResolveInfo... params) { argument
1123 final DisplayResolveInfo info = params[0];
1147 protected DisplayResolveInfo doInBackground(DisplayResolveInfo... params) { argument
1148 final DisplayResolveInfo info = params[0];
/frameworks/base/core/jni/
H A Dandroid_hardware_Camera.cpp777 static void android_hardware_Camera_setParameters(JNIEnv *env, jobject thiz, jstring params) argument
783 const jchar* str = env->GetStringCritical(params, 0);
785 if (params) {
786 params8 = String8(str, env->GetStringLength(params));
787 env->ReleaseStringCritical(params, str);
H A Dandroid_opengl_GLES11.cpp157 * is incomplete and the app may crash if it passed the wrong number params.
237 CTYPE *params = (CTYPE *) 0; local
243 _exceptionMessage = "params == null";
265 params = params_base + offset;
269 (CTYPE *)params
293 CTYPE *params = (CTYPE *) 0; local
296 params = (CTYPE *)getPointer(_env, params_buf, &_array, &_remaining, &_bufferOffset);
308 if (params == NULL) {
310 params = (CTYPE *) (_paramsBase + _bufferOffset);
314 (CTYPE *)params
797 GLint *params = (GLint *) 0; local
848 GLint *params = (GLint *) 0; local
1057 GLfixed *params = (GLfixed *) 0; local
1098 GLfixed *params = (GLfixed *) 0; local
1136 GLfloat *params = (GLfloat *) 0; local
1212 GLfloat *params = (GLfloat *) 0; local
1274 GLfixed *params = (GLfixed *) 0; local
1350 GLfixed *params = (GLfixed *) 0; local
1412 GLfloat *params = (GLfloat *) 0; local
1486 GLfloat *params = (GLfloat *) 0; local
1546 GLfixed *params = (GLfixed *) 0; local
1620 GLfixed *params = (GLfixed *) 0; local
1680 GLfloat *params = (GLfloat *) 0; local
1742 GLfloat *params = (GLfloat *) 0; local
1790 GLint *params = (GLint *) 0; local
1852 GLint *params = (GLint *) 0; local
1900 GLfixed *params = (GLfixed *) 0; local
1962 GLfixed *params = (GLfixed *) 0; local
2010 GLfloat *params = (GLfloat *) 0; local
2061 GLfloat *params = (GLfloat *) 0; local
2098 GLint *params = (GLint *) 0; local
2149 GLint *params = (GLint *) 0; local
2186 GLfixed *params = (GLfixed *) 0; local
2237 GLfixed *params = (GLfixed *) 0; local
2328 GLfloat *params = (GLfloat *) 0; local
2378 GLfloat *params = (GLfloat *) 0; local
2424 GLfixed *params = (GLfixed *) 0; local
2474 GLfixed *params = (GLfixed *) 0; local
2556 GLint *params = (GLint *) 0; local
2618 GLint *params = (GLint *) 0; local
2666 GLfloat *params = (GLfloat *) 0; local
2717 GLfloat *params = (GLfloat *) 0; local
2765 GLint *params = (GLint *) 0; local
2816 GLint *params = (GLint *) 0; local
2853 GLfixed *params = (GLfixed *) 0; local
2904 GLfixed *params = (GLfixed *) 0; local
[all...]
/frameworks/base/media/java/android/media/tv/
H A DTvInputService.java672 * Calls {@link #onTune(Uri)}. Override this method in order to handle {@code params}.
675 * @param params The extra parameters from other applications.
680 public boolean onTune(Uri channelUri, Bundle params) { argument
928 void tune(Uri channelUri, Bundle params) { argument
929 onTune(channelUri, params);
H A DTvView.java285 * @param params Extra parameters which might be handled with the tune event.
289 public void tune(String inputId, Uri channelUri, Bundle params) { argument
301 mSession.tune(channelUri, params);
306 mSessionCallback.mTuneParams = params;
315 mSessionCallback = new MySessionCallback(inputId, channelUri, params);
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11ExtensionPack.java238 int[] params,
246 java.nio.IntBuffer params
251 int[] params,
257 java.nio.IntBuffer params
263 int[] params,
270 java.nio.IntBuffer params
276 float[] params,
283 java.nio.FloatBuffer params
289 int[] params,
296 java.nio.IntBuffer params
234 glGetFramebufferAttachmentParameterivOES( int target, int attachment, int pname, int[] params, int offset ) argument
249 glGetIntegerv( int pname, int[] params, int offset ) argument
260 glGetRenderbufferParameterivOES( int target, int pname, int[] params, int offset ) argument
273 glGetTexGenfv( int coord, int pname, float[] params, int offset ) argument
286 glGetTexGeniv( int coord, int pname, int[] params, int offset ) argument
299 glGetTexGenxv( int coord, int pname, int[] params, int offset ) argument
339 glTexEnvfv( int target, int pname, float[] params, int offset ) argument
358 glTexEnvxv( int target, int pname, int[] params, int offset ) argument
377 glTexGenfv( int coord, int pname, float[] params, int offset ) argument
396 glTexGeniv( int coord, int pname, int[] params, int offset ) argument
415 glTexGenxv( int coord, int pname, int[] params, int offset ) argument
[all...]
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DDirectoryFragment.java379 protected Void doInBackground(Void... params) {
1018 protected Bitmap doInBackground(Uri... params) { argument
H A DDocumentsActivity.java274 protected RootInfo doInBackground(Void... params) { argument
298 protected Void doInBackground(Void... params) { argument
937 protected DocumentInfo doInBackground(Void... params) { argument
1116 protected Uri doInBackground(Void... params) { argument
1161 protected Void doInBackground(Void... params) { argument
1180 protected Void doInBackground(Void... params) { argument
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardWidgetPager.java401 public void addView(View child, LayoutParams params) { argument
403 super.addView(child, params);
411 public void addView(View child, int index, LayoutParams params) { argument
413 super.addView(child, index, params);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPageContentRepository.java486 protected Void doInBackground(Void... params) {
677 protected Integer doInBackground(Void... params) { argument
821 protected RenderedPage doInBackground(Void... params) { argument
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DGlobalActions.java303 AlertParams params = new AlertParams(mContext);
304 params.mAdapter = mAdapter;
305 params.mOnClickListener = this;
306 params.mForceInverseBackground = true;
308 GlobalActionsDialog dialog = new GlobalActionsDialog(mContext, params);
1086 public GlobalActionsDialog(Context context, AlertParams params) { argument
1090 mAdapter = (MyAdapter) params.mAdapter;
1092 params.apply(mAlert);
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerService.java369 final SessionParams params = new SessionParams(
371 params.mode = readIntAttribute(in, ATTR_MODE);
372 params.installFlags = readIntAttribute(in, ATTR_INSTALL_FLAGS);
373 params.installLocation = readIntAttribute(in, ATTR_INSTALL_LOCATION);
374 params.sizeBytes = readLongAttribute(in, ATTR_SIZE_BYTES);
375 params.appPackageName = readStringAttribute(in, ATTR_APP_PACKAGE_NAME);
376 params.appIcon = readBitmapAttribute(in, ATTR_APP_ICON);
377 params.appLabel = readStringAttribute(in, ATTR_APP_LABEL);
378 params.originatingUri = readUriAttribute(in, ATTR_ORIGINATING_URI);
379 params
491 createSession(SessionParams params, String installerPackageName, int userId) argument
499 createSessionInternal(SessionParams params, String installerPackageName, int userId) argument
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java171 public RenderSessionImpl(SessionParams params) { argument
172 super(new SessionParams(params));
193 SessionParams params = getParams();
210 // FIXME: find those out, and possibly add them to the render params
219 mInflater = new BridgeInflater(context, params.getProjectCallback());
223 params.getLayoutDescription(), context, false /* platformResourceFlag */);
241 SessionParams params = getParams();
242 HardwareConfig hardwareConfig = params.getHardwareConfig();
244 boolean isRtl = Bridge.isLocaleRtl(params.getLocale());
250 if (mWindowIsFloating || params
913 moveView(ViewGroup previousParent, final ViewGroup newParent, final View movedView, final int index, final LayoutParams params) argument
1666 createActionBar(BridgeContext context, SessionParams params, ViewGroup parentView) argument
[all...]

Completed in 588 milliseconds

<<1112131415