Merge "lmkd: set PSI_POLL_PERIOD to 10ms" am: e346d03c2b

am: bbe0e86c73

Change-Id: I5cc97b7f87cfb356127ab379695d77acd408c828
This commit is contained in:
Suren Baghdasaryan 2019-03-26 22:19:29 -07:00 committed by android-build-merger
commit fc3ccad7de

View file

@ -110,7 +110,7 @@
*/ */
#define PSI_WINDOW_SIZE_MS 1000 #define PSI_WINDOW_SIZE_MS 1000
/* Polling period after initial PSI signal */ /* Polling period after initial PSI signal */
#define PSI_POLL_PERIOD_MS 40 #define PSI_POLL_PERIOD_MS 10
/* Poll for the duration of one window after initial PSI signal */ /* Poll for the duration of one window after initial PSI signal */
#define PSI_POLL_COUNT (PSI_WINDOW_SIZE_MS / PSI_POLL_PERIOD_MS) #define PSI_POLL_COUNT (PSI_WINDOW_SIZE_MS / PSI_POLL_PERIOD_MS)