Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dmemory_infra_background_whitelist.h19 bool BASE_EXPORT IsMemoryDumpProviderWhitelisted(const char* mdp_name);
Dmemory_infra_background_whitelist.cc86 bool IsMemoryDumpProviderWhitelisted(const char* mdp_name) { in IsMemoryDumpProviderWhitelisted() function
Dmemory_dump_manager.cc260 bool whitelisted_for_background_mode = IsMemoryDumpProviderWhitelisted(name); in RegisterDumpProviderInternal()