commit | a0a9b0a0aa57fe5e97a8d4f195f52a5de8c42cdf | [log] [tgz] |
---|---|---|
author | Kevin Chyn <kchyn@google.com> | Mon Apr 05 20:06:44 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Apr 05 20:06:44 2021 +0000 |
tree | daf64577c8e30ca75515e3157732a0797533e11f | |
parent | 0d113cadc31dfc93affea04e1e280e36b9436fdf [diff] | |
parent | 46816afaf6d2766e73a2b0a12346b319539e6796 [diff] |
Update detectInteraction documentation am: 46816afaf6 Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/14086243 Change-Id: Icba5756c0640d0271a2354d04560f249908d061a
diff --git a/biometrics/face/aidl/android/hardware/biometrics/face/ISession.aidl b/biometrics/face/aidl/android/hardware/biometrics/face/ISession.aidl index f9c13e6..9734873 100644 --- a/biometrics/face/aidl/android/hardware/biometrics/face/ISession.aidl +++ b/biometrics/face/aidl/android/hardware/biometrics/face/ISession.aidl
@@ -213,6 +213,7 @@ * 1) Any face is detected and the framework is notified via * ISessionCallback#onInteractiondetected * 2) The operation was cancelled by the framework (see ICancellationSignal) + * 3) An error occurred, for example ERROR::TIMEOUT * * Note that if the operation is canceled, the implementation must notify the framework via * ISessionCallback#onError with Error::CANCELED.