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

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDTestDriver.h51 virtual OSString * newProductString() const;
H A DIOHIDUserDevice.h112 /*! @function newProductString
117 virtual OSString * newProductString() const;
H A DIOHIDUserDevice.cpp144 // IOHIDUserDevice::newProductString
146 OSString *IOHIDUserDevice::newProductString() const function in class:IOHIDUserDevice
H A DIOHIDDevice.h368 /*! @function newProductString
374 virtual OSString * newProductString() const;
H A DIOHIDDevice.cpp641 SET_PROP_FROM_VALUE( kIOHIDProductKey, newProductString() );
951 OSString * IOHIDDevice::newProductString() const function in class:IOHIDDevice
H A DIOHIDTestDriver.cpp368 OSString * IOHIDTestDriver::newProductString() const function in class:IOHIDTestDriver
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDDeviceShim.h61 virtual OSString * newProductString() const;
H A DIOHIDKeyboardDevice.h57 virtual OSString * newProductString() const;
H A DIOHIDPointingDevice.h55 virtual OSString * newProductString() const;
H A DIOHIDKeyboardDevice.cpp410 OSString * IOHIDKeyboardDevice::newProductString() const function in class:IOHIDKeyboardDevice
414 if ( !(string = super::newProductString()) )
H A DIOHIDPointingDevice.cpp433 OSString * IOHIDPointingDevice::newProductString() const function in class:IOHIDPointingDevice
437 if ( !(string = super::newProductString()) )
H A DIOHIDDeviceShim.cpp88 OSString * IOHIDDeviceShim::newProductString() const function in class:IOHIDDeviceShim

Completed in 103 milliseconds