/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/ |
D | BrightnessThrottlerTest.java | 166 List<ThrottlingLevel> levels = new ArrayList<>(); in testThermalThrottlingSingleLevel() local 223 List<ThrottlingLevel> levels = new ArrayList<>(); in testThermalThrottlingMultiLevel() local 302 List<ThrottlingLevel> levels = new ArrayList<>(List.of(level)); in testThermalThrottlingWithDisplaySensor() local 349 List<ThrottlingLevel> levels = new ArrayList<>(); in testUpdateThermalThrottlingData() local 377 List<ThrottlingLevel> levels = new ArrayList<>(); in testInvalidThrottlingStrings() local 447 List<ThrottlingLevel> levels = new ArrayList<>(); in testMultipleConfigPoints() local
|
/frameworks/base/media/java/android/media/ |
D | CameraProfile.java | 82 int[] levels = sCache.get(cameraId); in getJpegEncodingQualityParameter() local 102 int[] levels = new int[nLevels]; in getImageEncodingQualityLevels() local
|
/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/graph/ |
D | BatteryMeterDrawableBaseTest.java | 60 final int levels[] = { 0, 1, 5, 10, 25, 50, 75, 90, 95, 99, 100 }; in testDrawingForTypicalValues() local
|
/frameworks/base/core/java/android/text/ |
D | AndroidBidi.java | 76 public static Directions directions(int dir, byte[] levels, int lstart, in directions()
|
/frameworks/av/media/libstagefright/ |
D | Utils.cpp | 188 const static ALookup<uint8_t, int32_t> levels { in parseAvcProfileLevelFromAvcc() local 294 const ALookup<uint8_t, int32_t> &levels = getDolbyVisionLevelsTable(); in parseDolbyVisionProfileLevelFromDvcc() local 335 const static ALookup<uint8_t, int32_t> levels { in parseH263ProfileLevelFromD263() local 366 const static ALookup<std::pair<uint8_t, uint8_t>, int32_t> levels { in parseHevcProfileLevelFromHvcc() local 450 const static ALookup<uint8_t, int32_t> levels { in parseMpeg2ProfileLevelFromHeader() local 644 const static ALookup<uint8_t, int32_t> levels { in parseVp9ProfileLevelFromCsd() local 704 const static ALookup<uint8_t, int32_t> levels { in parseAV1ProfileLevelFromCsd() local 2105 const ALookup<uint8_t, int32_t> &levels = in convertMessageToMetaData() local
|
/frameworks/av/services/audiopolicy/tests/ |
D | spatializer_tests.cpp | 51 std::vector<Spatialization::Level> levels; in SetUp() local
|
/frameworks/base/core/jni/ |
D | android_util_Log.cpp | 43 static levels_t levels; variable
|
D | android_opengl_GLES30.cpp | 5763 …(JNIEnv *_env, jobject _this, jint target, jint levels, jint internalformat, jint width, jint heig… in android_glTexStorage2D__IIIII() 5776 …(JNIEnv *_env, jobject _this, jint target, jint levels, jint internalformat, jint width, jint heig… in android_glTexStorage3D__IIIIII()
|
/frameworks/av/media/libmedia/ |
D | MediaProfiles.cpp | 673 ImageEncodingQualityLevels *levels = mImageEncodingQualityLevels[i]; in findImageEncodingQualityLevels() local 687 ImageEncodingQualityLevels *levels = findImageEncodingQualityLevels(cameraId); in addImageEncodingQualityLevel() local 1185 ImageEncodingQualityLevels *levels = new ImageEncodingQualityLevels(); in createDefaultImageEncodingQualityLevels() local 1442 ImageEncodingQualityLevels *levels = findImageEncodingQualityLevels(cameraId); in getImageEncodingQualityLevels() local
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/ |
D | ThemedBatteryDrawable.kt | 161 val levels = res.obtainTypedArray(R.array.batterymeter_color_levels) in <lambda>() constant
|
D | BatteryMeterDrawableBase.java | 103 TypedArray levels = res.obtainTypedArray(R.array.batterymeter_color_levels); in BatteryMeterDrawableBase() local
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/demo/ |
D | DemoMobileConnectionParameterizedTest.kt | 247 private val levels = listOf(0, 1, 2, 3) in modifiedBy() constant
|
/frameworks/av/media/libaudiohal/impl/effectsAidlConversion/ |
D | AidlConversionSpatializer.cpp | 182 std::vector<Spatialization::Level> levels; in getParameter() local
|
/frameworks/layoutlib/validator/src/com/android/tools/idea/validator/ |
D | ValidatorData.java | 67 public Policy(@NotNull EnumSet<Type> types, @NotNull EnumSet<Level> levels) { in Policy()
|
/frameworks/native/services/inputflinger/reader/controller/ |
D | PeripheralController.cpp | 291 std::set<BrightnessLevel> levels; in getPreferredBrightnessLevels() local
|
/frameworks/base/media/jni/ |
D | android_media_MediaProfiles.cpp | 396 Vector<int> levels = sProfiles->getImageEncodingQualityLevels(cameraId); in android_media_MediaProfiles_native_get_image_encoding_quality_level() local
|
/frameworks/av/media/codec2/components/hevc/ |
D | C2SoftHevcEnc.cpp | 402 constexpr Level levels[] = { in getLevel_l() local
|
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/ |
D | TiledImageRenderer.java | 204 int levels = 1; in calculateLevelCount() local
|
/frameworks/av/services/audiopolicy/service/ |
D | Spatializer.cpp | 519 Status Spatializer::getSupportedLevels(std::vector<Spatialization::Level> *levels) { in getSupportedLevels()
|
/frameworks/av/media/codec2/components/avc/ |
D | C2SoftAvcEnc.cpp | 512 constexpr Level levels[] = { in getLevel_l() local
|
/frameworks/base/services/core/java/com/android/server/display/ |
D | BrightnessMappingStrategy.java | 154 float[] levels = new float[lux.length + 1]; in getLuxLevels() local
|
D | DisplayDeviceConfig.java | 2863 float[] levels = new float[lux.length + 1]; in getLuxLevels() local
|
/frameworks/av/services/mediametrics/ |
D | AudioAnalytics.cpp | 1641 std::string levels; in onEvent() local
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES30.java | 1779 int levels, in glTexStorage2D() 1789 int levels, in glTexStorage3D()
|