History log of /packages/services/Car/evs/sampleDriver/EvsGlDisplay.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
14f0f7bc8d9acf432e5f5dd60b30f3566c47b676 08-Jun-2017 Scott Randolph <randolphs@google.com> Move LOG_TAG #define into .mk file

Put the LOG_TAG definition into the make file so that one value
is shared among all source files within each module.

Test: Build and run
Change-Id: I665b937e79964eb281dabfbfe7948a5d855e3e70
/packages/services/Car/evs/sampleDriver/EvsGlDisplay.cpp
8a6e9e47111ea5a75564836d79a8895db16bba85 02-Jun-2017 Scott Randolph <randolphs@google.com> Update EVS sample driver service name. Reduce log spam.

Moves several log messages for 'D' to 'V' channel.
Updates sample driver to register as EvsEnumeratorHw so as not to
conflict with the EvsEnumeratorHw-Mock supplied by the 'default' mock
EVS driver.

Test: Build and run on gordon_peak
Change-Id: I8acc338afefc50ea5456b4930376bdcbeae8471b
/packages/services/Car/evs/sampleDriver/EvsGlDisplay.cpp
b342cb163393317d8af77339ff8ff5e921bd4a8f 26-Apr-2017 Scott Randolph <randolphs@google.com> V4L2 & Surface Flinger based EVS driver

This provides a functional driver, although not suitable for use at
early boot because of the SurfaceFlinger dependency. This is enough to
get a demo application running, however, and to illustrate the necessary
behaviors.

Test: Build and run against evs_app
Change-Id: I5492a7818018319bdf7e00f147d387e14acf4993
/packages/services/Car/evs/sampleDriver/EvsGlDisplay.cpp