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

/vbox/src/VBox/Devices/Audio/
H A DDrvAudio.cpp196 PCFGMNODE pCfgChildChildHandle = NULL; local
221 pCfgChildChildHandle = CFGMR3GetFirstChild(pCfgChildHandle);
222 if (pCfgChildChildHandle)
223 pCfgHandle = pCfgChildChildHandle;
H A Daudio.c458 PCFGMNODE pCfgChildChildHandle = NULL; local
491 pCfgChildChildHandle = CFGMR3GetFirstChild(pCfgChildHandle);
492 if(pCfgChildChildHandle) {
493 pCfgHandle = pCfgChildChildHandle;

Completed in 200 milliseconds