Searched refs:VD_FILTER_FLAGS_DEFAULT (Results 1 - 2 of 2) sorted by relevance

/vbox/include/VBox/
H A Dvd.h254 #define VD_FILTER_FLAGS_DEFAULT (VD_FILTER_FLAGS_WRITE | VD_FILTER_FLAGS_READ) macro
/vbox/src/VBox/Devices/Storage/
H A DDrvVD.cpp1797 rc = VDFilterRemove(pThis->pDisk, VD_FILTER_FLAGS_DEFAULT);
1817 rc = VDFilterAdd(pThis->pDisk, "CRYPT", VD_FILTER_FLAGS_DEFAULT, pVDIfFilter);
2265 rc = VDFilterAdd(pThis->pDisk, pszFilterName, VD_FILTER_FLAGS_DEFAULT, pVDIfsFilter);

Completed in 53 milliseconds