儲存庫 vbox 的更動 67358
- 時間撮記:
- 2017-6-13 上午11:51:39 (7 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Devices/Audio/HDAStreamPeriod.cpp
r67357 r67358 185 185 * Locks a stream period for serializing access. 186 186 * 187 * @return @true if locking was successful, @false if not.187 * @return \c true if locking was successful, \c false if not. 188 188 * @param pPeriod Stream period to lock. 189 189 */ … … 263 263 * Tells whether a given stream period has elapsed (time-wise) or not. 264 264 * 265 * @return @true if the stream period has elapsed, @false if not.265 * @return \c true if the stream period has elapsed, \c false if not. 266 266 * @param pPeriod Stream period to get status for. 267 267 */ … … 275 275 * time or not 276 276 * 277 * @return @true if the stream period has passed the given time, @false if not.277 * @return \c true if the stream period has passed the given time, \c false if not. 278 278 * @param pPeriod Stream period to get status for. 279 279 * @param u64WalClk Absolute wall clock (WALCLK) time to check for. … … 294 294 * Tells whether a given stream period has some required interrupts pending or not. 295 295 * 296 * @return @true if period has interrupts pending, @false if not.296 * @return \c true if period has interrupts pending, \c false if not. 297 297 * @param pPeriod Stream period to get status for. 298 298 */ … … 359 359 * Tells whether a given stream period is considered as complete or not. 360 360 * 361 * @return @true if stream period is complete, @false if not.361 * @return \c true if stream period is complete, \c false if not. 362 362 * @param pPeriod Stream period to report status for. 363 363 *
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器