Commit Graph

4 Commits

Author SHA1 Message Date
Sohani Rao
c153f88441 Offload HAL service: Handle callback binder death
Callback object binder death handling

Bug: 32842314
Test: VTS
Change-Id: I5b6138542819a3b5df8d64a7508b769947b163c9
2017-06-08 15:47:06 -07:00
Sohani Rao
cb1e31a067 Offload HAL Service: Implement returning values in APIs
Implementation of HIDL APIs for Offload HAL returning status information.

Bug: 32842314
Test: VTS
Change-Id: Idb11e5188dc53511ce0ca252cc711c5aefd2b714
2017-06-08 13:45:58 -07:00
Sohani Rao
2724a99e3c Offload HAL Service: Invoke Server implementation
Offload HAL service implementation to invoke the OffloadServer API.

Bug: 32842314
Test: VTS
Change-Id: Iacb77317cc6bdcc453a93e395403cb649eab28b4
2017-05-23 18:36:11 -07:00
Sohani Rao
5b1d1672ea Offload HAL Service: Implements Offload HAL
Define OffloadServer class that implements the Offload HAL service and
the callback interface to the CHRE platform. This is where the
communication to the CHRE interface will take place and this class is
created to be testable for unit testing.

Bug: 32842314
Test: VTS
Change-Id: I9c259ab2b721d7d1ac8cb16083c464002c237a16
2017-05-22 14:23:37 -07:00