Lines Matching refs:sDevice
40 static TestDevice *sDevice; variable
142 command = (TestDeviceAction) sDevice->producer1Action; in producer()
144 command = (TestDeviceAction) sDevice->producer2Action; in producer()
148 sDevice->enqueueCommand in producer()
167 sDevice = new TestDevice; in testWorkLoop()
168 if (!sDevice || !sDevice->init()) { in testWorkLoop()
169 if (sDevice) { in testWorkLoop()
170 sDevice->free(); in testWorkLoop()
178 IOScheduleFunc((IOThreadFunc) sDevice->alarm, sDevice, hundredMill, 1); in testWorkLoop()
198 IOUnscheduleFunc((IOThreadFunc) sDevice->alarm, sDevice); in testWorkLoop()
200 sDevice->free(); sDevice = 0; in testWorkLoop()