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

  /hardware/qcom/audio/hal/msm8916/
platform.h 171 #define percent_to_index(val, min, max) \ macro
platform.c     [all...]
  /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/msm8974/
platform.h 222 #define percent_to_index(val, min, max) \ macro
platform.c     [all...]

Completed in 89 milliseconds