Searched refs:mPresentFlowState (Results 1 – 2 of 2) sorted by relevance
824 mPresentFlowState = PresentFlowState::WAITING_FOR_ACCEPT; in validate()827 mPresentFlowState = PresentFlowState::WAITING_FOR_PRESENT; in validate()840 switch (mPresentFlowState) { in acceptChanges()868 mPresentFlowState = PresentFlowState::WAITING_FOR_PRESENT; in acceptChanges()886 switch (mPresentFlowState) { in present()899 mPresentFlowState = PresentFlowState::WAITING_FOR_VALIDATE; in present()
177 PresentFlowState mPresentFlowState = PresentFlowState::WAITING_FOR_VALIDATE; variable