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

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSystem.cpp281 OSNumber *reportInterval_us = (OSNumber*)senderEntry->copyProperty(kIOHIDReportIntervalKey, gIOServicePlane, kIORegistryIterateRecursively| kIORegistryIterateParents); local
282 if (OSDynamicCast(OSNumber, reportInterval_us)) {
283 mouseStruct->reportInterval_ns = reportInterval_us->unsigned64BitValue() * 1000;
288 OSSafeReleaseNULL(reportInterval_us);

Completed in 176 milliseconds