mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Merge "Fix nan Vts test"
This commit is contained in:
@@ -439,7 +439,7 @@ class WifiNanIfaceHidlTest : public ::testing::TestWithParam<std::string> {
|
||||
// synchronization objects
|
||||
std::mutex mtx_;
|
||||
std::condition_variable cv_;
|
||||
int count_;
|
||||
int count_ = 0;
|
||||
|
||||
protected:
|
||||
android::sp<::android::hardware::wifi::V1_2::IWifiNanIface> iwifiNanIface;
|
||||
|
||||
@@ -440,7 +440,7 @@ class WifiNanIfaceHidlTest : public ::testing::TestWithParam<std::string> {
|
||||
// synchronization objects
|
||||
std::mutex mtx_;
|
||||
std::condition_variable cv_;
|
||||
int count_;
|
||||
int count_ = 0;
|
||||
|
||||
protected:
|
||||
android::sp<::android::hardware::wifi::V1_4::IWifiNanIface> iwifiNanIface;
|
||||
|
||||
Reference in New Issue
Block a user