universal7580: camera: create a worker thread to handle all callbacks to avoid hard...
authorDanny Wood <danwood76@gmail.com>
Fri, 21 Jun 2019 09:46:36 +0000 (10:46 +0100)
committerJan Altensen <info@stricted.net>
Fri, 16 Aug 2019 21:18:47 +0000 (23:18 +0200)
commit443860a7c4adec0135121047f06acd62da9fb3cc
tree30cbe7b799f82ee896093730d9eb1b03a51cb618
parent84ae447d99fab43baa5867d0bdcf2290cf5697b6
universal7580: camera: create a worker thread to handle all callbacks to avoid hard locking the camera hal with single threaded clients

Change-Id: I31e5b4e874d32ffdceb04aaf5cdd4b805a34f26e
camera/Android.mk
camera/CallbackWorkerThread.cpp [new file with mode: 0644]
camera/CallbackWorkerThread.h [new file with mode: 0644]
camera/Camera2Wrapper.cpp