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

Method Alloc

XBOBTFF/FFDriver.cpp:165–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165void** FeedbackXBOBT::Alloc(void)
166{
167 FeedbackXBOBT *me = new FeedbackXBOBT();
168 if (!me) {
169 return NULL;
170 }
171 return (void **)(&me->iIOCFPlugInInterface.pseudoVTable);
172}
173
174IOReturn FeedbackXBOBT::Probe(CFDictionaryRef propertyTable, io_service_t service, SInt32 *order)
175{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected