Home
last modified time | relevance | path

Searched refs:previousState (Results 1 – 1 of 1) sorted by relevance

/device/generic/goldfish/fingerprint/
Dsession.cpp180 State previousState; in enroll() local
184 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() local
218 previousState = mState; in authenticate()
219 if (previousState == State::IDLE) { in authenticate()
234 state2str(previousState).c_str()); in authenticate()
244 State previousState; in detectInteraction() local
248 previousState = mState; in detectInteraction()
[all …]