VirtualBox

Changeset 68357 in vbox for trunk/src


Ignore:
Timestamp:
Aug 9, 2017 3:18:01 PM (7 years ago)
Author:
vboxsync
Message:

Renaming.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/DrvHostPulseAudio.cpp

    r68355 r68357  
    363363    AssertPtrReturnVoid(pStream);
    364364
    365     PPULSEAUDIOSTREAM pStrm = (PPULSEAUDIOSTREAM)pvUser;
    366     AssertPtrReturnVoid(pStrm);
    367 
    368     pStrm->fOpSuccess = fSuccess;
     365    PPULSEAUDIOSTREAM pStreamPA = (PPULSEAUDIOSTREAM)pvUser;
     366    AssertPtrReturnVoid(pStreamPA);
     367
     368    pStreamPA->fOpSuccess = fSuccess;
    369369    if (fSuccess)
    370370    {
     
    373373    }
    374374    else
    375         paError(pStrm->pDrv, "Failed to drain stream");
    376 
    377     if (pStrm->pDrainOp)
    378     {
    379         pa_operation_unref(pStrm->pDrainOp);
    380         pStrm->pDrainOp = NULL;
     375        paError(pStreamPA->pDrv, "Failed to drain stream");
     376
     377    if (pStreamPA->pDrainOp)
     378    {
     379        pa_operation_unref(pStreamPA->pDrainOp);
     380        pStreamPA->pDrainOp = NULL;
    381381    }
    382382}
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette