Home
last modified time | relevance | path

Searched defs:level (Results 1 – 25 of 362) sorted by relevance

12345678910>>...15

/frameworks/base/opengl/java/android/opengl/
DGLUtils.java98 public static void texImage2D(int target, int level, int internalformat, in texImage2D()
124 public static void texImage2D(int target, int level, int internalformat, in texImage2D()
146 public static void texImage2D(int target, int level, Bitmap bitmap, in texImage2D()
181 public static void texSubImage2D(int target, int level, int xoffset, int yoffset, in texSubImage2D()
206 public static void texSubImage2D(int target, int level, int xoffset, int yoffset, in texSubImage2D()
266 private static native int native_texImage2D(int target, int level, int internalformat, in native_texImage2D()
268 private static native int native_texSubImage2D(int target, int level, int xoffset, int yoffset, in native_texSubImage2D()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/fuelgauge/
DBatteryStatus.java56 public final int level; field in BatteryStatus
69 public BatteryStatus(int status, int level, int plugged, int chargingStatus, in BatteryStatus()
173 int level = getBatteryLevel(batteryChangedIntent); in isCharged() local
186 public static boolean isCharged(int status, int level) { in isCharged()
201 public static boolean isCharged(int status, int level, int scale) { in isCharged()
211 final int level = in getBatteryLevel() local
221 public static int getBatteryLevel(int level, int scale) { in getBatteryLevel()
263 int level = getBatteryLevel(batteryChangedIntent); in isLowBattery() local
308 int level = getBatteryLevel(batteryChangedIntent); in isExtremeLowBattery() local
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
DAccessibilityContentDescriptions.java41 public static int getDescriptionForLevel(int level) { in getDescriptionForLevel()
63 public static int getDescriptionForInflatedLevel(int level) { in getDescriptionForInflatedLevel()
79 public static int getDescriptionForLevel(int level, int numberOfLevels) { in getDescriptionForLevel()
/frameworks/base/core/java/android/view/contentcapture/
DContentCaptureHelper.java67 final int level = DeviceConfig.getInt(DeviceConfig.NAMESPACE_CONTENT_CAPTURE, in setLoggingLevel() local
75 public static void setLoggingLevel(@LoggingLevel int level) { in setLoggingLevel()
96 public static String getLoggingLevelAsString(@LoggingLevel int level) { in getLoggingLevelAsString()
/frameworks/base/services/core/java/com/android/server/display/color/
DColorDisplayShellCommand.java60 final int level = getLevel(); in setSaturation() local
69 final int level = getLevel(); in setLayerSaturation() local
100 final int level; in getLevel() local
/frameworks/base/core/java/com/android/internal/logging/
DAndroidHandler.java147 int level = getAndroidLevel(record.getLevel()); in publish() local
161 public void publish(Logger source, String tag, Level level, String message) { in publish()
182 static int getAndroidLevel(Level level) { in getAndroidLevel()
/frameworks/av/media/module/codecs/m4v_h263/enc/src/
Dvlc_encode.cpp291 Int PutCoeff_Inter(Int run, Int level, BitstreamEncVideo *bitstream) in PutCoeff_Inter()
311 Int PutCoeff_Inter_Last(Int run, Int level, BitstreamEncVideo *bitstream) in PutCoeff_Inter_Last()
333 Int PutCoeff_Intra(Int run, Int level, BitstreamEncVideo *bitstream) in PutCoeff_Intra()
365 Int PutCoeff_Intra_Last(Int run, Int level, BitstreamEncVideo *bitstream) in PutCoeff_Intra_Last()
393 Int PutCoeff_Inter_RVLC(Int run, Int level, BitstreamEncVideo *bitstream) in PutCoeff_Inter_RVLC()
449 Int PutCoeff_Inter_RVLC_Last(Int run, Int level, BitstreamEncVideo *bitstream) in PutCoeff_Inter_RVLC_Last()
483 Int PutCoeff_Intra_RVLC(Int run, Int level, BitstreamEncVideo *bitstream) in PutCoeff_Intra_RVLC()
545 Int PutCoeff_Intra_RVLC_Last(Int run, Int level, BitstreamEncVideo *bitstream) in PutCoeff_Intra_RVLC_Last()
580 PutRunCoeff_Inter(Int run, Int level, BitstreamEncVideo *bitstream) in PutRunCoeff_Inter()
609 Int PutRunCoeff_Inter_Last(Int run, Int level, BitstreamEncVideo *bitstream) in PutRunCoeff_Inter_Last()
[all …]
Dvlc_encode_inline.h25 Int idx, run, level, j; in zero_run_search() local
116 Int idx, run, level, j; in zero_run_search() local
230 Int idx, run, level = 0, j; in zero_run_search() local
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
DBrightnessThrottlerTest.java163 final ThrottlingLevel level = new ThrottlingLevel(PowerManager.THERMAL_STATUS_CRITICAL, in testThermalThrottlingSingleLevel() local
300 final ThrottlingLevel level = in testThermalThrottlingWithDisplaySensor() local
347 final ThrottlingLevel level = new ThrottlingLevel(PowerManager.THERMAL_STATUS_CRITICAL, in testUpdateThermalThrottlingData() local
375 final ThrottlingLevel level = new ThrottlingLevel(PowerManager.THERMAL_STATUS_CRITICAL, in testInvalidThrottlingStrings() local
427 final ThrottlingLevel level = new ThrottlingLevel(PowerManager.THERMAL_STATUS_CRITICAL, in testThermalThrottling() local
445 final ThrottlingLevel level = new ThrottlingLevel(PowerManager.THERMAL_STATUS_CRITICAL, in testMultipleConfigPoints() local
/frameworks/base/services/core/java/com/android/server/media/metrics/
DMediaMetricsManagerService.java173 int level = loggingLevel(); in reportPlaybackMetrics() local
204 int level = loggingLevel(); in reportBundleMetrics() local
242 int level = loggingLevel(); in reportPlaybackStateEvent() local
305 int level = loggingLevel(); in reportPlaybackErrorEvent() local
323 int level = loggingLevel(); in reportNetworkEvent() local
340 int level = loggingLevel(); in reportTrackChangeEvent() local
369 int level = loggingLevel(); in reportEditingEndedEvent() local
618 Integer level = loggingLevelInternal( in loggingLevel() local
654 Integer level = loggingLevelInternal( in loggingLevel() local
/frameworks/base/services/core/java/com/android/server/
DRescueParty.java236 protected static void setMaxRescueLevelAttempted(int level) { in setMaxRescueLevelAttempted()
470 int level) { in executeRescueLevel()
485 private static void executeRescueLevelInternal(Context context, int level, @Nullable in executeRescueLevelInternal()
494 private static void executeRescueLevelInternalOld(Context context, int level, @Nullable in executeRescueLevelInternalOld()
569 private static void executeRescueLevelInternalNew(Context context, @RescueLevels int level, in executeRescueLevelInternalNew()
611 private static void executeWarmReboot(Context context, int level, in executeWarmReboot()
630 private static void executeFactoryReset(Context context, int level, in executeFactoryReset()
659 private static void logRescueException(int level, @Nullable String failedPackageName, in logRescueException()
707 int level) throws Exception { in resetAllSettingsIfNecessary()
858 final int level = Flags.recoverabilityDetection() ? getRescueLevel(mitigationCount, in execute() local
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/wifi/data/repository/demo/
DDemoModeWifiDataSource.kt56 val level = getString("level")?.toInt() in <lambda>() constant
73 val level = getString("level")?.toInt() ?: 0 in <lambda>() constant
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
DTiledImageRenderer.java157 public Bitmap getTile(int level, int x, int y, Bitmap reuse); in getTile()
308 int level = tile.mTileLevel; in layoutTiles() local
346 private void getRange(Rect out, int cX, int cY, int level, int rotation) { in getRange()
357 int cX, int cY, int level, float scale, int rotation) { in getRange()
417 int level = mLevel; in draw() local
516 private Tile obtainTile(int x, int y, int level) { in obtainTile()
543 private void activateTile(int x, int y, int level) { in activateTile()
556 private Tile getTile(int x, int y, int level) { in getTile()
560 private static long makeTileKey(int x, int y, int level) { in makeTileKey()
594 int tx, int ty, int level, float x, float y, float length) { in drawTile()
[all …]
/frameworks/base/tools/locked_region_code_injection/test/lockedregioncodeinjection/
DTestScopedTarget.java35 void enter(int level) { in enter()
42 void exit(int level) { in exit()
/frameworks/base/packages/SystemUI/src/com/android/systemui/log/echo/
DLogcatEchoSettingFormat.kt88 val level = in parseOverridesV0() constant
137 data class LogcatEchoOverride(val type: EchoOverrideType, val name: String, val level: LogLevel) constant in com.android.systemui.log.echo.LogcatEchoOverride
/frameworks/base/services/usb/java/com/android/server/usb/descriptors/report/
DReportCanvas.java51 public abstract void openHeader(int level); in openHeader()
57 public abstract void closeHeader(int level); in closeHeader()
64 public void writeHeader(int level, String text) { in writeHeader()
DHTMLReportCanvas.java47 public void openHeader(int level) { in openHeader()
52 public void closeHeader(int level) { in closeHeader()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/domain/model/
DSignalIconModel.kt25 val level: Int constant
39 override val level: Int, in logFull() constant in com.android.systemui.statusbar.pipeline.mobile.domain.model.SignalIconModel.Cellular
85 override val level: Int, constant in com.android.systemui.statusbar.pipeline.mobile.domain.model.SignalIconModel.Satellite
/frameworks/base/wifi/java/src/android/net/wifi/nl80211/
DRadioChainInfo.java43 public int level; field in RadioChainInfo
67 public RadioChainInfo(int chainId, int level) { in RadioChainInfo()
/frameworks/native/libs/vibrator/include/vibrator/
DExternalVibrationUtils.h37 constexpr HapticScale(HapticLevel level, float adaptiveScaleFactor) in HapticScale()
39 constexpr HapticScale(HapticLevel level) : mLevel(level) {} in HapticScale()
/frameworks/base/core/java/com/android/internal/protolog/
DPerfettoProtoLogImpl.java152 public void log(LogLevel level, IProtoLogGroup group, long messageHash, int paramsMask, in log()
161 logToLogcat(group.getTag(), level, messageHash, messageString, args); in log() local
259 private void logToLogcat(String tag, LogLevel level, long messageHash, in logToLogcat()
269 private void doLogToLogcat(String tag, LogLevel level, long messageHash, in doLogToLogcat()
300 public void passToLogcat(String tag, LogLevel level, String message) { in passToLogcat()
323 private void logToProto(LogLevel level, String groupName, long messageHash, int paramsMask, in logToProto()
337 private void doLogToProto(LogLevel level, String groupName, long messageHash, int paramsMask, in doLogToProto()
525 public boolean isEnabled(IProtoLogGroup group, LogLevel level) { in isEnabled()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
DAccessPointPreference.java123 int level, IconInjector iconInjector) { in AccessPointPreference()
184 protected void updateIcon(int level, Context context) { in updateIcon()
244 int level = mAccessPoint.getLevel(); in refresh() local
286 int level = ap.getLevel(); in buildContentDescription() local
340 public Drawable getIcon(int level) { in getIcon()
/frameworks/native/services/powermanager/tests/
DIThermalManagerTest.cpp70 void IThermalServiceTest::setThermalOverride(int level) { in setThermalOverride()
119 int level = GetParam(); in TEST_P() local
144 int level = GetParam(); in TEST_P() local
/frameworks/av/media/module/foundation/
DADebug.cpp57 long level = strtol(current, &end, 10); in GetLevelFromSettingsString() local
100 long level = GetLevelFromProperty(name, propertyName, (long)def); in GetDebugLevelFromProperty() local
132 long level = GetLevelFromProperty(name, "debug.stagefright.experiments", undefined); in getExperimentFlag() local
/frameworks/av/media/module/codecs/amrwb/enc/src/
Dwb_vad.c150 Word16 level; in level_calculation() local
181 Word16 level[] /* o : signal levels at each band */ in filter_bank()
259 Word16 level[] /* i : sub-band levels of the input frame */ in update_cntrl()
391 Word16 level[] /* i : sub-band levels of the input frame */ in noise_estimate_update()
764 Word16 level[COMPLEN]; in wb_vad() local

12345678910>>...15