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

/vbox/src/VBox/Devices/Audio/
H A DDrvAudio.cpp195 PCFGMNODE pCfgChildHandle = NULL; local
208 pCfgChildHandle = CFGMR3GetFirstChild(pCfgHandle);
209 if(pCfgChildHandle)
210 pCfgHandle = pCfgChildHandle;
218 pCfgChildHandle = CFGMR3GetFirstChild(pCfgHandle);
219 if (pCfgChildHandle)
221 pCfgChildChildHandle = CFGMR3GetFirstChild(pCfgChildHandle);
H A Daudio.c457 PCFGMNODE pCfgChildHandle = NULL; local
478 pCfgChildHandle = CFGMR3GetFirstChild(pCfgHandle);
479 if(pCfgChildHandle) {
480 pCfgHandle = pCfgChildHandle;
489 pCfgChildHandle = CFGMR3GetFirstChild(pCfgHandle);
490 if (pCfgChildHandle) {
491 pCfgChildChildHandle = CFGMR3GetFirstChild(pCfgChildHandle);

Completed in 890 milliseconds