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

/macosx-10.10/Security-57031.1.35/CircleJoinRequested/
H A DApplicant.h25 @property (readonly) NSString *deviceType; variable
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/IOKit/hidsystem/
H A DIOHIDevice.h60 virtual UInt32 deviceType();
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDKeyboard.h88 UInt32 deviceType();
H A DIOHIDConsumer.cpp222 _deviceType = _keyboardNub->deviceType();
H A DIOHIDKeyboard.cpp380 // deviceType
384 IOHIDKeyboard::deviceType ( void ) function in class:IOHIDKeyboard
392 // changing a deviceType(keyboardType) value back to an unknow value after
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDevice.cpp109 UInt32 IOHIDevice::deviceType() function in class:IOHIDevice
140 & setProperty( kIOHIDSubinterfaceIDKey, deviceType(), 32 );
H A DIOHIDDeviceShim.cpp150 else if (_hiDevice && (_hiDevice->deviceType() > 2)) {
211 else if (_hiDevice && (_hiDevice->deviceType() > 2)) {
H A DIOHIDKeyboardDevice.cpp165 _inputReportOnly = ((transport() == kIOHIDTransportADB) && (_keyboard->deviceType() >= 0xc3));
H A DIOHIKeyboardMapper.cpp272 (((_delegate->deviceType() >= 0xc3) && (_delegate->deviceType() <= 0xc9)) ||
273 ((_delegate->deviceType() >= 0x28) && (_delegate->deviceType() <= 0x2a)) ||
274 ( (_delegate->deviceType() <= 0x1e))))
H A DIOHIKeyboard.cpp400 _deviceType = deviceType();
H A DIOHIDSystem.cpp486 if ( ((hiDevice->hidKind() == kHIKeyboardDevice) && (hiDevice->deviceType() != 0))&&
/macosx-10.10/WebCore-7600.1.25/Modules/mediacontrols/
H A DmediaControlsiOS.js110 var deviceType = "";
113 deviceType = this.UIString('##WIRELESS_PLAYBACK_DEVICE_TYPE##');
116 deviceType = this.UIString('##TVOUT_DEVICE_TYPE##');
120 backgroundImageSVG = backgroundImageSVG.replace('##DEVICE_TYPE##', deviceType);
124 this.controls.wirelessPlaybackStatus.setAttribute('aria-label', deviceType + ", " + deviceName);

Completed in 220 milliseconds