diff options
author | TreeHugger Robot <treehugger-gerrit@google.com> | 2022-03-02 05:08:52 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2022-03-02 05:08:52 +0000 |
commit | 49175a373236fadf344efcde2039d02778de9ce1 (patch) | |
tree | 1b487daa2057f05eea663eb4c4b3e5bfb23a4216 /camera | |
parent | 5cfd323e135c76f7aa1eb6906127ba8acb414b57 (diff) | |
parent | ba362a8c195904d9d5577e05d07f4216b2b56e63 (diff) |
Merge "Added annotations to prevent misapply of this interface by OEM partners" into tm-dev
Diffstat (limited to 'camera')
-rw-r--r-- | camera/device/3.7/ICameraInjectionSession.hal | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/camera/device/3.7/ICameraInjectionSession.hal b/camera/device/3.7/ICameraInjectionSession.hal index f5797c3b17..9be9b2548b 100644 --- a/camera/device/3.7/ICameraInjectionSession.hal +++ b/camera/device/3.7/ICameraInjectionSession.hal @@ -24,7 +24,10 @@ import @3.6::HalStreamConfiguration; import @3.7::ICameraDeviceSession; /** - * Injection Camera device active session interface. + * Injection camera device active session interface. + * + * Note that this is implemented on a special camera injection hal, if it is a + * general camera hal, it is not necessary to implement this interface. * * When an external camera is injected to replace the internal camera session, the * injection session will be established in camera framework, and then |