Searched refs:extra_hal_interfaces_to_dump (Results 1 – 1 of 1) sorted by relevance
119 static std::set<std::string> extra_hal_interfaces_to_dump; variable123 if (!extra_hal_interfaces_to_dump.empty()) { in read_extra_hals_to_dump_from_property()133 extra_hal_interfaces_to_dump.insert(std::move(trimmed_token)); in read_extra_hals_to_dump_from_property()144 return extra_hal_interfaces_to_dump.find(interface) != extra_hal_interfaces_to_dump.end(); in should_dump_hal_interface()