Home
last modified time | relevance | path

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

/hardware/interfaces/biometrics/fingerprint/2.1/vts/functional/
DVtsHalBiometricsFingerprintV2_1TargetTest.cpp144 FingerprintError errorType=FingerprintError::ERROR_NO_ERROR) { in ErrorCallback() argument
146 this->errorType = errorType; in ErrorCallback()
151 if ((this->filterErrors && this->errorType == error) || !this->filterErrors) { in onError()
161 FingerprintError errorType; member in __anon5c786c6f0111::ErrorCallback