Searched refs:level (Results 326 - 350 of 371) sorted by relevance

<<1112131415

/frameworks/av/media/libstagefright/include/
H A DACodec.h94 // some OMX components as auto level, and by others as invalid level.
510 status_t verifySupportForProfileAndLevel(int32_t profile, int32_t level);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNetworkHistory.java287 + Integer.toString(result.level) + NL);
H A DSupplicantStaIfaceHal.java1599 * Set the debug log level for wpa_supplicant
1612 private boolean setDebugParams(int level, boolean showTimestamp, boolean showKeys) { argument
1618 mISupplicant.setDebugParams(level, showTimestamp, showKeys);
/frameworks/rs/tests/lldb/
H A Drun_tests.py228 level=log_level,
/frameworks/base/core/java/android/os/
H A DBatteryStats.java370 * An array of {@link LongCounter}, representing various transmit levels, where each level
373 * various transmit level states.
881 int level = (int)((item & STEP_LEVEL_LEVEL_MASK)
912 appendHex(level, 4, out);
958 long level = 0;
961 level <<= 4;
963 level += c - '0';
965 level += c - 'a' + 10;
967 level += c - 'A' + 10;
971 out |= (level << STEP_LEVEL_LEVEL_SHIF
[all...]
/frameworks/base/core/java/android/widget/
H A DProgressBar.java1323 // the level of the entire drawable. This will break if
1331 final int level = (int) (progress * MAX_LEVEL);
1332 d.setLevel(level);
1455 * <p>Get the progress bar's current level of progress. Return 0 when the
1472 * <p>Get the progress bar's current level of secondary progress. Return 0 when the
/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedVectorDrawable.java419 protected boolean onLevelChange(int level) { argument
420 return mAnimatedVectorState.mVectorDrawable.setLevel(level);
H A DLayerDrawable.java1507 protected boolean onLevelChange(int level) { argument
1514 if (dr != null && dr.setLevel(level)) {
/frameworks/rs/cpu_ref/
H A DrsCpuCore.cpp33 #define REDUCE_ALOGV(mtls, level, ...) do { if ((mtls)->logReduce >= (level)) ALOGV(__VA_ARGS__); } while(0)
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiVendorHalTest.java1799 scanResult.level = staScanResult.rssi;
1836 assertEquals(expected.level, actual.level);
/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java260 + ", level=" + (mCurViewStackPos+levelAdj));
269 + ", level " + (mCurViewStackPos+levelAdj));
364 Parcel readParcel(int validateToken, int level) { argument
367 + ", views=" + mNumReadViews + ", level=" + level);
767 + ", level " + nestingLevel);
/frameworks/base/core/java/android/text/
H A DLayout.java897 * @return true if at a level boundary
945 int level = (runs[i+1] >>> RUN_LEVEL_SHIFT) & RUN_LEVEL_MASK;
946 return ((level & 1) != 0);
993 // Previous character is at same level, so don't use trailing.
1005 // At level boundary, check previous level.
2082 // second int represents both the length and level of the run.
2084 // DIR_LENGTH_MASK. The level is in the higher bits, accessed
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31Ext.cpp859 /* void glFramebufferTextureEXT ( GLenum target, GLenum attachment, GLuint texture, GLint level ) */
862 (JNIEnv *_env, jobject _this, jint target, jint attachment, jint texture, jint level) {
867 (GLint)level
861 android_glFramebufferTextureEXT__IIII(JNIEnv *_env, jobject _this, jint target, jint attachment, jint texture, jint level) argument
H A Dandroid_opengl_GLES32.cpp1007 /* void glFramebufferTexture ( GLenum target, GLenum attachment, GLuint texture, GLint level ) */
1010 (JNIEnv *_env, jobject _this, jint target, jint attachment, jint texture, jint level) {
1015 (GLint)level
1009 android_glFramebufferTexture__IIII(JNIEnv *_env, jobject _this, jint target, jint attachment, jint texture, jint level) argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_inter_prediction.c473 pMbLayer->residual.level);
/frameworks/base/core/java/android/content/
H A DContentProvider.java920 public void onTrimMemory(int level) { argument
1502 * {@link ContentResolver#openAssetFileDescriptor}, or by using the higher-level
1559 * {@link ContentResolver#openAssetFileDescriptor}, or by using the higher-level
/frameworks/base/libs/hwui/renderthread/
H A DVulkanManager.cpp340 commandBuffersInfo.level = VK_COMMAND_BUFFER_LEVEL_PRIMARY;
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
H A DMtpDocumentsProvider.java370 public void onTrimMemory(int level) { argument
/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/wifi/
H A DWifiTrackerTest.java348 scanResult.level = 123;
/frameworks/base/services/core/java/com/android/server/power/
H A DPowerManagerService.java345 // The current battery level percentage.
348 // The battery level percentage at the time the dream started.
386 // Minimum battery level to allow dreaming when powered.
390 // Minimum battery level to allow dreaming when not powered.
394 // If the battery level drops by this percentage and the user activity timeout
519 // The user turned off low power mode below the trigger level
522 // True if the battery level is currently considered low.
1283 private boolean isWakeLockLevelSupportedInternal(int level) { argument
1285 switch (level) {
2179 // Remember the initial battery level whe
4198 isWakeLockLevelSupported(int level) argument
[all...]
/frameworks/rs/rsov/driver/
H A DrsovScript.cpp510 .level = VK_COMMAND_BUFFER_LEVEL_PRIMARY,
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/frameworks/base/core/java/android/app/
H A DActivityThread.java1313 public void scheduleTrimMemory(int level) { argument
1314 sendMessage(H.TRIM_MEMORY, null, level);
2000 * Creates the top level resources for the given package. Will return an existing
4944 // Always send the task-level config changes. For system-level configuration, if
5362 final void handleTrimMemory(int level) { argument
5363 if (DEBUG_MEMORY_TRIM) Slog.v(TAG, "Trimming memory to level: " + level);
5369 callbacks.get(i).onTrimMemory(level);
5372 WindowManagerGlobal.getInstance().trimMemory(level);
[all...]
H A DActivityManager.java98 * the method level documentation.
498 /** @hide Process is in the background running a service. Unlike oom_adj, this level
504 * perspective of oom_adj receivers run at a higher foreground level, but for our
2753 * level of your process as needed, which gives a better hint for how to
3130 * Last memory trim level reported to the process: corresponds to
3194 * returned for apps with the target API level below {@link Build.VERSION_CODES#O}.
3216 * returned for apps with the target API level below {@link Build.VERSION_CODES#O}.
3350 * The relative importance level that the system places on this process.
3369 * been specified for the reason for this level.
3511 public boolean setProcessMemoryTrimLevel(String process, int userId, int level) { argument
[all...]
H A DIActivityManager.aidl92 // Special low-level communication with activity manager.
244 // Special low-level communication with activity manager.
392 boolean setProcessMemoryTrimLevel(in String process, int uid, int level);
574 * Lets activity manager know whether the calling process is currently showing "top-level" UI
579 * @param hasTopUi Whether the calling process has "top-level" UI.

Completed in 1366 milliseconds

<<1112131415