OSDN Git Service

Wificond: Expose IChip and IClientInterface object
authorNingyuan Wang <nywang@google.com>
Tue, 14 Jun 2016 18:35:58 +0000 (11:35 -0700)
committerNingyuan Wang <nywang@google.com>
Wed, 15 Jun 2016 23:50:00 +0000 (16:50 -0700)
commit4e9b2bd3d41f47c3a4b7b9a9ae9f6508b463ba67
tree13c50f3e30083f02f55825d5bbef3964daa9d619
parent0c60b3b184c2249cedce81c4d520c7e50c59dcb0
Wificond: Expose IChip and IClientInterface object

This CL enabls wificond to expose chips and client
interfaces through binder.

This also adds an intergration test to verify we can
access these objects through binder.

BUG=29222398
TEST=compile
TEST=unit tests passed
TEST=new intergration tests passed

Change-Id: I352928de382aa22e9bdb27e9dfb49fdc8ce36994
Android.mk
chip.cpp [new file with mode: 0644]
chip.h [new file with mode: 0644]
client_interface.cpp [new file with mode: 0644]
client_interface.h [new file with mode: 0644]
server.cpp
server.h
tests/integration/life_cycle_test.cpp