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

/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/
H A DDarwinKeyboard.cpp351 CFRunLoopSourceRef pLoopSourceRef; member in struct:VBoxHidsState_t
2114 CFRunLoopSourceRef pLoopSourceRef; local
2115 pLoopSourceRef = CFMachPortCreateRunLoopSource(kCFAllocatorDefault, pTapRef, 0);
2116 if (pLoopSourceRef)
2118 CFRunLoopAddSource(CFRunLoopGetCurrent(), pLoopSourceRef, kCFRunLoopDefaultMode); local
2122 pHidState->pLoopSourceRef = pLoopSourceRef;
2142 AssertReturnVoid(pHidState->pLoopSourceRef);
2146 CFRunLoopRemoveSource(CFRunLoopGetCurrent(), pHidState->pLoopSourceRef, kCFRunLoopDefaultMode);
2147 CFRelease(pHidState->pLoopSourceRef);
[all...]

Completed in 50 milliseconds