Searched refs:matchingDictionary (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDPrivate.cpp33 OSDictionary * matchingDictionary = 0; local
41 matchingDictionary = IOService::serviceMatching( "IOHIKeyboard" );
43 if( matchingDictionary )
45 iterator = IOService::getMatchingServices( matchingDictionary );
56 matchingDictionary->release();
H A DIOHIDPointingDevice.cpp173 OSDictionary * matchingDictionary = OSDictionary::withCapacity(2); local
176 if ( matchingDictionary )
183 matchingDictionary->setObject(kIOHIDDeviceUsagePageKey, number);
190 matchingDictionary->setObject(kIOHIDDeviceUsageKey, number);
194 ret = CompareDeviceUsage(device, matchingDictionary, NULL, 0);
196 matchingDictionary->release();
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDConsumer.cpp398 OSDictionary *matchingDictionary = NULL; local
407 matchingDictionary = IOService::serviceMatching( "IOHIKeyboard" );
408 if( !matchingDictionary )
415 iterator = IOService::getMatchingServices( matchingDictionary );
447 if( matchingDictionary ) matchingDictionary->release();
H A DIOHIDEventService.cpp233 OSDictionary * matchingDictionary = IOService::serviceMatching( "IOHIDEventService" ); local
234 if ( matchingDictionary ) {
255 matchingDictionary->setObject(gIOPropertyMatchKey, propertyMatch);
260 matchingDictionary,
263 matchingDictionary->release();
/macosx-10.10.1/SmartCardServices-55111/src/PCSC/
H A Dhotplug_macosx.c688 CFMutableDictionaryRef matchingDictionary; local
698 matchingDictionary = IOServiceMatching("IOUSBDevice");
699 if (!matchingDictionary)
703 matchingDictionary = (CFMutableDictionaryRef)CFRetain(matchingDictionary);
707 matchingDictionary,
719 matchingDictionary,
733 CFMutableDictionaryRef matchingDictionary; local
743 matchingDictionary = IOServiceMatching("IOPCCard16Device");
744 if (!matchingDictionary)
[all...]
/macosx-10.10.1/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCACM/ControlDriver/Classes/
H A DAppleUSBCDCACMControl.cpp96 OSDictionary *matchingDictionary = NULL; local
102 matchingDictionary = IOService::serviceMatching("AppleUSBCDC");
103 if (!matchingDictionary)
112 iterator = IOService::getMatchingServices(matchingDictionary);
116 matchingDictionary->release();
137 matchingDictionary->release();
/macosx-10.10.1/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCECM/DataDriver/Classes/
H A DAppleUSBCDCECMData.cpp117 OSDictionary *matchingDictionary = NULL; local
124 matchingDictionary = IOService::serviceMatching("AppleUSBCDC");
125 if (!matchingDictionary)
133 iterator = IOService::getMatchingServices(matchingDictionary);
137 matchingDictionary->release();
167 matchingDictionary->release();
209 OSDictionary *matchingDictionary = NULL; local
217 matchingDictionary = IOService::serviceMatching("AppleUSBCDCECMControl");
218 if (!matchingDictionary)
226 iterator = IOService::getMatchingServices(matchingDictionary);
[all...]
/macosx-10.10.1/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCECM/ControlDriver/Classes/
H A DAppleUSBCDCECMControl.cpp114 OSDictionary *matchingDictionary = NULL; local
120 matchingDictionary = IOService::serviceMatching("AppleUSBCDC");
121 if (!matchingDictionary)
130 iterator = IOService::getMatchingServices(matchingDictionary);
134 matchingDictionary->release();
155 matchingDictionary->release();
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOPlatformExpert.cpp485 OSDictionary * matchingDictionary; local
507 matchingDictionary = (OSDictionary *) entry->getObject ("device");
511 if ( matchingDictionary ) {
514 deviceMatch = deviceDictionary->isEqualTo ( matchingDictionary, matchingDictionary );
/macosx-10.10.1/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCACM/DataDriver/Classes/
H A DAppleUSBCDCACMData.cpp91 OSDictionary *matchingDictionary = NULL; local
97 matchingDictionary = IOService::serviceMatching("AppleUSBCDC");
98 if (!matchingDictionary)
107 iterator = IOService::getMatchingServices(matchingDictionary);
111 matchingDictionary->release();
132 matchingDictionary->release();
174 OSDictionary *matchingDictionary = NULL; local
180 matchingDictionary = IOService::serviceMatching("AppleUSBCDCACMControl");
181 if (!matchingDictionary)
189 iterator = IOService::getMatchingServices(matchingDictionary);
[all...]
/macosx-10.10.1/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCEEM/Classes/
H A DAppleUSBCDCEEM.cpp105 OSDictionary *matchingDictionary = NULL; local
111 matchingDictionary = IOService::serviceMatching("AppleUSBCDC");
112 if (!matchingDictionary)
120 iterator = IOService::getMatchingServices(matchingDictionary);
124 matchingDictionary->release();
154 matchingDictionary->release();

Completed in 308 milliseconds