Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1545d592 authored by Joshua Mccloskey's avatar Joshua Mccloskey Committed by Automerger Merge Worker
Browse files

Merge "Updated Face AIDL createSession docs" into tm-dev am: 235ca70c

Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/17037634

Change-Id: I8546ef83a0b6bf8f6751247e583a84b68302b05b
parents 7c2887c8 235ca70c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -46,6 +46,10 @@ interface IFace {
     * vold_prepare_subdirs.cpp). Implementations may store additional user-specific data, such as
     * embeddings or templates, in StrongBox.
     *
     * During create session it is expected that the HAL will call linkToDeath with the callee's
     * binder token. The recommended implementation is to close this session if the callee dies,
     * to prevent subsequent createSession calls from failing.
     *
     * @param sensorId The sensorId for which this session is being created.
     * @param userId The userId for which this session is being created.
     * @param cb A callback to notify the framework about the session's events.