/frameworks/av/media/libmediaplayerservice/nuplayer/ |
NuPlayerDriver.cpp | 480 if (property_get("persist.debug.sf.stats", value, NULL) && 661 const sp<AMessage> &stats = trackStats.itemAt(i); local 664 if (stats->findString("mime", &mime)) { 670 if (stats->findString("component-name", &name)) { 677 if (stats->findInt32("width", &width) 678 && stats->findInt32("height", &height)) { 686 stats->findInt64("frames-total", &numFramesTotal); 687 stats->findInt64("frames-dropped-output", &numFramesDropped);
|
/frameworks/av/media/libstagefright/ |
VideoFrameScheduler.cpp | 351 DisplayStatInfo stats; local 352 status_t res = mComposer->getDisplayStats(NULL /* display */, &stats); 355 (long long)stats.vsyncTime, (long long)stats.vsyncPeriod); 356 mVsyncTime = stats.vsyncTime; 357 mVsyncPeriod = stats.vsyncPeriod;
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/ |
BatteryInfo.java | 125 BatteryStats stats, long elapsedRealtimeUs) { 126 return BatteryInfo.getBatteryInfo(context, batteryBroadcast, stats, elapsedRealtimeUs, 131 BatteryStats stats, long elapsedRealtimeUs, boolean shortString) { 133 info.mStats = stats; 139 final long drainTime = stats.computeBatteryTimeRemaining(elapsedRealtimeUs); 157 final long chargeTime = stats.computeChargeTimeRemaining(elapsedRealtimeUs); 205 private static void parse(BatteryStats stats, long remainingTimeUs, 219 if (stats.startIteratingHistoryLocked()) { 221 while (stats.getNextHistoryLocked(rec)) { 256 stats.finishIteratingHistoryLocked() [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
LoadAverageService.java | 182 final CpuTracker stats = mStats; local 183 final int userTime = stats.getLastUserTime(); 184 final int systemTime = stats.getLastSystemTime(); 185 final int iowaitTime = stats.getLastIoWaitTime(); 186 final int irqTime = stats.getLastIrqTime(); 187 final int softIrqTime = stats.getLastSoftIrqTime(); 188 final int idleTime = stats.getLastIdleTime(); 217 canvas.drawText(stats.mLoadText, RIGHT-paddingRight-stats.mLoadWidth-1, 219 canvas.drawText(stats.mLoadText, RIGHT-paddingRight-stats.mLoadWidth-1 263 final CpuTracker stats = mStats; local [all...] |
/frameworks/base/services/usage/java/com/android/server/usage/ |
UsageStatsXmlV1.java | 67 final UsageStats stats = statsOut.getOrCreateUsageStats(pkg); local 70 stats.mLastTimeUsed = statsOut.beginTime + XmlUtils.readLongAttribute( 72 stats.mTotalTimeInForeground = XmlUtils.readLongAttribute(parser, TOTAL_TIME_ACTIVE_ATTR); 73 stats.mLastEvent = XmlUtils.readIntAttribute(parser, LAST_EVENT_ATTR); 120 private static void writeUsageStats(XmlSerializer xml, final IntervalStats stats, 126 usageStats.mLastTimeUsed - stats.beginTime); 135 private static void writeConfigStats(XmlSerializer xml, final IntervalStats stats, 141 configStats.mLastTimeActive - stats.beginTime); 155 private static void writeEvent(XmlSerializer xml, final IntervalStats stats, 160 XmlUtils.writeLongAttribute(xml, TIME_ATTR, event.mTimeStamp - stats.beginTime) [all...] |
/ndk/sources/host-tools/make-3.81/ |
getloadavg.c | 708 struct class_stats stats; 709 bzero ((char *) &stats, sizeof stats); 713 desc.sd_addr = (char *) &stats; 714 desc.sd_size = sizeof stats; 719 c += stats.class_numcpus; 706 struct class_stats stats; local
|
/packages/apps/Settings/src/com/android/settings/ |
UsageStatsActivity.java | 113 final List<UsageStats> stats = local 116 if (stats == null) { 121 final int statCount = stats.size(); 123 final android.app.usage.UsageStats pkgStats = stats.get(i); 200 Log.w(TAG, "No usage stats info for package:" + position);
|
/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/ |
JankStat.java | 38 STATS_SINCE(Pattern.compile("\\s*Stats since: (\\d+)ns"), 1), 109 * Determines if this set of janks stats is aggregated from the 111 * old process was killed, had its stats reset, and was then 126 * Returns the jank stats similar to how they are presented in the shell 144 "\nAggregated stats count: " + aggregateCount; 149 * Merges the stat history of a sequence of stats. 151 * Final count value = sum of count values across stats 214 for (JankStat stats : statsList) { 215 result.append(stats.toString());
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/net/ |
if_ppp.h | 124 struct ppp_stats stats; /* statistic information */ member in struct:ifpppstatsreq 129 struct ppp_comp_stats stats; member in struct:ifpppcstatsreq
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/net/ |
if_ppp.h | 124 struct ppp_stats stats; /* statistic information */ member in struct:ifpppstatsreq 129 struct ppp_comp_stats stats; member in struct:ifpppcstatsreq
|
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/ |
if_ppp.h | 67 struct ppp_stats stats; member in struct:ifpppstatsreq 72 struct ppp_comp_stats stats; member in struct:ifpppcstatsreq
|
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/ |
if_ppp.h | 67 struct ppp_stats stats; member in struct:ifpppstatsreq 72 struct ppp_comp_stats stats; member in struct:ifpppcstatsreq
|
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/ |
if_ppp.h | 67 struct ppp_stats stats; member in struct:ifpppstatsreq 72 struct ppp_comp_stats stats; member in struct:ifpppcstatsreq
|
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/linux/ |
if_ppp.h | 67 struct ppp_stats stats; member in struct:ifpppstatsreq 72 struct ppp_comp_stats stats; member in struct:ifpppcstatsreq
|
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/linux/ |
if_ppp.h | 67 struct ppp_stats stats; member in struct:ifpppstatsreq 72 struct ppp_comp_stats stats; member in struct:ifpppcstatsreq
|
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/linux/ |
if_ppp.h | 67 struct ppp_stats stats; member in struct:ifpppstatsreq 72 struct ppp_comp_stats stats; member in struct:ifpppcstatsreq
|
/prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/linux/ |
if_ppp.h | 67 struct ppp_stats stats; member in struct:ifpppstatsreq 72 struct ppp_comp_stats stats; member in struct:ifpppcstatsreq
|
/prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/linux/ |
if_ppp.h | 67 struct ppp_stats stats; member in struct:ifpppstatsreq 72 struct ppp_comp_stats stats; member in struct:ifpppcstatsreq
|
/prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/linux/ |
if_ppp.h | 67 struct ppp_stats stats; member in struct:ifpppstatsreq 72 struct ppp_comp_stats stats; member in struct:ifpppcstatsreq
|
/prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/linux/ |
if_ppp.h | 67 struct ppp_stats stats; member in struct:ifpppstatsreq 72 struct ppp_comp_stats stats; member in struct:ifpppcstatsreq
|
/prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/linux/ |
if_ppp.h | 67 struct ppp_stats stats; member in struct:ifpppstatsreq 72 struct ppp_comp_stats stats; member in struct:ifpppcstatsreq
|
/prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/linux/ |
if_ppp.h | 67 struct ppp_stats stats; member in struct:ifpppstatsreq 72 struct ppp_comp_stats stats; member in struct:ifpppcstatsreq
|
/prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/linux/ |
if_ppp.h | 67 struct ppp_stats stats; member in struct:ifpppstatsreq 72 struct ppp_comp_stats stats; member in struct:ifpppcstatsreq
|
/prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/linux/ |
if_ppp.h | 67 struct ppp_stats stats; member in struct:ifpppstatsreq 72 struct ppp_comp_stats stats; member in struct:ifpppcstatsreq
|
/prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/linux/ |
if_ppp.h | 67 struct ppp_stats stats; member in struct:ifpppstatsreq 72 struct ppp_comp_stats stats; member in struct:ifpppcstatsreq
|