Searched refs:counter (Results 26 - 35 of 35) sorted by relevance

12

/frameworks/base/core/tests/coretests/src/android/print/
H A DBasePrintTest.java218 private void waitForCallbackCallCount(CallCounter counter, int count, String message) { argument
220 counter.waitForCount(count, OPERATION_TIMEOUT);
/frameworks/base/core/java/android/os/
H A DBatteryStats.java316 * in all states, measured in milli-ampere-milliseconds (mAms). The counter may always
642 * package. The mapping keys are tag names for the alarms, the counter contains
2374 * Return the counter keeping track of the amount of battery discharge while the screen was off,
2376 * a coulomb counter.
2381 * Return the counter keeping track of the amount of battery discharge measured in
2383 * a coulomb counter.
2661 private static boolean controllerActivityHasData(ControllerActivityCounter counter, int which) { argument
2662 if (counter == null) {
2666 if (counter.getIdleTimeCounter().getCountLocked(which) != 0
2667 || counter
2688 dumpControllerActivityLine(PrintWriter pw, int uid, String category, String type, ControllerActivityCounter counter, int which) argument
2710 printControllerActivityIfInteresting(PrintWriter pw, StringBuilder sb, String prefix, String controllerName, ControllerActivityCounter counter, int which) argument
2719 printControllerActivity(PrintWriter pw, StringBuilder sb, String prefix, String controllerName, ControllerActivityCounter counter, int which) argument
[all...]
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
H A DFwdLockConv.c150 unsigned char counter[AES_BLOCK_SIZE]; member in struct:FwdLockConv_Session
814 * Increments the counter, treated as a 16-byte little-endian number, by one.
820 while ((++pSession->counter[i] == 0) && (++i < AES_BLOCK_SIZE))
850 AES_encrypt(pSession->counter, pSession->keyStream, &pSession->encryptionRoundKeys);
1142 memcpy(pSession->counter, pSession->pEncryptedSessionKey, AES_BLOCK_SIZE);
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifInterface.java1683 int counter = 0;
1688 defs[counter++] = def;
1691 if (counter == 0) {
1695 return Arrays.copyOfRange(defs, 0, counter);
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java868 * @param counter a Counter, or null.
870 public static void writeCounterToParcel(Parcel out, Counter counter) { argument
871 if (counter == null) {
877 counter.writeToParcel(out);
904 * Clear state of this counter.
992 * Clear state of this counter.
1238 * A counter meant to accept monotonically increasing values to its {@link #update(long, int)}
1283 * A sequence counter, incremented once for each update of the stats.
1973 for (LongSamplingCounter counter : mTxTimeMillis) {
1974 counter
[all...]
/frameworks/base/core/java/android/widget/
H A DRemoteViews.java294 public void updateMemoryUsageEstimate(MemoryUsageCounter counter) { argument
1579 public void updateMemoryUsageEstimate(MemoryUsageCounter counter) { argument
1581 counter.increment(nestedViews.estimateMemoryUsage());
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DTaskStack.java887 NamedCounter counter = new NamedCounter("task-group", "");
/frameworks/native/opengl/include/GLES2/
H A Dgl2ext.h780 typedef void (GL_APIENTRYP PFNGLGETPERFMONITORCOUNTERSTRINGAMDPROC) (GLuint group, GLuint counter, GLsizei bufSize, GLsizei *length, GLchar *counterString);
781 typedef void (GL_APIENTRYP PFNGLGETPERFMONITORCOUNTERINFOAMDPROC) (GLuint group, GLuint counter, GLenum pname, void *data);
792 GL_APICALL void GL_APIENTRY glGetPerfMonitorCounterStringAMD (GLuint group, GLuint counter, GLsizei bufSize, GLsizei *length, GLchar *counterString);
793 GL_APICALL void GL_APIENTRY glGetPerfMonitorCounterInfoAMD (GLuint group, GLuint counter, GLenum pname, void *data);
/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/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 415 milliseconds

12