Searched refs:previousState (Results 1 – 1 of 1) sorted by relevance
180 State previousState; in enroll() local184 previousState = mState; in enroll()185 if (previousState == State::IDLE) { in enroll()199 int(ErrorCode::E_INCORRECT_STATE), state2str(previousState).c_str()); in enroll()214 State previousState; in authenticate() local218 previousState = mState; in authenticate()219 if (previousState == State::IDLE) { in authenticate()234 state2str(previousState).c_str()); in authenticate()244 State previousState; in detectInteraction() local248 previousState = mState; in detectInteraction()[all …]