Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6c2e21ff authored by Nate Jiang's avatar Nate Jiang Committed by Android (Google) Code Review
Browse files

Merge "Fix nan Vts test"

parents 94165c35 a075122f
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -439,7 +439,7 @@ class WifiNanIfaceHidlTest : public ::testing::TestWithParam<std::string> {
    // synchronization objects
    // synchronization objects
    std::mutex mtx_;
    std::mutex mtx_;
    std::condition_variable cv_;
    std::condition_variable cv_;
    int count_;
    int count_ = 0;


   protected:
   protected:
    android::sp<::android::hardware::wifi::V1_2::IWifiNanIface> iwifiNanIface;
    android::sp<::android::hardware::wifi::V1_2::IWifiNanIface> iwifiNanIface;
+1 −1
Original line number Original line Diff line number Diff line
@@ -440,7 +440,7 @@ class WifiNanIfaceHidlTest : public ::testing::TestWithParam<std::string> {
    // synchronization objects
    // synchronization objects
    std::mutex mtx_;
    std::mutex mtx_;
    std::condition_variable cv_;
    std::condition_variable cv_;
    int count_;
    int count_ = 0;


   protected:
   protected:
    android::sp<::android::hardware::wifi::V1_4::IWifiNanIface> iwifiNanIface;
    android::sp<::android::hardware::wifi::V1_4::IWifiNanIface> iwifiNanIface;