Home
last modified time | relevance | path

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

12345678910>>...14

/frameworks/base/data/etc/
Dservices.core.protolog.json6 "level": "VERBOSE", string
12 "level": "WARN", string
18 "level": "INFO", string
24 "level": "VERBOSE", string
30 "level": "DEBUG", string
36 "level": "VERBOSE", string
42 "level": "WARN", string
48 "level": "VERBOSE", string
54 "level": "VERBOSE", string
60 "level": "VERBOSE", string
[all …]
/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.java55 public final int level; field in BatteryStatus
68 public BatteryStatus(int status, int level, int plugged, int chargingStatus, in BatteryStatus()
170 int level = getBatteryLevel(batteryChangedIntent); in isCharged() local
183 public static boolean isCharged(int status, int level) { in isCharged()
192 final int level = in getBatteryLevel() local
231 int level = getBatteryLevel(batteryChangedIntent); in isLowBattery() local
253 int level = getBatteryLevel(batteryChangedIntent); in isSevereLowBattery() local
265 int level = getBatteryLevel(batteryChangedIntent); in isExtremeLowBattery() local
/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/base/services/core/java/com/android/server/media/metrics/
DMediaMetricsManagerService.java155 int level = loggingLevel(); in reportPlaybackMetrics() local
186 int level = loggingLevel(); in reportBundleMetrics() local
224 int level = loggingLevel(); in reportPlaybackStateEvent() local
287 int level = loggingLevel(); in reportPlaybackErrorEvent() local
305 int level = loggingLevel(); in reportNetworkEvent() local
322 int level = loggingLevel(); in reportTrackChangeEvent() local
395 Integer level = loggingLevelInternal( in loggingLevel() local
431 Integer level = loggingLevelInternal( in loggingLevel() local
/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
DBrightnessThrottlerTest.java161 final ThrottlingLevel level = new ThrottlingLevel(PowerManager.THERMAL_STATUS_CRITICAL, in testThermalThrottlingSingleLevel() local
298 final ThrottlingLevel level = new ThrottlingLevel(PowerManager.THERMAL_STATUS_CRITICAL, in testUpdateThermalThrottlingData() local
326 final ThrottlingLevel level = new ThrottlingLevel(PowerManager.THERMAL_STATUS_CRITICAL, in testInvalidThrottlingStrings() local
378 final ThrottlingLevel level = new ThrottlingLevel(PowerManager.THERMAL_STATUS_CRITICAL, in testThermalThrottling() local
396 final ThrottlingLevel level = new ThrottlingLevel(PowerManager.THERMAL_STATUS_CRITICAL, in testMultipleConfigPoints() local
/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/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/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/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/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()
DTextReportCanvas.java55 public void openHeader(int level) { in openHeader()
61 public void closeHeader(int level) { in closeHeader()
/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/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/base/packages/SettingsLib/src/com/android/settingslib/wifi/
DAccessPointPreference.java117 int level, IconInjector iconInjector) { in AccessPointPreference()
177 protected void updateIcon(int level, Context context) { in updateIcon()
237 int level = mAccessPoint.getLevel(); in refresh() local
279 int level = ap.getLevel(); in buildContentDescription() local
333 public Drawable getIcon(int level) { in getIcon()
/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/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/applications/
DAppIconCacheManagerTest.java151 final int level = android.content.ComponentCallbacks2.TRIM_MEMORY_BACKGROUND; in trimMemory_levelSatisfied_shouldNotCacheIcon() local
171 final int level = android.content.ComponentCallbacks2.TRIM_MEMORY_RUNNING_CRITICAL; in trimMemory_levelSatisfied_shouldCacheAtLeastHalf() 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
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/wifi/data/repository/demo/model/
DFakeWifiEventModel.kt29 val level: Int?, constant in com.android.systemui.statusbar.pipeline.wifi.data.repository.demo.model.FakeWifiEventModel.Wifi
39 val level: Int, constant in com.android.systemui.statusbar.pipeline.wifi.data.repository.demo.model.FakeWifiEventModel.CarrierMerged
/frameworks/base/tools/protologtool/src/com/android/protolog/tool/
DViewerConfigParser.kt24 val level: String, in <lambda>() constant in com.android.protolog.tool.ViewerConfigParser.MessageEntry
31 var level: String? = null in <lambda>() variable
90 data class ConfigEntry(val messageString: String, val level: String, val tag: String) in <lambda>() constant in com.android.protolog.tool.ViewerConfigParser.ConfigEntry
/frameworks/base/telephony/java/android/telephony/
DCellSignalStrengthCdma.java189 int level = (cdmaAsuLevel < ecioAsuLevel) ? cdmaAsuLevel : ecioAsuLevel; local
218 int level = (levelDbm < levelEcio) ? levelDbm : levelEcio; in getCdmaLevel() local
246 int level = (levelEvdoDbm < levelEvdoSnr) ? levelEvdoDbm : levelEvdoSnr; in getEvdoLevel() local
303 int level = (levelEvdoDbm < levelEvdoSnr) ? levelEvdoDbm : levelEvdoSnr; in getEvdoAsuLevel() local

12345678910>>...14