mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Initialize usb_count in the setup funtion.
am: 9272727df8
Change-Id: I8ca47ee5d3481319f36d3a58e9410d65ed442fdc
This commit is contained in:
committed by
android-build-merger
commit
cf105b679d
@@ -160,7 +160,7 @@ class UsbHidlTest : public ::testing::VtsHalHidlTargetTestBase {
|
|||||||
// and the callback thread.
|
// and the callback thread.
|
||||||
std::mutex usb_mtx;
|
std::mutex usb_mtx;
|
||||||
std::condition_variable usb_cv;
|
std::condition_variable usb_cv;
|
||||||
int usb_count;
|
int usb_count = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user