OSDN Git Service

Wificond: Offload HAL APIs return status
authorSohani Rao <sohanirao@google.com>
Fri, 12 May 2017 00:33:12 +0000 (17:33 -0700)
committerSohani Rao <sohanirao@google.com>
Thu, 8 Jun 2017 22:30:30 +0000 (15:30 -0700)
commite10ec9e1f15007331afe569d7c13790eae5b40de
tree5fceb2b938d8fdbd73ec22b24a36766f72ef31fd
parent4b905fd00fdef1ab31f11587e378074b14c73e23
Wificond: Offload HAL APIs return status

Handle changes to the Offload HAL HIDL interface where the APIs now
return status of synchronous operations.

Bug: 32842314
Test: Unit Tests
Change-Id: If5cde06c3ad398774f33430ededda8f541540a31
16 files changed:
scanning/offload/hidl_call_util.h [new file with mode: 0644]
scanning/offload/offload_callback.cpp
scanning/offload/offload_callback.h
scanning/offload/offload_callback_handlers.h
scanning/offload/offload_scan_manager.cpp
scanning/offload/offload_scan_manager.h
scanning/offload/offload_scan_utils.h
tests/mock_offload.h
tests/mock_offload_callback_handlers.h
tests/offload_callback_test.cpp
tests/offload_hal_test_constants.cpp
tests/offload_hal_test_constants.h
tests/offload_scan_manager_test.cpp
tests/offload_test_utils.cpp
tests/offload_test_utils.h
tests/scan_stats_unittest.cpp