Changeset 67428 in vbox
- Timestamp:
- Jun 15, 2017 3:39:22 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 116156
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/HDAStreamPeriod.cpp
r67401 r67428 184 184 * Locks a stream period for serializing access. 185 185 * 186 * @return \c true if locking was successful, \cfalse if not.186 * @return true if locking was successful, false if not. 187 187 * @param pPeriod Stream period to lock. 188 188 */ … … 262 262 * Tells whether a given stream period has elapsed (time-wise) or not. 263 263 * 264 * @return \c true if the stream period has elapsed, \cfalse if not.264 * @return true if the stream period has elapsed, false if not. 265 265 * @param pPeriod Stream period to get status for. 266 266 */ … … 274 274 * time or not 275 275 * 276 * @return \c true if the stream period has passed the given time, \cfalse if not.276 * @return true if the stream period has passed the given time, false if not. 277 277 * @param pPeriod Stream period to get status for. 278 278 * @param u64WalClk Absolute wall clock (WALCLK) time to check for. … … 293 293 * Tells whether a given stream period has some required interrupts pending or not. 294 294 * 295 * @return \c true if period has interrupts pending, \cfalse if not.295 * @return true if period has interrupts pending, false if not. 296 296 * @param pPeriod Stream period to get status for. 297 297 */ … … 358 358 * Tells whether a given stream period is considered as complete or not. 359 359 * 360 * @return \c true if stream period is complete, \cfalse if not.360 * @return true if stream period is complete, false if not. 361 361 * @param pPeriod Stream period to report status for. 362 362 *
Note:
See TracChangeset
for help on using the changeset viewer.