Searched refs:curr_vol (Results 1 – 1 of 1) sorted by relevance
73 unsigned char curr_vol = VOLUME_LEVEL_MIN; in volume_set() local74 int len = sizeof(curr_vol); in volume_set()96 ret = os_kv_get(key, &curr_vol, &len); in volume_set()104 if (volume == curr_vol) in volume_set()106 curr_vol = volume; in volume_set()108 ret = os_kv_set(key, &curr_vol, len, 0); in volume_set()120 unsigned char curr_vol = VOLUME_LEVEL_MIN; in volume_get() local121 int len = sizeof(curr_vol); in volume_get()137 ret = os_kv_get(key, &curr_vol, &len); in volume_get()146 return curr_vol; in volume_get()
Completed in 3 milliseconds