History log of /hardware/interfaces/automotive/vehicle/2.0/default/tests/RecurrentTimer_test.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ce9967834a7a0311b66beb20b559abed028726cc 08-Mar-2017 Steven Moreland <smoreland@google.com> Remove warning: vehicle RecurrentTimer_test.cpp

0xdeadbeef is exactly 32 bits, so it is interpretted as an unsigned
integer which was causing a warning. Since it's a test value, I changed
it to 0xdead which is interpretted as a signed integer.

Test: pass
Change-Id: Ibb75b23461700d77158e2337b8a472e87629ad61
/hardware/interfaces/automotive/vehicle/2.0/default/tests/RecurrentTimer_test.cpp
8ab96e3874baa572f10e314ef6e0614042b8305f 27-Jan-2017 Pavel Maltsev <pavelm@google.com> Add continuous property infrastructure to VHAL

Implemented RecurrentTimer class that can be used in VHAL
implementations to trigger an event every X amount of time.
This make sense for continous properties.
Also added linkToDeath for VHAL listeners.

Test: unit tests added and ran

Change-Id: I4a2e0607ff6b15b3e7babbe3fbb9fff8d4e28838
/hardware/interfaces/automotive/vehicle/2.0/default/tests/RecurrentTimer_test.cpp