History log of /packages/apps/Camera2/src/com/android/camera/session/CaptureSessionFactory.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f0ff1a9aa44d04f680af7cec8b97c3b01d3e76bd 18-Feb-2015 Sascha Haeberling <haeberling@google.com> Refactors the CaptureSession API by splitting out notifier interface.

This will remove the need to pass in an *Impl instead of an interface
and will therefore make the capture intent refactor cleaner as well.

Change-Id: I4d3b272e9cde1548c8ef1ad235a31bf420fe4f74
/packages/apps/Camera2/src/com/android/camera/session/CaptureSessionFactory.java
5fb629902527b7c688358ece3ef1f181322fc2ab 17-Feb-2015 Senpo Hu <senpo@google.com> Introduce CaptureSessionFactory interface.

Currently CaptureSessionManagerImpl always creates CaptureSessionImpl.
However, the capture intent module needs a mechanism to create its
custom CaptureSession objects.

Bug: 18726217
Change-Id: I30b3e01dc27f7c5f14d783c83bcdab76e823f0a6
/packages/apps/Camera2/src/com/android/camera/session/CaptureSessionFactory.java