History log of /packages/apps/Camera2/src/com/android/camera/async/HandlerFactory.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
40d3aad3972244f05888f03343cc1d23150532da 09-Apr-2015 Paul Rohde <codelogic@google.com> Increase the thread priority of critical camera components.

This increases the priority of the frame server and metadata
response listeners that must respond immediatly to frames and
callbacks that are returned from the camera HAL. Both threads have
a tiny amout of code and callbacks that get run but must not block
or they will stall the preview on image capture. This appears to
only have limited impact on jank in the app.

Bug: 19076469
Change-Id: I41845e094feffb1ecd3be9613489a3d70f916580
/packages/apps/Camera2/src/com/android/camera/async/HandlerFactory.java
d8463954727c9f8b688e69476439830cadb7b45a 30-Dec-2014 Puneet Lall <puneetl@google.com> Refactor camera factories to reduce code duplication

Change-Id: I5f5c899f595dbbaa9fa181c5caa092d4bad69f07
/packages/apps/Camera2/src/com/android/camera/async/HandlerFactory.java