Home
last modified time | relevance | path

Searched refs:preferred (Results 1 – 25 of 165) sorted by relevance

1234567

/frameworks/base/rs/java/android/renderscript/
DRenderScriptGL.java108 public void setColor(int minimum, int preferred) { in setColor() argument
109 validateRange(minimum, preferred, 5, 8); in setColor()
111 mColorPref = preferred; in setColor()
122 public void setAlpha(int minimum, int preferred) { in setAlpha() argument
123 validateRange(minimum, preferred, 0, 8); in setAlpha()
125 mAlphaPref = preferred; in setAlpha()
139 public void setDepth(int minimum, int preferred) { in setDepth() argument
140 validateRange(minimum, preferred, 0, 24); in setDepth()
142 mDepthPref = preferred; in setDepth()
156 public void setSamples(int minimum, int preferred, float Q) { in setSamples() argument
[all …]
/frameworks/base/core/java/android/hardware/radio/
DProgramSelector.java382 public @NonNull ProgramSelector withSecondaryPreferred(@NonNull Identifier preferred) { in withSecondaryPreferred() argument
383 int preferredType = preferred.getType(); in withSecondaryPreferred()
388 Stream.of(preferred)).toArray(Identifier[]::new); in withSecondaryPreferred()
/frameworks/libs/net/common/tests/unit/src/com/android/net/module/util/
DIpv6UtilsTest.java135 long valid, long preferred) { in assertPioEquals() argument
140 assertEquals(preferred, pio.preferredLifetime); in assertPioEquals()
/frameworks/base/core/proto/android/internal/
Dbinder_latency.proto51 // is preferred as uses much less data to store.
60 // is preferred as uses much less data to store.
/frameworks/base/packages/SystemUI/tools/lint/
Drun_lint.sh46 1. Use tools:ignore or @SuppressLint annotation. This is preferred
DREADME13 1. Use tools:ignore or @SuppressLint annotation. This is preferred
/frameworks/base/telephony/java/android/telephony/data/
DDataProfile.java113 boolean preferred) { in DataProfile() argument
135 this.mPreferred = preferred; in DataProfile()
/frameworks/av/media/libstagefright/foundation/
DNOTICE39 "Source" form shall mean the preferred form for making modifications,
/frameworks/av/drm/libdrmframework/
DNOTICE39 "Source" form shall mean the preferred form for making modifications,
/frameworks/base/cmds/appwidget/
DNOTICE39 "Source" form shall mean the preferred form for making modifications,
/frameworks/av/media/libstagefright/
DNOTICE39 "Source" form shall mean the preferred form for making modifications,
/frameworks/base/cmds/pm/
DNOTICE39 "Source" form shall mean the preferred form for making modifications,
/frameworks/av/media/libstagefright/id3/
DNOTICE39 "Source" form shall mean the preferred form for making modifications,
/frameworks/av/media/codec2/components/g711/
DNOTICE39 "Source" form shall mean the preferred form for making modifications,
/frameworks/av/media/libstagefright/codecs/g711/dec/
DNOTICE39 "Source" form shall mean the preferred form for making modifications,
/frameworks/base/data/fonts/
DNOTICE39 "Source" form shall mean the preferred form for making modifications,
/frameworks/av/media/libeffects/loudness/
DNOTICE39 "Source" form shall mean the preferred form for making modifications,
/frameworks/av/media/codecs/amrwb/enc/
DNOTICE39 "Source" form shall mean the preferred form for making modifications,
/frameworks/av/media/libstagefright/codecs/common/
DNOTICE39 "Source" form shall mean the preferred form for making modifications,
/frameworks/base/packages/ExtShared/
DNOTICE39 "Source" form shall mean the preferred form for making modifications,
/frameworks/base/tools/aapt/
DNOTICE39 "Source" form shall mean the preferred form for making modifications,
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
DNOTICE39 "Source" form shall mean the preferred form for making modifications,
/frameworks/av/media/libstagefright/flac/dec/
DNOTICE39 "Source" form shall mean the preferred form for making modifications,
/frameworks/av/media/extractors/mkv/
DNOTICE39 "Source" form shall mean the preferred form for making modifications,
/frameworks/av/media/extractors/midi/
DNOTICE39 "Source" form shall mean the preferred form for making modifications,

1234567