Searched defs:eventCount (Results 1 – 2 of 2) sorted by relevance
/system/extras/simpleperf/scripts/ |
D | report_html.js | 375 this.getSampleWeight = function (eventCount) { argument 379 this.getSampleWeight = (eventCount) => '' + eventCount; argument 480 function getItem(name, eventCount, totalEventCount) { argument 1056 return function(eventCount, _) { argument 1062 return function(eventCount, totalCount) { argument 1068 return function(eventCount, totalCount) { argument 1074 return function(eventCount, _) { argument 1079 return function(eventCount, _) { argument 1185 _getWidthPercentage(eventCount) { argument 1479 this.showLines[i] = {eventCount: 0, subtreeEventCount: 0}; property [all …]
|
/system/core/libutils/ |
D | Looper.cpp | 237 int eventCount = epoll_wait(mEpollFd.get(), eventItems, EPOLL_MAX_EVENTS, timeoutMillis); in pollInner() local
|