/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/ |
H A D | UsageStats.java | 73 private SparseIntArray mErrorCount; field in UsageStats 81 mErrorCount = new SparseIntArray(); in UsageStats() 99 mErrorCount.put(event.mError, mErrorCount.get(event.mError, 0) + 1); in addEvent() 116 for (int i = 0; i < mErrorCount.size(); i++) { in print() 117 final int key = mErrorCount.keyAt(i); in print() 118 final int count = mErrorCount.get(i); in print()
|
/aosp12/frameworks/base/core/java/android/hardware/ |
H A D | CameraStreamStats.java | 41 private long mErrorCount; field in CameraStreamStats 58 mErrorCount = 0; in CameraStreamStats() 74 mErrorCount = errorCount; in CameraStreamStats() 117 dest.writeLong(mErrorCount); in writeToParcel() 133 mErrorCount = in.readLong(); in readFromParcel() 167 return mErrorCount; in getErrorCount()
|
/aosp12/frameworks/av/camera/include/camera/ |
H A D | CameraSessionStats.h | 44 int64_t mErrorCount; variable 65 mRequestCount(0), mErrorCount(0), mStartLatencyMs(0), in CameraStreamStats() 70 mUsage(usage), mRequestCount(0), mErrorCount(0), mStartLatencyMs(0), in CameraStreamStats()
|
/aosp12/frameworks/rs/script_api/ |
H A D | Scanner.h | 39 int mErrorCount; variable 101 bool getErrorCount() const { return mErrorCount; } in getErrorCount()
|
H A D | Scanner.cpp | 30 : mFileName(fileName), mFile(file), mLineNumber(0), mTagConsumed(true), mErrorCount(0) { in Scanner() 34 return (mTagConsumed && feof(mFile)) || mErrorCount > MAX_ERRORS; in atEnd() 103 if (++mErrorCount <= MAX_ERRORS) { in error()
|
/aosp12/frameworks/av/camera/ |
H A D | CameraSessionStats.cpp | 121 mErrorCount = errorCount; in readFromParcel() 170 if ((err = parcel->writeInt64(mErrorCount)) != OK) { in writeToParcel()
|
/aosp12/frameworks/base/services/core/java/com/android/server/audio/ |
H A D | PlaybackActivityMonitor.java | 528 if (pmc.mErrorCount < PlayMonitorClient.MAX_ERRORS) { in dispatchPlaybackChange() 539 pmc.mErrorCount++; in dispatchPlaybackChange() 540 Log.e(TAG, "Error (" + pmc.mErrorCount + in dispatchPlaybackChange() 826 int mErrorCount = 0; field in PlaybackActivityMonitor.PlayMonitorClient
|
/aosp12/frameworks/av/services/camera/libcameraservice/utils/ |
H A D | CameraServiceProxyWrapper.cpp | 198 streamStats[i].mRequestCount, streamStats[i].mErrorCount, in logIdle()
|
/aosp12/frameworks/av/services/camera/libcameraservice/device3/ |
H A D | Camera3Device.cpp | 2225 streamStats[i].mErrorCount = stats->second.mDroppedFrameCount; in notifyStatus()
|
/aosp12/packages/apps/Messaging/build/gcheckstyle/ |
H A D | google-style-checker_deploy.jar | META-INF/
META-INF/MANIFEST.MF
build-data.properties
com/
com ... |