Searched defs:level (Results 176 - 200 of 229) sorted by relevance

12345678910

/frameworks/base/core/jni/
H A Dandroid_view_ThreadedRenderer.cpp785 jint level) {
786 RenderProxy::trimMemory(level);
784 android_view_ThreadedRenderer_trimMemory(JNIEnv* env, jobject clazz, jint level) argument
H A Dandroid_opengl_GLES10.cpp642 /* void glCompressedTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data ) */
645 (JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint border, jint imageSize, jobject data_buf) {
667 (GLint)level,
685 /* void glCompressedTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data ) */
688 (JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint width, jint height, jint format, jint imageSize, jobject data_buf) {
710 (GLint)level,
729 /* void glCopyTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border ) */
732 (JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint x, jint y, jint width, jint height, jint border) {
735 (GLint)level,
745 /* void glCopyTexSubImage2D ( GLenum target, GLint level, GLin
644 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
687 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
731 android_glCopyTexImage2D__IIIIIIII(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint x, jint y, jint width, jint height, jint border) argument
747 android_glCopyTexSubImage2D__IIIIIIII(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint x, jint y, jint width, jint height) argument
3250 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
3310 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
[all...]
H A Dandroid_opengl_GLES11Ext.cpp3069 /* void glFramebufferTexture2DOES ( GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level ) */
3072 (JNIEnv *_env, jobject _this, jint target, jint attachment, jint textarget, jint texture, jint level) {
3078 (GLint)level
3071 android_glFramebufferTexture2DOES__IIIII(JNIEnv *_env, jobject _this, jint target, jint attachment, jint textarget, jint texture, jint level) argument
H A Dandroid_opengl_GLES31.cpp3238 /* void glBindImageTexture ( GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format ) */
3241 (JNIEnv *_env, jobject _this, jint unit, jint texture, jint level, jboolean layered, jint layer, jint access, jint format) {
3245 (GLint)level,
3459 /* void glGetTexLevelParameteriv ( GLenum target, GLint level, GLenum pname, GLint *params ) */
3462 (JNIEnv *_env, jobject _this, jint target, jint level, jint pname, jintArray params_ref, jint offset) {
3489 (GLint)level,
3504 /* void glGetTexLevelParameteriv ( GLenum target, GLint level, GLenum pname, GLint *params ) */
3507 (JNIEnv *_env, jobject _this, jint target, jint level, jint pname, jobject params_buf) {
3529 (GLint)level,
3543 /* void glGetTexLevelParameterfv ( GLenum target, GLint level, GLenu
3240 android_glBindImageTexture__IIIZIII(JNIEnv *_env, jobject _this, jint unit, jint texture, jint level, jboolean layered, jint layer, jint access, jint format) argument
3461 android_glGetTexLevelParameteriv__III_3II(JNIEnv *_env, jobject _this, jint target, jint level, jint pname, jintArray params_ref, jint offset) argument
3506 android_glGetTexLevelParameteriv__IIILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint pname, jobject params_buf) argument
3545 android_glGetTexLevelParameterfv__III_3FI(JNIEnv *_env, jobject _this, jint target, jint level, jint pname, jfloatArray params_ref, jint offset) argument
3590 android_glGetTexLevelParameterfv__IIILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint pname, jobject params_buf) argument
[all...]
/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 DDrawableContainer.java341 protected boolean onLevelChange(int level) { argument
343 return mLastDrawable.setLevel(level);
346 return mCurrDrawable.setLevel(level);
H A DGradientDrawable.java561 * Sets whether this drawable's {@code level} property will be used to
591 * level, {@code false} otherwise
606 * Returns whether this drawable's {@code level} property will be used to
609 * @return {@code true} if the gradient should be scaled based on level,
1068 protected boolean onLevelChange(int level) { argument
1069 super.onLevelChange(level);
1104 final float level = st.mUseLevel ? getLevel() / 10000.0f : 1.0f;
1108 x1 = x0; y1 = level * r.bottom;
1112 x1 = level * r.left; y1 = level *
[all...]
H A DLayerDrawable.java1507 protected boolean onLevelChange(int level) { argument
1514 if (dr != null && dr.setLevel(level)) {
/frameworks/base/libs/hwui/
H A DSpotShadow.cpp587 * @param level The level of smoothness.
592 void SpotShadow::smoothPolygon(int level, int rays, float* rayDist) { argument
593 for (int k = 0; k < level; k++) {
/frameworks/base/media/java/android/media/
H A DMediaRecorder.java751 * Sets the desired video encoding profile and level for recording. The profile and level
755 * profile and level are applicable, and sometimes the passed profile or level will be
759 * and level for the corresponding format. Note that the requested profile/level may not be supported by
762 * @param level declared in {@link MediaCodecInfo.CodecProfileLevel}.
763 * @throws IllegalArgumentException when an invalid profile or level value is used.
765 public void setVideoEncodingProfileLevel(int profile, int level) { argument
769 if (level <
[all...]
H A DAudioTrack.java87 /** Minimum value for a linear gain or auxiliary effect level.
91 /** Maximum value for a linear gain or auxiliary effect level.
1434 * Returns the number of underrun occurrences in the application-level write buffer
1567 * consider implementing that at application level, based on low-resolution timestamps.
1573 * If you need such features, consider implementing them at application level.
1856 * loop end marker, the behavior varies by API level:
1949 * device-specific minimum level. This requirement for the path to be filled
1950 * to a minimum level is also true when resuming audio playback after calling stop().
2618 * Sets the send level of the audio track to the attached auxiliary effect
2623 * <p>By default the send level i
2635 setAuxEffectSendLevel(float level) argument
2643 playerSetAuxEffectSendLevel(boolean muting, float level) argument
3106 native_setAuxEffectSendLevel(float level) argument
[all...]
/frameworks/base/media/jni/
H A Dandroid_media_MediaPlayer.cpp1060 android_media_MediaPlayer_setAuxEffectSendLevel(JNIEnv *env, jobject thiz, jfloat level) argument
1062 ALOGV("setAuxEffectSendLevel: level %f", level);
1068 process_media_player_call( env, thiz, mp->setAuxEffectSendLevel(level), NULL, NULL );
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DStaticMetadata.java146 * When level is not {@link CheckLevel.COLLECT}, the {@link CameraErrorCollector} will be
162 * When level is not {@link CheckLevel.COLLECT}, the {@link CameraErrorCollector} will be
167 * @param level The {@link CheckLevel} of this StaticMetadata
169 * @throws IllegalArgumentException if characteristics was null or level was
172 public StaticMetadata(CameraCharacteristics characteristics, CheckLevel level, argument
177 if (level == CheckLevel.COLLECT && collector == null) {
178 throw new IllegalArgumentException("collector must valid when COLLECT level is set");
182 mLevel = level;
196 * Whether or not the hardware level reported by android.info.supportedHardwareLevel
209 * Whether or not the hardware level reporte
[all...]
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java345 // Hack level over 9000: Because the subscription id is not yet valid when we see the
655 final int level = intent.getIntExtra(EXTRA_LEVEL, 0);
674 MSG_BATTERY_UPDATE, new BatteryStatus(status, level, plugged, health,
853 public final int level; field in class:KeyguardUpdateMonitor.BatteryStatus
857 public BatteryStatus(int status, int level, int plugged, int health, argument
860 this.level = level;
878 * battery level, so this allows either battery level or status to determine if the
883 return status == BATTERY_STATUS_FULL || level >
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogControllerImpl.java144 protected void setAudioManagerStreamVolume(int stream, int level, int flag) { argument
145 mAudio.setStreamVolume(stream, level, flag);
262 public void setStreamVolume(int stream, int level) { argument
264 mWorker.obtainMessage(W.SET_STREAM_VOLUME, stream, level).sendToTarget();
397 private boolean updateStreamLevelW(int stream, int level) { argument
399 if (ss.level == level) return false;
400 ss.level = level;
402 Events.writeEvent(mContext, Events.EVENT_LEVEL_CHANGED, stream, level);
496 onSetStreamVolumeW(int stream, int level) argument
940 setStreamVolume(int stream, int level) argument
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DBatteryStatsService.java1031 final int level, final int temp, final int volt, final int chargeUAh,
1036 // to block such a low level service like BatteryService on external stats like WiFi.
1045 mStats.setBatteryStateLocked(status, health, plugType, level, temp, volt,
1055 mStats.setBatteryStateLocked(status, health, plugType, level, temp, volt,
1030 setBatteryState(final int status, final int health, final int plugType, final int level, final int temp, final int volt, final int chargeUAh, final int chargeFullUAh) argument
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
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/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiConfigManagerTest.java3818 * Creates a scan detail corresponding to the provided network and given BSSID, level &frequency
3822 WifiConfiguration configuration, String bssid, int level, int frequency) {
3838 ssid, bssid, caps, level, frequency, mClock.getUptimeSinceBootMillis(),
3821 createScanDetailForNetwork( WifiConfiguration configuration, String bssid, int level, int frequency) argument
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java794 private void printGroupTree(VGroup currentGroup, int level) { argument
796 for (int i = 0; i < level; i++) {
807 printGroupTree((VGroup) child, level + 1);
809 ((VPath) child).printVPath(level + 1);
1136 // Mi the local matrix at level i of the group tree.
1522 public void printVPath(int level) { argument
1524 for (int i = 0; i < level; i++) {
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp375 snprintf(buffer, 255, " aux effect id(%d), send level (%f)\n",
1303 status_t MediaPlayerService::Client::setAuxEffectSendLevel(float level) argument
1305 ALOGV("[%d] setAuxEffectSendLevel(%f)", mConnId, level);
1307 if (mAudioOutput != 0) return mAudioOutput->setAuxEffectSendLevel(level);
2254 status_t MediaPlayerService::AudioOutput::setAuxEffectSendLevel(float level) argument
2256 ALOGV("setAuxEffectSendLevel(%f)", level);
2258 mSendLevel = level;
2260 return mTrack->setAuxEffectSendLevel(level);
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4lib_int.h141 Int level[64]; /* Abs(level) */ member in struct:tagRunLevelBlock
142 Int s[64]; /* sign level */
186 Int LayerMaxMbsPerSec[4]; /* Maximum mbs per second, according to the specified profile and level */
187 Int LayerMaxBufferSize[4]; /* Maximum buffer size, according to the specified profile and level */
230 Int profile_table_index; /* index for profile and level tables given the specified profile and level */
266 Int QP; /* quantization level for current frame, = rc->Qc*/
267 Int prev_QP; /* quantization level for previous frame */
268 Int prev_prev_QP; /* quantization level fo
[all...]
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp88 static void setLogLevel(int level) { argument
89 android_atomic_write(level, &gLogLevel);
1016 " API level, evicting prior client...");
2170 bool CameraService::BasicClient::canCastToApiClient(apiLevel level) const {
2172 return level == API_2;
2298 bool CameraService::Client::canCastToApiClient(apiLevel level) const {
2299 return level == API_1;
2571 // change logging level
2574 int level = atoi(levelStr.string()); local
2575 dprintf(fd, "\nSetting log level t
[all...]
/frameworks/base/core/java/android/app/
H A DFragment.java1249 * and they should have protection level {@link android.content.pm.PermissionInfo
1859 public void onTrimMemory(int level) { argument
2720 void performTrimMemory(int level) { argument
2721 onTrimMemory(level);
2723 mChildFragmentManager.dispatchTrimMemory(level);
H A DFragmentManager.java3127 public void dispatchTrimMemory(int level) { argument
3132 f.performTrimMemory(level);
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java273 public void dumpViewHierarchyWithProperties(BufferedWriter out, int level); argument

Completed in 1868 milliseconds

12345678910