Searched refs:aRecommendedHPET (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/include/
H A DGuestOSTypeImpl.h71 HRESULT getRecommendedHPET(BOOL *aRecommendedHPET);
/vbox/src/VBox/Main/src-server/
H A DGuestOSTypeImpl.cpp328 HRESULT GuestOSType::getRecommendedHPET(BOOL *aRecommendedHPET) argument
331 *aRecommendedHPET = !!(mOSHint & VBOXOSHINT_HPET);
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h8609 #define IGuestOSType_get_RecommendedHPET(p, aRecommendedHPET) ((p)->lpVtbl->GetRecommendedHPET(p, aRecommendedHPET))
8610 #define IGuestOSType_GetRecommendedHPET(p, aRecommendedHPET) ((p)->lpVtbl->GetRecommendedHPET(p, aRecommendedHPET))

Completed in 161 milliseconds