History log of /hardware/interfaces/nfc/1.0/default/service.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3b06b22ed40a3b85d52bc79ee9d4ba88487eaca9 19-Jan-2017 Chris Phoenix <cphoenix@google.com> Nfc 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: Id7b76e1df98e1ecacb530a1b5fec76bf14ba6eb7
/hardware/interfaces/nfc/1.0/default/service.cpp
cc7d42bdedf756d7a9f98325ce9641acbdea9563 19-Oct-2016 Steven Moreland <smoreland@google.com> Use defaultPassthroughServiceImplementation for nfc.

Bug: 32282345
Test: nfc
Change-Id: I4f45a3d4b91ccee2fcd0ca8fe599e090129a02e3
/hardware/interfaces/nfc/1.0/default/service.cpp
757396314837c3ebacb1468327195123456df91b 13-Oct-2016 Steven Moreland <smoreland@google.com> Cleanup nfc service code.

Test: mma
Change-Id: Ie65c5bfde292107bec567a297e86eebf5cd7fa41
/hardware/interfaces/nfc/1.0/default/service.cpp
3db0f605e4a315845800743c7e02fac2a2724a63 26-Sep-2016 Iliyan Malchev <malchev@google.com> Default binderized implementation of android.hardware.nfc@1.0

Provide a default binderized HAL implementation. The implementation
uses android.hardware.nfc@1.0-impl.so, which in turn loads the
conventional HAL (nfc_nci.default.so). If a device includes package
android.hardware.nfc@1.0-service, the device will automatically use the
binderized implementation of the NFC HAL. If a device includes package
android.hardware.nfc@1.0-impl instead, it will use the default
implementation in hardware/interfaces/nfc/1.0/default.

b/31688271
Test: pass

Change-Id: I31cd93d28705d287975b485092cffd7661599d7c
Signed-off-by: Iliyan Malchev <malchev@google.com>
/hardware/interfaces/nfc/1.0/default/service.cpp