Home
last modified time | relevance | path

Searched refs:mgrProperties (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/
H A DE2ePerformanceTest.java78 int[] mgrProperties = new int[] { in benchmarkEventBandwidthThroughCarService() local
85 final int EXPECTED_EVENTS = EXPECTED_EVENTS_PER_PROPERTY * mgrProperties.length; in benchmarkEventBandwidthThroughCarService()
89 for (int mgrPropId: mgrProperties) { in benchmarkEventBandwidthThroughCarService()
113 for (int i = 0; i < mgrProperties.length; i++) { in benchmarkEventBandwidthThroughCarService()
114 eventsCounters.put(mgrProperties[i], new CountDownLatch(EXPECTED_EVENTS_PER_PROPERTY)); in benchmarkEventBandwidthThroughCarService()
117 for (int propId: mgrProperties) { in benchmarkEventBandwidthThroughCarService()