Home
last modified time | relevance | path

Searched refs:constraints (Results 1 – 25 of 35) sorted by relevance

12

/frameworks/wilhelm/src/itf/
DIPlaybackRate.c72 static SLresult IPlaybackRate_SetPropertyConstraints(SLPlaybackRateItf self, SLuint32 constraints) in IPlaybackRate_SetPropertyConstraints() argument
77 if (constraints & ~(SL_RATEPROP_SILENTAUDIO | SL_RATEPROP_STAGGEREDAUDIO | in IPlaybackRate_SetPropertyConstraints()
81 } else if (!(thiz->mCapabilities & constraints)) { in IPlaybackRate_SetPropertyConstraints()
91 constraints); in IPlaybackRate_SetPropertyConstraints()
99 thiz->mProperties = constraints; in IPlaybackRate_SetPropertyConstraints()
/frameworks/base/docs/html/google/play/licensing/
Dindex.jd12 an application can apply custom constraints based on the licensing status obtained from Google Play.
13 For example, an application can check the licensing status and then apply custom constraints
15 restrict use of the application to a specific device, in addition to any other constraints. </p>
Dlicensing-reference.jd157 <td><em>Allow access according to {@code Policy} constraints.</em></td>
165 <td><em>Optionally allow access according to {@code Policy} constraints.</em>
Doverview.jd136 response and apply other constraints, if needed. The implementation also lets
Dadding-licensing.jd624 responses, such as by contacting a backend server or applying custom constraints,
973 application that uses licensing and/or custom constraints and protections, it's
/frameworks/wilhelm/src/android/
DAudioPlayer_to_android.h75 SLpermille rate, SLuint32 constraints);
DAudioPlayer_to_android.cpp1709 SLuint32 constraints) { in android_audioPlayer_setPlaybackRateAndConstraints() argument
1716 assert(constraints & SL_RATEPROP_NOPITCHCORAUDIO); in android_audioPlayer_setPlaybackRateAndConstraints()
1728 assert(constraints & SL_RATEPROP_NOPITCHCORAUDIO); in android_audioPlayer_setPlaybackRateAndConstraints()
/frameworks/base/drm/jni/
Dandroid_drm_DrmManagerClient.cpp259 jobject constraints = NULL; in android_drm_DrmManagerClient_getConstraintsFromContent() local
263 constraints = env->NewObject(localRef, ContentValues_constructor); in android_drm_DrmManagerClient_getConstraintsFromContent()
276 env->CallVoidMethod(constraints, ContentValues_putByteArray, in android_drm_DrmManagerClient_getConstraintsFromContent()
283 env->CallVoidMethod(constraints, ContentValues_putString, in android_drm_DrmManagerClient_getConstraintsFromContent()
291 return constraints; in android_drm_DrmManagerClient_getConstraintsFromContent()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/
DARM_DELIVERY.TXT36 By accepting a Beta release, the recipient agrees to these constraints and
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/
DARM_DELIVERY.TXT36 By accepting a Beta release, the recipient agrees to these constraints and
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/
DARM_DELIVERY.TXT36 By accepting a Beta release, the recipient agrees to these constraints and
/frameworks/base/docs/html/tools/help/uiautomator/
DUiCollection.jd84 …<div class="jd-descrdiv">Searches for child UI element within the constraints of this <code><a hr…
103 …<div class="jd-descrdiv">Searches for child UI element within the constraints of this <code><a hr…
121 …<div class="jd-descrdiv">Searches for child UI element within the constraints of this <code><a hr…
1067 …<div class="jd-tagdata jd-tagdescr"><p>Searches for child UI element within the constraints of thi…
1130 …<div class="jd-tagdata jd-tagdescr"><p>Searches for child UI element within the constraints of thi…
1193 …<div class="jd-tagdata jd-tagdescr"><p>Searches for child UI element within the constraints of thi…
DUiScrollable.jd727 …<div class="jd-descrdiv">Searches for child UI element within the constraints of this UiCollection…
746 …<div class="jd-descrdiv">Searches for child UI element within the constraints of this UiCollection…
765 …<div class="jd-descrdiv">Searches for child UI element within the constraints of this UiCollection…
/frameworks/base/docs/html/tools/help/
Dmonkey.jd25 <li>Operational constraints, such as restricting the test to a single package.</li>
180 For best results, combine with -v, one or more package constraints, and a non-zero throttle to keep…
Dadt.jd518 If other widgets have layout constraints pointing to your widget, wrapping the widget causes
519 these constraints to point to the parent instead.</dd>
/frameworks/base/docs/html/design/building-blocks/
Dprogress.jd97 <p>If you find that the standard indicators aren't meeting your needs (due to space constraints, st…
/frameworks/compile/libbcc/
DREADME.rst17 design constraints.
/frameworks/base/docs/html/guide/topics/ui/
Dhow-android-draws.jd56 measured height values must respect the constraints imposed by the
/frameworks/base/docs/html/training/basics/activity-lifecycle/
Drecreating.jd42 the activity due to system constraints (rather than normal app behavior), then although the actual
/frameworks/base/docs/html/design/patterns/
Dwidgets.jd89 …ows users to adjust the height and/or the width of a widget within the constraints of the home pan…
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dwidget_design.jd117 <code>minHeight</code> constraints.</strong> As we discuss in <a href="#design">Designing Widget
/frameworks/base/docs/html/guide/topics/appwidgets/
Dhost.jd281 cells that satisfy the {@code minWidth} and {@code minHeight} constraints.</li>
/frameworks/base/docs/html/training/articles/
Dmemory.jd182 <p>You should consider RAM constraints throughout all phases of development, including during app
213 running. Not only will it increase the risk of your app performing poorly due to RAM constraints,
/frameworks/wilhelm/include/SLES/
DOpenSLES.h1074 SLuint32 constraints
/frameworks/base/docs/html/tools/sdk/
Declipse-adt.jd540 working more intuitively. In particular, deleting a widget causes the constraints
542 widgets the constraints are preserved whenever possible.</li>
1219 constraints are shown. When resizing, the new dimensions are

12