HomeSort by relevance Sort by last modified time
    Searched defs:percent_to_index (Results 1 - 3 of 3) sorted by null

  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_mixer.c 56 #define percent_to_index(val, min, max) \ macro
460 return (long)percent_to_index(percent, ei->value.integer.min, ei->value.integer.max);
472 return (long long)percent_to_index(percent, ei->value.integer.min, ei->value.integer.max);
556 percent = (long)percent_to_index(percent, min, max);
633 val = (long)percent_to_index(strtod(s, NULL), pmin, pmax);
  /hardware/qcom/audio/hal/msm8916/
platform.h 175 #define percent_to_index(val, min, max) \ macro
  /hardware/qcom/audio/hal/msm8974/
platform.h 228 #define percent_to_index(val, min, max) \ macro

Completed in 437 milliseconds