VirtualBox

Ignore:
Timestamp:
Jun 13, 2021 12:44:53 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
145086
Message:

ValKit/Audio: Re-did the split-out of play & rec commands using svn copy to restore the function order, adding enum to the exodus. bugref:10008

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/utils/audio/vkatCommon.cpp

    r89614 r89641  
    4444
    4545#include "vkatInternal.h"
    46 
    47 
    48 /*********************************************************************************************************************************
    49 *   Prototypes                                                                                                                   *
    50 *********************************************************************************************************************************/
    51 
    52 static int audioTestCreateStreamDefaultIn(PAUDIOTESTENV pTstEnv, PAUDIOTESTSTREAM pStream, PPDMAUDIOPCMPROPS pProps);
    53 static int audioTestCreateStreamDefaultOut(PAUDIOTESTENV pTstEnv, PAUDIOTESTSTREAM pStream, PPDMAUDIOPCMPROPS pProps);
    54 static int audioTestStreamDestroy(PAUDIOTESTENV pTstEnv, PAUDIOTESTSTREAM pStream);
    55 static int audioTestDevicesEnumerateAndCheck(PAUDIOTESTENV pTstEnv, const char *pszDev, PPDMAUDIOHOSTDEV *ppDev);
    5646
    5747
     
    7363} ATSCALLBACKCTX;
    7464typedef ATSCALLBACKCTX *PATSCALLBACKCTX;
     65
     66
     67/*********************************************************************************************************************************
     68*   Internal Functions                                                                                                           *
     69*********************************************************************************************************************************/
     70static int audioTestCreateStreamDefaultIn(PAUDIOTESTENV pTstEnv, PAUDIOTESTSTREAM pStream, PPDMAUDIOPCMPROPS pProps);
     71static int audioTestCreateStreamDefaultOut(PAUDIOTESTENV pTstEnv, PAUDIOTESTSTREAM pStream, PPDMAUDIOPCMPROPS pProps);
     72static int audioTestStreamDestroy(PAUDIOTESTENV pTstEnv, PAUDIOTESTSTREAM pStream);
     73static int audioTestDevicesEnumerateAndCheck(PAUDIOTESTENV pTstEnv, const char *pszDev, PPDMAUDIOHOSTDEV *ppDev);
    7574
    7675
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