Lines Matching defs:pMedium
1896 * and looks for a host drive with the given UUID. If found, it sets pMedium
1902 * @param pMedium Medium object, if found...
1908 ComObjPtr<Medium> &pMedium)
1925 pMedium = pThis;
1936 * and looks for a host drive with the given name. If found, it sets pMedium
1942 * @param pMedium Medium object, if found
1948 ComObjPtr<Medium> &pMedium)
1965 pMedium = pThis;
1977 * it sets pMedium to that drive; otherwise returns VBOX_E_OBJECT_NOT_FOUND.
1981 * @param pMedium Medium object, if found...
1986 ComObjPtr<Medium> &pMedium)
1992 return i_findHostDriveById(mediumType, uuid, true /* fRefresh */, pMedium);
1995 return i_findHostDriveByName(mediumType, strNameOrId, true /* fRefresh */, pMedium);