Home
last modified time | relevance | path

Searched refs:mResultErrorCount (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/hardware/
DCameraSessionStats.java63 private long mResultErrorCount; field in CameraSessionStats
86 mResultErrorCount = 0; in CameraSessionStats()
157 dest.writeLong(mResultErrorCount); in writeToParcel()
183 mResultErrorCount = in.readLong(); in readFromParcel()
252 return mResultErrorCount; in getResultErrorCount()
/frameworks/av/camera/
DCameraSessionStats.cpp281 mResultErrorCount(0), in CameraSessionStats()
302 mResultErrorCount(0), in CameraSessionStats()
464 mResultErrorCount = resultErrorCount; in readFromParcel()
546 if ((err = parcel->writeInt64(mResultErrorCount)) != OK) { in writeToParcel()
/frameworks/av/camera/include/camera/
DCameraSessionStats.h158 int64_t mResultErrorCount; variable
/frameworks/base/services/core/java/com/android/server/camera/
DCameraServiceProxy.java258 public long mResultErrorCount; field in CameraServiceProxy.CameraUsageEvent
304 mResultErrorCount = resultErrorCount; in markCompleted()
406 + ", resultErrorCount " + mResultErrorCount in logSelf()
473 mRequestCount, mResultErrorCount, mDeviceError, in logSelf()
/frameworks/av/services/camera/libcameraservice/utils/
DCameraServiceProxyWrapper.cpp110 mSessionStats.mResultErrorCount = resultErrorCount; in onIdle()