Searched refs:stopPnoScan (Results 1 – 4 of 4) sorted by relevance
92 boolean stopPnoScan(); in stopPnoScan() method
65 ::android::binder::Status stopPnoScan(bool* out_success) override;
384 Status ScannerImpl::stopPnoScan(bool* out_success) { in stopPnoScan() function in android::wificond::ScannerImpl
340 EXPECT_TRUE(scanner_impl_->stopPnoScan(&success).isOk()); in TEST_F()