Searched refs:usage (Results 201 - 210 of 210) sorted by relevance

123456789

/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java39 import android.app.usage.UsageEvents;
40 import android.app.usage.UsageStatsManagerInternal;
2815 // Record usage stats
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp3344 uint32_t usage = GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN | local
3351 err |= native_window_set_usage(window, usage);
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkPolicyManagerService.java89 import android.app.usage.UsageStatsManagerInternal;
1110 * remaining quota based on usage cycle and historical stats.
1219 // remaining "quota" bytes are based on total usage in
1307 // Build default mobile policy, and assume usage cycle starts today
1828 // only returns usage summary, so we don't require caller to have
2186 // limit data usage for some internal system services
/frameworks/native/opengl/include/GLES3/
H A Dgl31.h389 GL_APICALL void GL_APIENTRY glBufferData (GLenum target, GLsizeiptr size, const void *data, GLenum usage);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp590 /* void glBufferData ( GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage ) */
593 (JNIEnv *_env, jobject _this, jint target, jint size, jobject data_buf, jint usage) {
619 (GLenum)usage
592 android_glBufferData__IILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint target, jint size, jobject data_buf, jint usage) argument
H A Dcom_google_android_gles_jni_GLImpl.cpp4094 /* void glBufferData ( GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage ) */
4097 (JNIEnv *_env, jobject _this, jint target, jint size, jobject data_buf, jint usage) {
4123 (GLenum)usage
4096 android_glBufferData__IILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint target, jint size, jobject data_buf, jint usage) argument
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java93 import android.app.usage.UsageStats;
94 import android.app.usage.UsageStatsManager;
1025 Log.e(TAG, "Failed to write package usage times", e);
1046 throw new IOException("Failed to find last usage time for package "
1065 Log.w(TAG, "Failed to read package usage times", e);
1094 File fname = new File(systemDir, "package-usage.list");
2263 // read and update their last usage times.
6222 boolean updateUsage = !backgroundDexopt; // Don't update usage if this is just a backgroundDexopt
6224 // We aren't going to dexopt or update usage, so bail early.
16409 UsageStats usage
[all...]
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.h36 void GLTrace_glBufferData(GLenum target, GLsizeiptr size, const void * data, GLenum usage);
H A Dgltrace_api.cpp459 void GLTrace_glBufferData(GLenum target, GLsizeiptr size, const void * data, GLenum usage) { argument
483 // copy argument usage
487 arg_usage->add_intvalue((int)usage);
492 glContext->hooks->gl.glBufferData(target, size, data, usage);
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java50 import android.app.usage.UsageEvents;
51 import android.app.usage.UsageStatsManagerInternal;
347 // enough data on CPU usage to start killing things.
365 // we will consider it to be doing interaction for usage stats.
621 * List of running applications, sorted by recent usage.
943 * Information about component usage
1026 * Last time (in realtime) at which we checked for power usage.
1031 * Last time (in uptime) at which we checked for power usage.
2479 //Slog.i(TAG, "Total CPU usage: "
2482 // Slog the cpu usage i
[all...]

Completed in 625 milliseconds

123456789