Home
last modified time | relevance | path

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

/frameworks/base/tools/stats_log_api_gen/
Dutils.cpp101 bool atom_needed_for_module(const AtomDecl& atomDecl, const string& moduleName) { in atom_needed_for_module() function
183 if (!atom_needed_for_module(*atom, moduleName)) { in write_native_atom_constants()
277 if (!atom_needed_for_module(*atom, moduleName)) { in write_java_atom_codes()
303 if (!atom_needed_for_module(*atom, moduleName)) { in write_java_enum_values()
Dutils.h49 bool atom_needed_for_module(const AtomDecl& atomDecl, const string& moduleName);
Dnative_writer.cpp291 if (!atom_needed_for_module(*atom, moduleName)) { in write_stats_log_header()