Searched refs:rateStr (Results 1 – 3 of 3) sorted by relevance
/hardware/google/graphics/zuma/libhwc2.1/libmaindisplay/ |
D | ExynosPrimaryDisplayModule.cpp | 99 char rateStr[PROP_VALUE_MAX]; in onPeakRefreshRate() local 100 std::sprintf(rateStr, "%d", rate); in onPeakRefreshRate() 104 if (property_set("persist.vendor.primarydisplay.op.peak_refresh_rate", rateStr) < 0) { in onPeakRefreshRate() 137 char rateStr[PROP_VALUE_MAX]; in onBrightness() local 139 if (property_get("persist.vendor.primarydisplay.op.peak_refresh_rate", rateStr, "0") >= 0 && in onBrightness() 140 atoi(rateStr) > 0) { in onBrightness() 141 persistPeakRefreshRate = atoi(rateStr); in onBrightness()
|
/hardware/google/graphics/zumapro/libhwc2.1/libmaindisplay/ |
D | ExynosPrimaryDisplayModule.cpp | 96 char rateStr[PROP_VALUE_MAX]; in onPeakRefreshRate() local 97 std::sprintf(rateStr, "%d", rate); in onPeakRefreshRate() 103 if (property_set("persist.vendor.primarydisplay.op.peak_refresh_rate", rateStr) < 0) { in onPeakRefreshRate() 147 char rateStr[PROP_VALUE_MAX]; in onBrightness() local 149 if (property_get("persist.vendor.primarydisplay.op.peak_refresh_rate", rateStr, "0") >= 0 && in onBrightness() 150 atoi(rateStr) > 0) { in onBrightness() 151 persistPeakRefreshRate = atoi(rateStr); in onBrightness()
|
/hardware/qcom/audio/legacy/alsa_sound/ |
D | AudioUsbALSA.h | 116 int getnumOfRates(char *rateStr);
|