MCPcopy Create free account
hub / github.com/360Controller/360Controller / Probe

Method Probe

XBOBTFF/FFDriver.cpp:174–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174IOReturn FeedbackXBOBT::Probe(CFDictionaryRef propertyTable, io_service_t service, SInt32 *order)
175{
176 if (service == 0) {
177 return kIOReturnBadArgument;
178 }
179 if (goodProbe(service)) {
180 return 0;
181 } else {
182 return kIOReturnBadArgument;
183 }
184}
185
186IOReturn FeedbackXBOBT::Start(CFDictionaryRef propertyTable,io_service_t service)
187{

Callers 1

sProbeMethod · 0.45

Calls 1

goodProbeFunction · 0.85

Tested by

no test coverage detected