Home
last modified time | relevance | path

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

/device/generic/goldfish/fingerprint/
Dsession.cpp200 mSessionCb->onError(Error::UNABLE_TO_PROCESS, in enroll()
206 mSessionCb->onError(Error::UNABLE_TO_PROCESS, int(err)); in enroll()
235 mSessionCb->onError(Error::UNABLE_TO_PROCESS, in authenticate()
264 mSessionCb->onError(Error::UNABLE_TO_PROCESS, in detectInteraction()
333 mSessionCb->onError(Error::UNABLE_TO_PROCESS, int(err)); in resetLockout()
388 mSessionCb->onError(Error::UNABLE_TO_PROCESS, in onSensorEventOn()
474 mSessionCb->onError(Error::CANCELED, 0); in cancellEnroll()
486 mSessionCb->onError(Error::CANCELED, 0); in cancellAuthenticate()
498 mSessionCb->onError(Error::CANCELED, 0); in cancellDetectInteraction()
/device/generic/car/emulator/usbpt/protocan/protocanbus/
DCanClient.cpp101 onError(ErrorEvent::INTERFACE_DOWN, true); in serviceDied()
104 Return<void> CanClient::onError(ErrorEvent error, bool isFatal) { in onError() function in android::hardware::automotive::can::V1_0::utils::CanClient
DCanClient.h59 Return<void> onError(ErrorEvent error, bool isFatal) override;