Changeset 74034 in vbox
- Timestamp:
- Sep 3, 2018 9:46:02 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvHostCoreAudio.cpp
r73838 r74034 1269 1269 AssertPtr(pCAStream->pCfg); 1270 1270 1271 LogFunc(("Starting pCAStream=%p\n", pCAStream));1272 1273 1271 const bool fIn = pCAStream->pCfg->enmDir == PDMAUDIODIR_IN; 1272 1273 LogFunc(("Thread started for pCAStream=%p, fIn=%RTbool\n", pCAStream, fIn)); 1274 1274 1275 1275 /* … … 1344 1344 AudioQueueDispose(pCAStream->audioQueue, 1); 1345 1345 1346 LogFunc((" Ended pCAStream=%p\n", pCAStream));1346 LogFunc(("Thread ended for pCAStream=%p, fIn=%RTbool\n", pCAStream, fIn)); 1347 1347 return VINF_SUCCESS; 1348 1348 } … … 1521 1521 { 1522 1522 int rc = VINF_SUCCESS; 1523 1524 Log3Func(("pCAStream=%p\n", pCAStream)); 1523 1525 1524 1526 for (size_t i = 0; i < RT_ELEMENTS(pCAStream->audioBuffer); i++)
Note:
See TracChangeset
for help on using the changeset viewer.