HomeSort by relevance Sort by last modified time
    Searched refs:use_fixed_seed (Results 1 - 5 of 5) sorted by null

  /system/extras/perfprofd/
config.h 36 uint32_t use_fixed_seed = 0; member in struct:Config
perfprofdcore.h 32 void CommonInit(uint32_t use_fixed_seed, const char* dest_dir);
perfprofdcore.cc 705 static void set_seed(uint32_t use_fixed_seed)
708 if (use_fixed_seed) {
712 seed = use_fixed_seed;
732 void CommonInit(uint32_t use_fixed_seed, const char* dest_dir) {
742 set_seed(use_fixed_seed);
823 CommonInit(config.use_fixed_seed, nullptr);
configreader.cc 77 addUnsignedEntry("use_fixed_seed", config.use_fixed_seed, 0, UINT32_MAX);
329 config->use_fixed_seed = getUnsignedValue("use_fixed_seed");
  /system/extras/perfprofd/binder_interface/
perfprofd_binder.cc 198 CHECK_AND_COPY_FROM_PROTO(use_fixed_seed)

Completed in 106 milliseconds