Commit Graph

6 Commits

Author SHA1 Message Date
Brian Duddie
b99a4572da Update wifi_offload for refactored IChreMessageHandlers
Test: build taimen
Change-Id: Idcb8d47b2308adc8e31baa67893fb4987e1660ea
2018-01-22 11:37:50 -08:00
Sohani Rao
8204f74378 Offload HAL Service: Send messages to CHRE
The following messages are to be sent to the nano app in response to
invocation of the Offload HAL APIs from the client
- subscribe, unsubsuscribe, configure scans

CHRE interface will send the following commands to context hub
- Get hub info and nano app list requests
The callbacks from the socket will handle responses to these requests

Bug: 32842314
Test: VTS
Change-Id: I441522f5014317b7ac625742ab9782eeba5d78c8
2017-08-21 16:47:46 -07:00
Sohani Rao
45adb85309 Revert "Offload HAL Service: Send messages to CHRE"
This reverts commit db6fa29a16.

Change-Id: Ida6d40f543c1498320a6d5c5b9f10e3877056f61
2017-08-15 12:10:59 -07:00
Sohani Rao
db6fa29a16 Offload HAL Service: Send messages to CHRE
The following messages are to be sent to the nano app in response to
invocation of the Offload HAL APIs from the client
- subscribe, unsubsuscribe, configure scans

CHRE interface will send the following commands to context hub
- Get hub info and nano app list requests
The callbacks from the socket will handle responses to these requests

Bug: 32842314
Test: VTS
Change-Id: I1e75cbbe5ad2f7c4908dfba0f56bc04e1af31776
2017-08-14 14:42:35 -07:00
Sohani Rao
814cbbbf31 Offload HAL Service: Unit test framework
Bug: 32842314
Test: VTS, Unit test
Change-Id: Id4bfafc7f3ac9bcb52f41ab1aedf19bb9487723e
2017-06-13 11:22:33 -07:00
Sohani Rao
29a90c0b97 Offload HAL Service: Interface to CHRE platform
Wraps around CHRE socket to provide an interface for service
implementation to interact with the CHRE socket. Implements callbacks
and corresponding host specific wrappers to interpret messages send by
the nano app.

Bug: 32842314
Test: VTS
Change-Id: I8f40a6d5aa6fcb946213225ba6bb1ff355b85f06
2017-05-22 13:50:06 -07:00