Home
last modified time | relevance | path

Searched defs:eventCount (Results 1 – 5 of 5) sorted by relevance

/system/chre/java/test/utils/src/com/google/android/utils/chre/
DChreApiTestUtil.java325 @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/
Dreport_html.js381 this.getSampleWeight = function (eventCount) { argument
385 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/
DLooper.cpp249 int eventCount = epoll_wait(mEpollFd.get(), eventItems, EPOLL_MAX_EVENTS, timeoutMillis); in pollInner() local
/system/chre/apps/test/common/chre_api_test/rpc/
Dchre_api_test.proto107 uint32 eventCount = 3; field
/system/hardware/interfaces/suspend/1.0/default/
DSystemSuspendUnitTest.cpp907 int64_t activeTime = 42, int64_t eventCount = 42, in addKernelWakelock()