commit | e52cae0fc88b8b8c96b136adc4e5fc29305d0f34 | [log] [tgz] |
---|---|---|
author | Ilya Matyukhin <ilyamaty@google.com> | Wed Feb 17 16:38:56 2021 -0800 |
committer | Ilya Matyukhin <ilyamaty@google.com> | Fri Feb 19 02:12:22 2021 -0800 |
tree | ff2a777d6a9eddc63ba801a4ece77cb7f78f426c | |
parent | 42a106315b584e7426253aa10024abce28a6422e [diff] [blame] |
Update default HAL with close and reset methods Bug: 180625923 Test: atest VtsHalBiometricsFaceTargetTest Change-Id: Ie0881ec827a7ab0c277373da36ecdf3502ef0f15
diff --git a/biometrics/face/aidl/default/Session.cpp b/biometrics/face/aidl/default/Session.cpp index bd5a062..a7130e6 100644 --- a/biometrics/face/aidl/default/Session.cpp +++ b/biometrics/face/aidl/default/Session.cpp
@@ -142,4 +142,8 @@ return ndk::ScopedAStatus::ok(); } +ndk::ScopedAStatus Session::close(int32_t /*cookie*/) { + return ndk::ScopedAStatus::ok(); +} + } // namespace aidl::android::hardware::biometrics::face