Home
last modified time | relevance | path

Searched defs:latches (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/
DE2ePerformanceTest.java122 CountDownLatch[] latches = new CountDownLatch[eventsCounters.size()]; in benchmarkEventBandwidthThroughCarService() local
292 private static boolean awaitCountDownLatches(CountDownLatch[] latches, long timeoutMs) in awaitCountDownLatches()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/pm/
DVendorServiceControllerTest.java283 private void await(Map<String, CountDownLatch> latches, String service, String method) in await()
298 private void countdown(Map<String, CountDownLatch> latches, Intent service, String action) { in countdown()