Searched refs:totalRecordedCallCount (Results 1 – 1 of 1) sorted by relevance
7061 int totalRecordedCallCount = 0; in updateSystemServiceCallStats() local7068 totalRecordedCallCount += stats.recordedCallCount; in updateSystemServiceCallStats()7089 } else if (totalRecordedCallCount > 0) { in updateSystemServiceCallStats()7091 stats.callCount * totalRecordedCallTimeMicros / totalRecordedCallCount; in updateSystemServiceCallStats()7095 if (totalCallCountForUid < uid.mBinderCallCount && totalRecordedCallCount > 0) { in updateSystemServiceCallStats()7100 / totalRecordedCallCount; in updateSystemServiceCallStats()