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

/vbox/src/VBox/Main/src-server/darwin/
H A DHostPowerDarwin.cpp167 CFArrayRef pSources = IOPSCopyPowerSourcesList(pBlob); local
175 if (CFArrayGetCount(pSources) > 0)
177 for (int i = 0; i < CFArrayGetCount(pSources); ++i)
179 pSource = IOPSGetPowerSourceDescription(pBlob, CFArrayGetValueAtIndex(pSources, i));
239 CFRelease(pSources);
/vbox/src/VBox/Devices/PC/
H A DDrvACPI.cpp166 CFArrayRef pSources = IOPSCopyPowerSourcesList(pBlob);
172 if (CFArrayGetCount(pSources) > 0)
174 for (int i = 0; i < CFArrayGetCount(pSources); ++i)
176 pSource = IOPSGetPowerSourceDescription(pBlob, CFArrayGetValueAtIndex(pSources, i));
201 CFRelease(pSources);
281 CFArrayRef pSources = IOPSCopyPowerSourcesList(pBlob); local
287 if (CFArrayGetCount(pSources) > 0)
289 for (int i = 0; i < CFArrayGetCount(pSources); ++i)
291 pSource = IOPSGetPowerSourceDescription(pBlob, CFArrayGetValueAtIndex(pSources, i));
381 CFRelease(pSources);
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPVidPn.cpp315 void VBoxVidPnSourcesInit(PVBOXWDDM_SOURCE pSources, uint32_t cScreens, uint8_t u8SyncState) argument
318 VBoxVidPnSourceInit(&pSources[i], i, u8SyncState);

Completed in 53 milliseconds