Searched refs:level (Results 201 - 225 of 234) sorted by relevance

12345678910

/frameworks/base/services/java/com/android/server/power/
H A DPowerManagerService.java164 // If the battery level drops by this percentage and the user activity timeout
273 // The current battery level percentage.
276 // The battery level percentage at the time the dream started.
801 public boolean isWakeLockLevelSupported(int level) { argument
804 return isWakeLockLevelSupportedInternal(level);
810 private boolean isWakeLockLevelSupportedInternal(int level) { argument
812 switch (level) {
1541 + "Battery level when dream started: "
1543 + "Battery level now: " + mBatteryLevel + "%.");
2169 * Low-level functio
[all...]
/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp127 uint8_t level = ptr[3]; local
128 fprintf(stderr, "AVC video profile %d and level %d\n", profile, level);
H A Dsf2.cpp308 uint8_t level = ptr[3]; local
/frameworks/base/core/java/android/text/
H A DHtml.java840 public Header(int level) { argument
841 mLevel = level;
H A DLayout.java683 * @return true if at a level boundary
732 int level = (runs[i+1] >>> RUN_LEVEL_SHIFT) & RUN_LEVEL_MASK;
733 return ((level & 1) != 0);
755 // Previous character is at same level, so don't use trailing.
767 // At level boundary, check previous level.
1784 // second int represents both the length and level of the run.
1786 // DIR_LENGTH_MASK. The level is in the higher bits, accessed
/frameworks/base/core/java/android/webkit/
H A DWebView.java60 * (introduced in API level {@link android.os.Build.VERSION_CODES#CUPCAKE}).
201 * Starting with API level {@link android.os.Build.VERSION_CODES#ECLAIR}, WebView supports DOM, CSS,
544 * @hide Since API level {@link android.os.Build.VERSION_CODES#JELLY_BEAN_MR1}
552 * Gets the SSL certificate for the main top-level page or null if there is
555 * @return the SSL certificate for the main top-level page
563 * Sets the SSL certificate for the main top-level page.
650 * @hide Since API level {@link android.os.Build.VERSION_CODES#JELLY_BEAN_MR1}
663 * @hide Since API level {@link android.os.Build.VERSION_CODES#JELLY_BEAN_MR1}
707 * @hide Since API level {@link android.os.Build.VERSION_CODES#JELLY_BEAN_MR1}
724 * @hide Since API level {
1718 dumpViewHierarchyWithProperties(BufferedWriter out, int level) argument
[all...]
H A DWebViewClassic.java733 public void onTrimMemory(int level) { argument
735 Log.d("WebView", "onTrimMemory: " + level);
741 if (level > TRIM_MEMORY_UI_HIDDEN) {
745 WebViewClassic.nativeOnTrimMemory(level);
754 // SSL certificate for the main top-level page (if secure)
2877 * Compute the reading level scale of the WebView
2879 * @return The reading level scale.
4814 // bring it back to the default level scale so that user can enter text
8651 public void dumpViewHierarchyWithProperties(BufferedWriter out, int level) { argument
8656 ViewStateSerializer.dumpLayerHierarchy(layer, stream, level);
8752 nativeOnTrimMemory(int level) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DProgressBar.java67 * level during a streaming playback progress bar.
648 final int level = (int) (scale * MAX_LEVEL);
649 (progressDrawable != null ? progressDrawable : d).setLevel(level);
751 * <p>Get the progress bar's current level of progress. Return 0 when the
768 * <p>Get the progress bar's current level of secondary progress. Return 0 when the
/frameworks/base/core/jni/
H A Dandroid_media_AudioTrack.cpp817 android_media_AudioTrack_setAuxEffectSendLevel(JNIEnv *env, jobject thiz, jfloat level )
826 lpTrack->setAuxEffectSendLevel(level);
H A Dcom_google_android_gles_jni_GLImpl.cpp439 /* void glCompressedTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data ) */
442 (JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint border, jint imageSize, jobject data_buf) {
455 (GLint)level,
468 /* void glCompressedTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data ) */
471 (JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint width, jint height, jint format, jint imageSize, jobject data_buf) {
484 (GLint)level,
498 /* void glCopyTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border ) */
501 (JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint x, jint y, jint width, jint height, jint border) {
504 (GLint)level,
514 /* void glCopyTexSubImage2D ( GLenum target, GLint level, GLin
441 android_glCompressedTexImage2D__IIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint border, jint imageSize, jobject data_buf) argument
470 android_glCompressedTexSubImage2D__IIIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint width, jint height, jint format, jint imageSize, jobject data_buf) argument
500 android_glCopyTexImage2D__IIIIIIII(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint x, jint y, jint width, jint height, jint border) argument
516 android_glCopyTexSubImage2D__IIIIIIII(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint x, jint y, jint width, jint height) argument
3800 android_glTexImage2D__IIIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint border, jint format, jint type, jobject pixels_buf) argument
3854 android_glTexSubImage2D__IIIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint width, jint height, jint format, jint type, jobject pixels_buf) argument
7542 android_glFramebufferTexture2DOES__IIIII(JNIEnv *_env, jobject _this, jint target, jint attachment, jint textarget, jint texture, jint level) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DQuickSettingsModel.java539 public void onBatteryLevelChanged(int level, boolean pluggedIn) { argument
540 mBatteryState.batteryLevel = level;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_intra_prediction.c500 tmp = h264bsdIntra16x16Prediction(pMb, data, mbLayer->residual.level,
514 mbLayer->residual.level+16, pelAbove + 21, pelLeft + 16,
823 h264bsdAddResidual(data, mbLayer->residual.level[block], block);
H A Dh264bsd_inter_prediction.c473 pMbLayer->residual.level);
/frameworks/base/core/java/android/view/
H A DGLES20Canvas.java335 * to reclaim is indicate by the level parameter.
337 * The level can be one of {@link #FLUSH_CACHES_MODERATE} or
340 * @param level Hint about the amount of memory to reclaim
344 public static void flushCaches(int level) { argument
345 nFlushCaches(level);
348 private static native void nFlushCaches(int level); argument
/frameworks/base/core/java/android/content/
H A DContentProvider.java592 public void onTrimMemory(int level) { argument
923 * {@link ContentResolver#openAssetFileDescriptor}, or by using the higher-level
/frameworks/base/core/java/android/app/
H A DNotification.java127 * If the icon in the status bar is to have more than one level, you can set this. Otherwise,
996 * versions of Android as old as API level 4, you can instead use
1137 * level parameter for when the icon is a {@link android.graphics.drawable.LevelListDrawable
1141 * @param level The level to use for the icon.
1146 public Builder setSmallIcon(int icon, int level) { argument
1148 mSmallIconLevel = level;
H A DActivityThread.java1145 public void scheduleTrimMemory(int level) { argument
1146 queueOrSendMessage(H.TRIM_MEMORY, null, level);
1680 * Creates the top level Resources for applications with the given compatibility info.
1760 * Creates the top level resources for the given package.
4147 final void handleTrimMemory(int level) { argument
4148 if (DEBUG_MEMORY_TRIM) Slog.v(TAG, "Trimming memory to level: " + level);
4151 windowManager.startTrimMemory(level);
4157 callbacks.get(i).onTrimMemory(level);
5016 public void onTrimMemory(int level) {
[all...]
H A DActivity.java1659 public void onTrimMemory(int level) { argument
1660 if (DEBUG_LIFECYCLE) Slog.v(TAG, "onTrimMemory " + this + ": " + level);
1662 mFragments.dispatchTrimMemory(level);
1887 * inflated, adding all top-level views to the activity.
2320 * system-level windows (such as the status bar notification panel or
3721 * <p>This function can only be called from a top-level activity; if it is
3770 "startActivityIfNeeded can only be called from a top-level activity");
3824 "startNextMatchingActivity can only be called from a top-level activity");
4150 throw new IllegalStateException("Can only be called on top-level activity");
4507 * top-level activit
[all...]
H A DFragmentManager.java1896 public void dispatchTrimMemory(int level) { argument
1901 f.performTrimMemory(level);
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorMain.cpp500 M4OSA_Int32 format, M4OSA_UInt32 profile, M4OSA_UInt32 level){
506 ALOGV("checkClipVideoProfileAndLevel format %d profile;%d level:0x%x",
507 format, profile, level);
522 // For these case we do not check the profile and level
547 // Check the profile and level
552 if (level <= pProfileLevel->mLevel) {
2150 int level = 0; local
2165 fid = pEnv->GetFieldID(clazz,"level","I");
2166 level = pEnv->GetIntField(object,fid);
2170 result = checkClipVideoProfileAndLevel(pContext->decoders, videoFormat, profile, level);
499 checkClipVideoProfileAndLevel(M4DECODER_VideoDecoders *pDecoders, M4OSA_Int32 format, M4OSA_UInt32 profile, M4OSA_UInt32 level) argument
[all...]
/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_API.c129 M4OSA_Int32 level, M4OSA_Int32 bitrate);
131 M4OSA_Int32 level, M4OSA_Int32 bitrate);
133 M4OSA_Int32 level, M4OSA_Int32 bitrate);
3740 * Set output video profile and level */
3742 /** Set the target video level, because input 3gp file may
3743 * have wrong video level value (some encoders do not respect
3744 * level restrictions like video resolution when content is created).
3784 * Set output video profile and level */
5856 * and level */
5897 M4OSA_TRACE1_2("mcs encoder open profile :%d, level
10706 M4MCS_intLimitBitrateForH264Enc(M4OSA_Int32 profile, M4OSA_Int32 level, M4OSA_Int32 bitrate) argument
10869 M4MCS_intLimitBitrateForMpeg4Enc(M4OSA_Int32 profile, M4OSA_Int32 level, M4OSA_Int32 bitrate) argument
10914 M4MCS_intLimitBitrateForH263Enc(M4OSA_Int32 profile, M4OSA_Int32 level, M4OSA_Int32 bitrate) argument
[all...]
/frameworks/av/media/libstagefright/codecs/avc/enc/
H A DSoftAVCEncoder.cpp86 ALOGE("ConvertOmxAvcLevelToAvcSpecLevel: %d level not supported",
102 ALOGE("ConvertAvcSpecLevelToOmxAvcLevel: %d level not supported",
301 // Set profile and level
303 mEncParams->level = mAVCEncLevel;
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dinit.cpp314 picParam->pic_init_qp_minus26 = 0; /* default, will be changed at slice level anyway */
435 picParam->pic_init_qp_minus26 = extP->pic_init_qp_minus26; /* default, will be changed at slice level anyway */
540 seqParam->level_idc = encParam->level;
638 /* verify the level setting */
652 if (seqParam->level_idc == 0) /* find level for this setting */
673 /* check if this level is supported by this library */
686 /* check if the encoding setting complies with the level */
/frameworks/base/media/java/android/media/
H A DMediaPlayer.java1081 * Set the low-level power management behavior for this MediaPlayer. This
1084 * high-level {@link #setScreenOnWhilePlaying(boolean)} feature.
1086 * <p>This function has the MediaPlayer access the low-level power manager
1119 * require that the application have permission for low-level wake lock
1557 * Sets the send level of the player to the attached auxiliary effect
1558 * {@see #attachAuxEffect(int)}. The level value range is 0 to 1.0.
1559 * <p>By default the send level is 0, so even if an effect is attached to the player
1561 * <p>Note that the passed level value is a raw scalar. UI controls should be scaled
1563 * so an appropriate conversion from linear UI input x to level is:
1564 * x == 0 -> level
1568 setAuxEffectSendLevel(float level) argument
[all...]
/frameworks/base/services/java/com/android/server/wifi/
H A DWifiService.java854 r.level,

Completed in 2506 milliseconds

12345678910