Searched refs:byName (Results 1 – 1 of 1) sorted by relevance
670 Map<String, HalServiceBase> byName = mAllServices.stream() in dumpSpecificHals() local673 HalServiceBase service = byName.get(halName); in dumpSpecificHals()675 writer.printf("No HAL named %s. Valid options are: %s\n", halName, byName.keySet()); in dumpSpecificHals()