Lines Matching refs:getState
73 return getState().isSecure; in isSecure()
114 if (colorProfile.mode == getState().colorMode && in setColorProfile()
115 colorProfile.dataspace == getState().dataspace && in setColorProfile()
116 colorProfile.renderIntent == getState().renderIntent && in setColorProfile()
117 targetDataspace == getState().targetDataspace) { in setColorProfile()
211 physicalDisplayId && getState().displayBrightness) { in applyDisplayBrightness()
213 hwc.setDisplayBrightness(*physicalDisplayId, *getState().displayBrightness, in applyDisplayBrightness()
214 getState().displayBrightnessNits, in applyDisplayBrightness()
265 getState().earliestPresentTime, in chooseCompositionStrategy()
266 getState().expectedPresentTime, outChanges); in chooseCompositionStrategy()
382 if (isPowerHintSessionEnabled() && getState().earliestPresentTime) { in presentAndGetFrameFences()
383 mPowerAdvisor->setHwcPresentDelayedTime(mId, *getState().earliestPresentTime); in presentAndGetFrameFences()
386 hwc.presentAndGetReleaseFences(*halDisplayIdOpt, getState().earliestPresentTime); in presentAndGetFrameFences()