Searched refs:TestDevice (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/iokit/Tests/
H A DTestDevice.cpp40 static TestDevice *sDevice;
45 OSDefineMetaClassAndStructors(TestDevice, OSObject)
48 TestDevice::enqueueCommand(bool sleep,
54 bool TestDevice::init()
76 void TestDevice::free()
86 TestDevice::rawCommandOccurred
93 TestDevice::interruptAction(IOInterruptEventSource *, int count)
99 TestDevice::producer1Action(int tag)
105 TestDevice::producer2Action(int tag, void *count)
113 TestDevice
[all...]
H A DTests.h66 // In TestDevice.cc
75 class TestDevice;
76 typedef void (*TestDeviceAction)(TestDevice *, int, void *);
78 class TestDevice : public OSObject class in inherits:OSObject
80 OSDeclareDefaultStructors(TestDevice)

Completed in 20 milliseconds