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

/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DPlatformScreenWin.cpp55 DEVMODE deviceInfo; local
56 deviceInfo.dmSize = sizeof(DEVMODE);
57 deviceInfo.dmDriverExtra = 0;
59 if (!EnumDisplaySettings(0, ENUM_CURRENT_SETTINGS, &deviceInfo))
60 deviceInfo.dmBitsPerPel = 16;
63 EnumDisplaySettings(monitorInfo.szDevice, ENUM_CURRENT_SETTINGS, &deviceInfo);
66 return deviceInfo;
71 DEVMODE deviceInfo = deviceInfoForWidget(widget); local
72 if (deviceInfo.dmBitsPerPel == 32) {
77 return deviceInfo
[all...]
/macosx-10.9.5/IOUSBMassStorageClass-360.0.3/
H A DIOUSBMassStorageClass.cpp2466 UInt32 deviceInfo = 0; local
2494 status = deviceRef->GetDeviceInformation ( &deviceInfo );
2495 STATUS_LOG ( ( 5, "%s[%p]: GetDeviceInfo returned status = %x deviceInfo = %x", driver->getName ( ), driver, status, deviceInfo ) );
2496 RecordUSBTimeStamp ( UMC_TRACE ( kDeviceInformation ), ( uintptr_t ) driver, status, deviceInfo, NULL ); local
2501 if ( ( ( deviceInfo & kUSBInformationDeviceIsConnectedMask ) == 0 ) ||
2502 ( ( ( deviceInfo & kUSBInformationDeviceIsEnabledMask ) == 0 ) && ( ( deviceInfo & kUSBInformationDeviceIsInternalMask ) == 0 ) ) )
2513 if ( deviceInfo & kUSBInformationDeviceIsSuspendedMask )
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFireWireLink.h101 virtual IOFireWireDevice *createDeviceNub(CSRNodeUniqueID guid, const IOFWNodeScan *deviceInfo);
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDSystem/
H A DIOHIDSystem.cpp443 OSDictionary * deviceInfo = NULL; local
451 deviceInfo = OSDictionary::withCapacity(4);
453 if ( !deviceInfo )
459 deviceInfo->setObject("serviceID", deviceID);
466 deviceInfo->setObject(kIOHIDKindKey, object);
473 deviceInfo->setObject(kIOHIDInterfaceIDKey, object);
480 deviceInfo->setObject(kIOHIDSubinterfaceIDKey, object);
485 deviceInfo->setObject("built-in", kOSBooleanTrue);
505 ( (deviceInfo->getObject("built-in") == kOSBooleanTrue) ||
512 systemInfo->setObject(0, deviceInfo);
524 OSDictionary * deviceInfo = NULL; local
[all...]

Completed in 202 milliseconds