Changeset 80477 in vbox for trunk/src/VBox/Devices/Graphics
- Timestamp:
- Aug 28, 2019 1:08:46 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 132968
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA_VDMA.cpp
r80474 r80477 1436 1436 1437 1437 /** 1438 * @interface_method_impl{VBOXCRCMDCTL_HGCMENABLE_DATA,pfnRHCmd, 1439 * Used by vboxVDMACrHgcmNotifyTerminatingCb() and called by 1440 * crVBoxServerCrCmdDisablePostProcess() during crServerTearDown() to drain 1441 * command queues or something.} 1438 * Used by vboxVDMACrHgcmNotifyTerminatingCb() and called by 1439 * crVBoxServerCrCmdDisablePostProcess() during crServerTearDown() to drain 1440 * command queues or something. 1442 1441 */ 1443 1442 static DECLCALLBACK(uint8_t *) … … 1463 1462 1464 1463 /** 1465 * @interface_method_impl{VBOXCRCMDCTL_HGCMDISABLE_DATA,pfnNotifyTermDone, 1466 * Called by crServerTearDown().} 1464 * Called by crServerTearDown(). 1467 1465 */ 1468 1466 static DECLCALLBACK(void) vboxVDMACrHgcmNotifyTerminatingDoneCb(HVBOXCRCMDCTL_NOTIFY_TERMINATING hClient) … … 1478 1476 1479 1477 /** 1480 * @interface_method_impl{VBOXCRCMDCTL_HGCMDISABLE_DATA,pfnNotifyTerm, 1481 * Called by crServerTearDown().} 1478 * Called by crServerTearDown(). 1482 1479 */ 1483 1480 static DECLCALLBACK(int) vboxVDMACrHgcmNotifyTerminatingCb(HVBOXCRCMDCTL_NOTIFY_TERMINATING hClient, … … 3599 3596 3600 3597 /** 3601 * @callback_method_impl{FNVBOXCRCLIENT_CALLOUT, Worker for vboxVDMACrCtlHgsmiSetup }3598 * Worker for vboxVDMACrCtlHgsmiSetup. 3602 3599 * 3603 3600 * @note r=bird: not to be confused with the callout function below. sigh.
Note:
See TracChangeset
for help on using the changeset viewer.