History log of /hardware/interfaces/ir/1.0/default/ConsumerIr.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
00854a3c239a368f2099cabcb393e903a9486277 19-Jan-2017 Chris Phoenix <cphoenix@google.com> consumerir HAL uses "default" service name

The getService() and registerAsService() methods of interface objects
now have default parameters of "default" for the service name. HALs
will not have to use any service name unless they want to register
more than one service.

Test: builds; verify HAL still works

In support of b/33844934

Change-Id: I1b3b021aaa98ce99560126ddd277caa427ddf151
/hardware/interfaces/ir/1.0/default/ConsumerIr.cpp
a4842ace3979643da9d4edd17b32877f6db78f7e 10-Jan-2017 Mark Salyzyn <salyzyn@google.com> liblog: use log/log.h when utilizing ALOG macros

Test: compile
Bug: 30465923
Change-Id: I67046a75be057e7905570748a1ed6bfd03c0e1c8
/hardware/interfaces/ir/1.0/default/ConsumerIr.cpp
7a4e7eb25029dc1e712286a7a1c038bfdcf86411 20-Dec-2016 Connor O'Brien <connoro@google.com> Remove length arg from transmit() in IR HAL

The length argument is not necessary since the pattern is
passed to transmit() as a hidl_vec, so remove it.

Test: Built and called new transmit() function.
Merged-in: I4bee4557c2cca6562a43df5e22a7d6b846f20bb4
Change-Id: I4bee4557c2cca6562a43df5e22a7d6b846f20bb4
Signed-off-by: Connor O'Brien <connoro@google.com>
/hardware/interfaces/ir/1.0/default/ConsumerIr.cpp
ac9430e6f4740ae64c46a99df2c6879946c80051 03-Dec-2016 Connor O'Brien <connoro@google.com> Add consumerir HIDL default implementation

Create a basic HAL implementation that passes commands
through to the old HAL.

Test: make android.hardware.consumerir@1.0-impl
Change-Id: Idc4b0a67cf936645b699c24504e9fab219b1ffbe
Signed-off-by: Connor O'Brien <connoro@google.com>
/hardware/interfaces/ir/1.0/default/ConsumerIr.cpp