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

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDInterface.cpp50 OSSafeReleaseNULL(_productString);
144 _productString = (OSString*)copyProperty(kIOHIDProductKey);
150 if (_productString && !OSDynamicCast(OSString, _productString))
151 OSSafeReleaseNULL(_productString);
286 return _productString;
H A DIOHIDInterface.h86 OSString * _productString; member in class:IOHIDInterface

Completed in 132 milliseconds