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

12

/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
H A DFwdLockFile.c215 * Calculates the counter, treated as a 16-byte little-endian number, used to generate the keystream
220 * @param[out] pCounter A reference to the counter.
239 * Decrypts the byte at the current file position using AES-128-CTR. In CTR (or "counter") mode,
250 unsigned char counter[AES_BLOCK_SIZE]; local
251 FwdLockFile_CalculateCounter(pSession->pEncryptedSessionKey, blockIndex, counter);
252 AES_encrypt(counter, pSession->keyStream, &pSession->encryptionRoundKeys);
/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.java322 * in all states, measured in milli-ampere-milliseconds (mAms). The counter may always
688 * package. The mapping keys are tag names for the alarms, the counter contains
2429 * Return the counter keeping track of the amount of battery discharge while the screen was off,
2431 * a coulomb counter.
2436 * Return the counter keeping track of the amount of battery discharge measured in
2438 * a coulomb counter.
2757 private static boolean controllerActivityHasData(ControllerActivityCounter counter, int which) { argument
2758 if (counter == null) {
2762 if (counter.getIdleTimeCounter().getCountLocked(which) != 0
2763 || counter
2784 dumpControllerActivityLine(PrintWriter pw, int uid, String category, String type, ControllerActivityCounter counter, int which) argument
2806 printControllerActivityIfInteresting(PrintWriter pw, StringBuilder sb, String prefix, String controllerName, ControllerActivityCounter counter, int which) argument
2815 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/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.
2173 for (LongSamplingCounter counter : mTxTimeMillis) {
2174 counter
5144 detachLongCounterIfNotNull(LongSamplingCounter counter) argument
5150 resetLongCounterIfNotNull(LongSamplingCounter counter, boolean detachIfReset) argument
[all...]
/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/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.java906 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 465 milliseconds

12