History log of /hardware/interfaces/automotive/evs/1.0/default/EvsCamera.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f90642b8f8e4949a57621547ad911a9a34b341d1 20-Apr-2017 Chris Forbes <chrisforbes@google.com> automotive: Adjust tests for libui gralloc flags change

Change-Id: Ia88d8fc664196eae7153ccfb755ea9c3d135fd0c
Bug: b/33350696
Test: Bullhead: booted to launcher, take photo, watch youtube
/hardware/interfaces/automotive/evs/1.0/default/EvsCamera.cpp
de9880eecee6c5e825f61d374cf2914220306dc3 30-Mar-2017 Scott Randolph <randolphs@google.com> Simplify EVS HAL and move to "agressive opens"

This adapts the API implementation to allow a duplicate "open" operation
to automatically close any previous connections to the device. This
works around a binder level issue that can cause destructors triggered
by remote clients to be delivered out of order to the server.

This was originally change ag/1969959 on master, but has been
recreated on oc-dev (cherry-picking was broken at the time).
The original master change will be abandoned in favor of this getting
merged down from oc-dev.

Test: Run Vts test (added in following change)
Change-Id: I7b417998e59a4d592fbb91811c4101f39097c5dd
/hardware/interfaces/automotive/evs/1.0/default/EvsCamera.cpp
25197e9240138ab2a4a948b1b85d3bc0edcea718 11-Mar-2017 Steven Moreland <smoreland@google.com> EvsCamera: %zd -> %zu for size_t print

%zd doesn't throw a warning, but %zu is technically correct.

Change-Id: I3762d01cc424ecf84e73c21afe5a5a3d295fe782
/hardware/interfaces/automotive/evs/1.0/default/EvsCamera.cpp
6ac7efc85e88a7892c4198629ece8da1a7984da2 09-Mar-2017 Steven Moreland <smoreland@google.com> EvsCamera: %lu -> %zd for size_t print

lu causes a warning when size_t isn't 64-bit

Test: pass
Change-Id: If8f5c45273713e67478226db66ce73bd64f4e063
/hardware/interfaces/automotive/evs/1.0/default/EvsCamera.cpp
8342279a79f406272644d40ce44b888daacef489 02-Mar-2017 Scott Randolph <randolphs@google.com> Move EVS HAL under automotive folder

Test: Build locally
Change-Id: I76aa7eb52497169d0edcb6d756e0a7ca31bb0b46
/hardware/interfaces/automotive/evs/1.0/default/EvsCamera.cpp