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

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSystem.cpp274 static void CalculateEventCountsForService(CachedMouseEventStruct *mouseStruct) argument
276 if ( mouseStruct ) {
277 mouseStruct->reportInterval_ns = 8000000; // default to 8ms
278 if ( mouseStruct->service ) {
279 IORegistryEntry *senderEntry = OSDynamicCast(IORegistryEntry, mouseStruct->service);
283 mouseStruct->reportInterval_ns = reportInterval_us->unsigned64BitValue() * 1000;
286 IOLog("No interval found for %s. Using %lld\n", senderEntry->getLocation(), mouseStruct->reportInterval_ns);

Completed in 118 milliseconds