Searched defs:ValRef (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/HostDrivers/VBoxUSB/darwin/testcase/
H A DtstOpenUSBDev.cpp50 CFTypeRef ValRef = CFDictionaryGetValue(DictRef, KeyStrRef); local
51 if (ValRef)
53 if (CFNumberGetValue((CFNumberRef)ValRef, kCFNumberSInt32Type, pu32))
71 CFTypeRef ValRef = CFDictionaryGetValue(DictRef, KeyStrRef); local
72 if (ValRef)
74 if (CFNumberGetValue((CFNumberRef)ValRef, kCFNumberSInt64Type, pu64))
/vbox/src/VBox/Main/src-server/darwin/
H A Diokit.cpp147 CFTypeRef ValRef = CFDictionaryGetValue(DictRef, KeyStrRef); local
148 if (ValRef)
150 if (CFNumberGetValue((CFNumberRef)ValRef, kCFNumberSInt8Type, pu8))
168 CFTypeRef ValRef = CFDictionaryGetValue(DictRef, KeyStrRef); local
169 if (ValRef)
171 if (CFNumberGetValue((CFNumberRef)ValRef, kCFNumberSInt16Type, pu16))
189 CFTypeRef ValRef = CFDictionaryGetValue(DictRef, KeyStrRef); local
190 if (ValRef)
192 if (CFNumberGetValue((CFNumberRef)ValRef, kCFNumberSInt32Type, pu32))
210 CFTypeRef ValRef local
253 CFTypeRef ValRef = CFDictionaryGetValue(DictRef, KeyStrRef); local
298 CFTypeRef ValRef = CFDictionaryGetValue(DictRef, KeyStrRef); local
[all...]
/vbox/src/VBox/Devices/USB/darwin/
H A DUSBProxyDevice-darwin.cpp1029 CFTypeRef ValRef = CFDictionaryGetValue(DictRef, KeyStrRef); local
1030 if (ValRef)
1032 if (CFNumberGetValue((CFNumberRef)ValRef, kCFNumberSInt32Type, pu32))
1050 CFTypeRef ValRef = CFDictionaryGetValue(DictRef, KeyStrRef); local
1051 if (ValRef)
1053 if (CFNumberGetValue((CFNumberRef)ValRef, kCFNumberSInt64Type, pu64))

Completed in 50 milliseconds