Searched refs:getValidateSkipped (Results 1 – 4 of 4) sorted by relevance
149 MOCK_METHOD(bool, getValidateSkipped, (HalDisplayId), (const, override));
218 virtual bool getValidateSkipped(HalDisplayId displayId) const = 0;439 bool getValidateSkipped(HalDisplayId displayId) const override;
819 bool HWComposer::getValidateSkipped(HalDisplayId displayId) const { in getValidateSkipped() function in android::impl::HWComposer
270 mPowerAdvisor->setSkippedValidate(mId, hwc.getValidateSkipped(*halDisplayId)); in chooseCompositionStrategy()