Home
last modified time | relevance | path

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

/system/extras/perfprofd/
Dconfigreader.cc216 bool ConfigReader::getBoolValue(const char *key) const in getBoolValue() function in ConfigReader
434 config->only_debug_build = getBoolValue("only_debug_build"); in FillConfig()
436 config->hardwire_cpus = getBoolValue("hardwire_cpus"); in FillConfig()
441 config->stack_profile = getBoolValue("stack_profile"); in FillConfig()
443 config->trace_config_read = getBoolValue("trace_config_read"); in FillConfig()
445 config->collect_cpu_utilization = getBoolValue("collect_cpu_utilization"); in FillConfig()
446 config->collect_charging_state = getBoolValue("collect_charging_state"); in FillConfig()
447 config->collect_booting = getBoolValue("collect_booting"); in FillConfig()
448 config->collect_camera_active = getBoolValue("collect_camera_active"); in FillConfig()
451 config->use_elf_symbolizer = getBoolValue("use_elf_symbolizer"); in FillConfig()
[all …]
Dconfigreader.h46 bool getBoolValue(const char *key) const;