Searched refs:copyProperty (Results 1 - 25 of 52) sorted by relevance

123

/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDSystem/
H A DIOHIDDeviceShim.cpp94 string = (OSString*)_device->copyProperty("USB Product Name");
98 string = (OSString*)_device->copyProperty(kIOHIDProductKey);
109 string = (OSString*)_hiDevice->copyProperty(kIOHIDPointerAccelerationTypeKey);
137 string = (OSString*)_device->copyProperty("USB Vendor Name");
141 string = (OSString*)_device->copyProperty(kIOHIDManufacturerKey);
181 (OSString*)_device->copyProperty(kIOHIDTransportKey) :
198 number = (OSNumber*)_device->copyProperty("idVendor");
202 number = (OSNumber*)_device->copyProperty(kIOHIDVendorIDKey);
229 number = (OSNumber*)_device->copyProperty("idProduct");
233 number = (OSNumber*)_device->copyProperty(kIOHIDProductIDKe
[all...]
H A DIOHIDevice.cpp65 prop = provider->copyProperty(kIOHIDVirtualHIDevice);
181 OSDictionary * deviceParameters = OSDynamicCast(OSDictionary, copyProperty(kIOHIDParametersKey));
H A DIOBSDConsole.cpp77 OSNumber *out = newService->copyProperty("Out");
H A DIOHIPointing.cpp326 OSNumber * number = (OSNumber*)copyProperty(kIOHIDScrollMouseButtonKey);
759 OSArray *parametricAccelerationCurves = (OSArray*)copyProperty(kHIDTrackingAccelParametricCurvesKey, gIOServicePlane);
767 parametricAccelerationCurves = (OSArray*)copyProperty(kHIDAccelParametricCurvesKey, gIOServicePlane);
846 OSArray *parametricAccelerationCurves = (OSArray*)copyProperty(kHIDScrollAccelParametricCurvesKey, gIOServicePlane);
852 parametricAccelerationCurves = (OSArray*)copyProperty(kHIDAccelParametricCurvesKey, gIOServicePlane);
856 OSArray *currentDebugArray = (OSArray *)copyProperty(kHIDScrollAccelParametricCurvesDebugKey);
1388 pointerAccelKey = (OSString*)copyProperty(kIOHIDPointerAccelerationTypeKey);
1389 scrollAccelKey = (OSString*)copyProperty(kIOHIDScrollAccelerationTypeKey);
1554 OSNumber * number = (OSNumber*)copyProperty(kIOHIDPointerResolutionKey);
1589 number = (OSNumber*)copyProperty(ke
[all...]
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDFamily/
H A DIOHIDInterface.cpp115 _transportString = (OSString*)copyProperty(kIOHIDTransportKey);
116 _manufacturerString = (OSString*)copyProperty(kIOHIDManufacturerKey);
117 _productString = (OSString*)copyProperty(kIOHIDProductKey);
118 _serialNumberString = (OSString*)copyProperty(kIOHIDSerialNumberKey);
128 number = (OSNumber*)copyProperty(kIOHIDLocationIDKey);
132 number = (OSNumber*)copyProperty(kIOHIDVendorIDKey);
136 number = (OSNumber*)copyProperty(kIOHIDVendorIDSourceKey);
140 number = (OSNumber*)copyProperty(kIOHIDProductIDKey);
144 number = (OSNumber*)copyProperty(kIOHIDVersionNumberKey);
148 number = (OSNumber*)copyProperty(kIOHIDCountryCodeKe
[all...]
H A DIOHIDUserClientIniter.cpp50 providerMergeProperties = copyProperty("IOProviderMergeProperties");
81 providerObject = provider->copyProperty(dictionaryEntry);
H A DIOHIDFamilyPrivate.cpp57 property = owner->copyProperty( key );
89 functions = OSDynamicCast(OSArray, owner->copyProperty( kIOHIDDeviceUsagePairsKey ));
251 OSNumber *registryProperty = (OSNumber *)owner->copyProperty(key);
283 OSNumber *registryProperty = (OSNumber *)owner->copyProperty(key);
H A DIOHIDPointing.cpp297 number = (OSNumber*)_provider->copyProperty(kIOHIDPointerResolutionKey);
314 number = (OSNumber*)_provider->copyProperty(kIOHIDScrollResolutionKey);
329 (NULL != (number = (OSNumber*)_provider->copyProperty(kIOHIDPointerButtonCountKey))) &&
H A DAppleEmbeddedKeyboard.cpp76 _keyboardMap = OSDynamicCast(OSDictionary, copyProperty(kKeyboardUsageMapKey));
337 OSObject *obj = copyProperty(key); \
H A DIOHIDEventService.cpp196 number = (OSNumber*)copyProperty(kIOHIDKeyboardEjectDelay);
229 number = (OSNumber*)copyProperty("BootProtocol");
244 object = copyProperty(kIOHIDTransportKey);
248 object = copyProperty(kIOHIDVendorIDKey);
252 object = copyProperty(kIOHIDProductIDKey);
256 object = copyProperty(kIOHIDLocationIDKey);
469 delay = (OSNumber*)copyProperty(kIOHIDKeyboardCapsLockDelay);
476 delayOverride = (OSNumber*)copyProperty(kIOHIDKeyboardCapsLockDelayOverride);
488 deviceParameters = (OSDictionary*)copyProperty(kIOHIDEventServicePropertiesKey);
541 number = (OSNumber*)copyProperty(kIOHIDStandardTypeKe
[all...]
H A DIOHIDDevice.cpp478 OSNumber *primaryUsagePage = (OSNumber*)copyProperty(kIOHIDPrimaryUsagePageKey);
479 OSNumber *primaryUsage = (OSNumber*)copyProperty(kIOHIDPrimaryUsageKey);
537 OSNumber *primaryUsagePage = (OSNumber*)copyProperty(kIOHIDPrimaryUsagePageKey);
538 OSNumber *primaryUsage = (OSNumber*)copyProperty(kIOHIDPrimaryUsageKey);
634 SET_PROP_FROM_VALUE("BootProtocol", getProvider()->copyProperty("bInterfaceProtocol"));
635 SET_PROP_FROM_VALUE("HIDDefaultBehavior", copyProperty("HIDDefaultBehavior"));
655 OSNumber * primaryUsagePage = (OSNumber*)device->copyProperty(kIOHIDPrimaryUsagePageKey);
697 OSNumber * primaryUsagePage = OSDynamicCast(OSNumber, device->copyProperty(kIOHIDPrimaryUsagePageKey));
2189 OSNumber *number = (OSNumber*)copyProperty(kIOHIDReportIntervalKey, gIOServicePlane, kIORegistryIterateRecursively | kIORegistryIterateParents);
H A DIOHIDEventServiceUserClient.cpp218 object = provider->copyProperty(kIOHIDEventServiceQueueSize);
H A DIOHIDLibUserClient.cpp261 OSNumber *primaryUsage = (OSNumber*)fNub->copyProperty(kIOHIDPrimaryUsageKey);
262 OSNumber *primaryUsagePage = (OSNumber*)fNub->copyProperty(kIOHIDPrimaryUsagePageKey);
348 data = (OSData*)service->copyProperty(kIOConsoleUsersSeedKey);
1337 OSArray *extended = (OSArray*)copyProperty(kIOHIDLibClientExtendedData);
1521 OSArray *extended = (OSArray*)provider->copyProperty(kIOHIDLibClientExtendedData, gIOServicePlane);
/macosx-10.9.5/CF-855.17/
H A DCFStreamAbstract.h35 /* During a stream's lifetime, the open callback will be called once, followed by any number of openCompleted calls (until openCompleted returns TRUE). Then any number of read/canRead or write/canWrite calls, then a single close call. copyProperty can be called at any time. prepareAsynch will be called exactly once when the stream's client is first configured.
45 - copyProperty should return the value for the given property, or NULL if none exists. Composite streams (streams built on top of other streams) should take care to call CFStreamCopyProperty on the base stream if they do not recognize the property given, to give the underlying stream a chance to respond.
65 CFTypeRef (*copyProperty)(CFReadStreamRef stream, CFStringRef propertyName, void *info); member in struct:__anon517
86 CFTypeRef (*copyProperty)(CFWriteStreamRef stream, CFStringRef propertyName, void *info); member in struct:__anon518
161 CFTypeRef (*copyProperty)(CFReadStreamRef stream, CFStringRef propertyName, void *info); member in struct:__anon519
178 CFTypeRef (*copyProperty)(CFWriteStreamRef stream, CFStringRef propertyName, void *info); member in struct:__anon520
193 CFTypeRef (*copyProperty)(CFReadStreamRef stream, CFStringRef propertyName, void *info); member in struct:__anon521
205 CFTypeRef (*copyProperty)(CFWriteStreamRef stream, CFStringRef propertyName, void *info); member in struct:__anon522
H A DCFStreamInternal.h59 CFTypeRef (*copyProperty)(struct _CFStream *stream, CFStringRef propertyName, void *info); member in struct:_CFStreamCallBacksV1
H A DCFStreamPriv.h65 CFTypeRef (*copyProperty)(struct _CFStream *stream, CFStringRef propertyName, void *info); member in struct:_CFStreamCallBacks
H A DCFStream.c455 cb->copyProperty = (CFTypeRef (*)(struct _CFStream *, CFStringRef, void *))cbV0->copyProperty;
475 cb->copyProperty = (CFTypeRef (*)(struct _CFStream *, CFStringRef, void *))cbV1->copyProperty;
494 cb->copyProperty = (CFTypeRef (*)(struct _CFStream *, CFStringRef, void *))callbacks->copyProperty;
530 cb->copyProperty = (CFTypeRef (*)(struct _CFStream *, CFStringRef, void *))cbV0->copyProperty;
550 cb->copyProperty = (CFTypeRef (*)(struct _CFStream *, CFStringRef, void *))cbV1->copyProperty;
[all...]
/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/
H A DIORegistryEntry.h91 /*! @function copyProperty
99 virtual OSObject * copyProperty( const char * aKey,
105 /*! @function copyProperty
113 virtual OSObject * copyProperty( const OSString * aKey,
119 /*! @function copyProperty
127 virtual OSObject * copyProperty( const OSSymbol * aKey,
432 /*! @function copyProperty
438 virtual OSObject * copyProperty( const OSSymbol * aKey) const;
440 /*! @function copyProperty
446 virtual OSObject * copyProperty( cons
[all...]
/macosx-10.9.5/IOGraphics-471.92.1/IOGraphicsFamily/
H A DIOBacklightDisplay.cpp234 displayParams = OSDynamicCast(OSDictionary, copyProperty(gIODisplayParametersKey));
308 if ((!powerState) && (obj = copyProperty(kIOHibernatePreviewActiveKey, gIOServicePlane)))
317 displayParams = OSDynamicCast(OSDictionary, copyProperty(gIODisplayParametersKey));
441 && (displayParams = OSDynamicCast(OSDictionary, copyProperty(gIODisplayParametersKey))))
470 displayParams = OSDynamicCast(OSDictionary, copyProperty(gIODisplayParametersKey));
H A DIODisplayWrangler.h92 virtual OSObject * copyProperty( const char * aKey) const;
H A DIODisplay.cpp441 if ((obj = copyProperty("AAPL,display-alias", gIOServicePlane)))
803 if (!dict || !(displayParams = OSDynamicCast(OSDictionary, copyProperty(gIODisplayParametersKey))))
1002 displayParams = OSDynamicCast(OSDictionary, copyProperty(gIODisplayParametersKey));
1123 displayParams = OSDynamicCast(OSDictionary, copyProperty(gIODisplayParametersKey));
1194 displayParams = OSDynamicCast(OSDictionary, copyProperty(gIODisplayParametersKey));
H A DIODisplayWrangler.cpp670 OSObject * IODisplayWrangler::copyProperty( const char * aKey ) const function in class:IODisplayWrangler
674 return (super::copyProperty(aKey));
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDLib/
H A DIOHIDEventServiceClass.h109 virtual CFTypeRef copyProperty(CFStringRef key);
/macosx-10.9.5/IOStorageFamily-172/
H A DIOBlockStorageDriver.cpp1315 object = copyProperty(kIOMaximumBlockCountReadKey, gIOServicePlane);
1338 object = copyProperty(kIOMaximumBlockCountWriteKey, gIOServicePlane);
1361 object = copyProperty(kIOMaximumByteCountReadKey, gIOServicePlane);
1372 object = copyProperty(kIOMaximumByteCountWriteKey, gIOServicePlane);
1383 object = copyProperty(kIOMaximumSegmentCountReadKey, gIOServicePlane);
1394 object = copyProperty(kIOMaximumSegmentCountWriteKey, gIOServicePlane);
1405 object = copyProperty(kIOMaximumSegmentByteCountReadKey, gIOServicePlane);
1416 object = copyProperty(kIOMaximumSegmentByteCountWriteKey, gIOServicePlane);
1427 object = copyProperty(kIOMinimumSegmentAlignmentByteCountKey, gIOServicePlane);
1440 object = copyProperty(kIOMaximumSegmentAddressableBitCountKe
[all...]
/macosx-10.9.5/IOSCSIParallelFamily-300.0.2/
H A DIOSCSIParallelInterfaceDevice.cpp210 copyDict = OSDynamicCast ( OSDictionary, copyProperty ( kIOPropertyProtocolCharacteristicsKey ) );
539 value = entry->copyProperty ( kIODeviceLocationKey );
785 copyDict = ( OSDictionary * ) copyProperty ( kIOPropertyProtocolCharacteristicsKey );
1002 copyDict = OSDynamicCast ( OSDictionary, copyProperty ( kIOPropertyProtocolCharacteristicsKey ) );
1108 copyDict = OSDynamicCast ( OSDictionary, copyProperty ( kIOPropertyProtocolCharacteristicsKey ) );

Completed in 381 milliseconds

123