MCPcopy Create free account
hub / github.com/Barracuda09/SATPI / initialize

Method initialize

src/input/DeviceData.cpp:74–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 // =======================================================================
73
74 void DeviceData::initialize() {
75 base::MutexLock lock(_mutex);
76 _changed = false;
77 _delsys = input::InputSystem::UNDEFINED;
78 _filter.clear();
79 setMonitorData(static_cast<fe_status_t>(0), 0, 0, 0, 0);
80 doInitialize();
81 }
82
83 void DeviceData::parseStreamString(int streamID, const std::string &msg,
84 const std::string &method) {

Callers 4

teardownMethod · 0.45
teardownMethod · 0.45
teardownMethod · 0.45
teardownMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected