Home
last modified time | relevance | path

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

/frameworks/native/libs/dumputils/
Ddump_utils.cpp85 static std::set<const std::string> extra_hal_interfaces_to_dump; variable
89 if (extra_hal_interfaces_to_dump.size() > 0) { in read_extra_hals_to_dump_from_property()
99 extra_hal_interfaces_to_dump.insert(trimmed_token); in read_extra_hals_to_dump_from_property()
110 return extra_hal_interfaces_to_dump.find(interface) != extra_hal_interfaces_to_dump.end(); in should_dump_hal_interface()