Searched refs:sDevice (Results 1 – 1 of 1) sorted by relevance
40 static TestDevice *sDevice; variable142 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()[all …]