History log of /frameworks/av/camera/cameraserver/main_cameraserver.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6566536c89a9e8646404bd2e671e3e081c181b4a 24-Feb-2017 Eino-Ville Talvala <etalvala@google.com> Cameraserver: Use multiple hwbinder threads

Some interactions between camera service and hwservicemanager require
multiple threads to execute without deadlocks, such as calling
getService() from within an onRegistered() callback.

Increase thread count to 3 to accomodate.

Also switch the order of listener registration and legacy provider
addition back to what it was originally.

Test: No deadlock when camera service is restarted
Bug: 35096594
Change-Id: I6def961d5765958fef284c0a1820e903abc851ef
/frameworks/av/camera/cameraserver/main_cameraserver.cpp
1f36e3b27abfb16bc5e788e253d367eff4886dba 04-Dec-2015 Chien-Yu Chen <cychen@google.com> Add cameraserver process

Move camera service from mediaserver to cameraserver.

Bug: 24511454
Change-Id: I9a818c2786ade304777c44b3536f18ee9cd2a6f7
/frameworks/av/camera/cameraserver/main_cameraserver.cpp