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

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIPointing.cpp856 OSArray *currentDebugArray = (OSArray *)copyProperty(kHIDScrollAccelParametricCurvesDebugKey); local
858 if (OSDynamicCast(OSArray, currentDebugArray)) {
859 newDebugArray = OSArray::withArray(currentDebugArray);
868 OSSafeReleaseNULL(currentDebugArray);

Completed in 127 milliseconds