Searched refs:prop_buffer (Results 1 – 1 of 1) sorted by relevance
86 char prop_buffer[PROPERTY_VALUE_MAX]; in calculate_max_cpu_freq() local87 int len = property_get(SVELTE_MAX_FREQ_PROP, prop_buffer, LOW_POWER_MAX_FREQ); in calculate_max_cpu_freq()88 max_cpu_freq = strndup(prop_buffer, len); in calculate_max_cpu_freq()89 len = property_get(SVELTE_LOW_POWER_MAX_FREQ_PROP, prop_buffer, LOW_POWER_MAX_FREQ); in calculate_max_cpu_freq()90 low_power_max_cpu_freq = strndup(prop_buffer, len); in calculate_max_cpu_freq()