Searched defs:eventCount (Results  1 – 5 of 5) sorted by relevance
| /system/chre/java/test/utils/src/com/google/android/utils/chre/ | 
| D | ChreApiTestUtil.java | 325             @NonNull List<ChreRpcClient> rpcClients, List<Integer> eventTypes, int eventCount,  in gatherEventsConcurrent()352             @NonNull List<ChreRpcClient> rpcClients, int eventType, int eventCount,  in gatherEventsConcurrent()
 372             @NonNull ChreRpcClient rpcClient, List<Integer> eventTypes, int eventCount,  in gatherEvents()
 398             @NonNull ChreRpcClient rpcClient, int eventType, int eventCount,  in gatherEvents()
 410                     int eventCount, long timeoutInNs) throws Exception {  in gatherAudioDataEvent()
 
 | 
| /system/extras/simpleperf/scripts/ | 
| D | report_html.js | 381             this.getSampleWeight = function (eventCount) {  argument385             this.getSampleWeight = (eventCount) => eventCount.toLocaleString();  argument
 486         function getItem(name, eventCount, totalEventCount) {  argument
 1066             return function(eventCount, _) {  argument
 1072             return function(eventCount, totalCount) {  argument
 1078             return function(eventCount, totalCount) {  argument
 1084             return function(eventCount, _) {  argument
 1089             return function(eventCount, _) {  argument
 1195     _getWidthPercentage(eventCount) {  argument
 1492             this.showLines[i] = {eventCount: 0, subtreeEventCount: 0};  property
 [all …]
 
 | 
| /system/core/libutils/ | 
| D | Looper.cpp | 222     int eventCount = epoll_wait(mEpollFd.get(), eventItems, EPOLL_MAX_EVENTS, timeoutMillis);  in pollInner()  local
 | 
| /system/chre/apps/test/common/chre_api_test/rpc/ | 
| D | chre_api_test.proto | 107   uint32 eventCount = 3;  field
 | 
| /system/hardware/interfaces/suspend/1.0/default/ | 
| D | SystemSuspendUnitTest.cpp | 1081                            int64_t activeTime = 42, int64_t eventCount = 42,  in addKernelWakelock()
 |