OSDN Git Service

Change abortScan() binder API to void
authorNingyuan Wang <nywang@google.com>
Fri, 5 May 2017 20:38:43 +0000 (13:38 -0700)
committerNingyuan Wang <nywang@google.com>
Fri, 5 May 2017 21:17:15 +0000 (14:17 -0700)
commitd08fcc7ee2f71489ddda4b8fbc7f06f8979271a2
tree94f759c5587c36b3d292c50c8971062ea482c666
parentb1e5477375cfd184210c10715c50eef9e807cf35
Change abortScan() binder API to void

Framework don't reley and can't rely on the success/failure
of abortScan(). In order to avoid confusion, this API should
be void instead returning bool.

Bug: 37743832
Test: compile, unit tests, manual test, integration test
Change-Id: I32075984b5e5f5be4822e9669076004a2f4a73c2
aidl/android/net/wifi/IWifiScannerImpl.aidl
scanning/scanner_impl.cpp
scanning/scanner_impl.h