Lines Matching defs:aState
1645 HRESULT Medium::getState(MediumState_T *aState)
1648 *aState = m->state;
2048 HRESULT Medium::refreshState(AutoCaller &autoCaller, MediumState_T *aState)
2073 *aState = m->state;
2182 * @note @a aState may be NULL if the state value is not needed (only for
2185 HRESULT Medium::i_unlockRead(MediumState_T *aState)
2226 if (aState)
2227 *aState = m->state;
2290 * @note @a aState may be NULL if the state value is not needed (only for
2293 HRESULT Medium::i_unlockWrite(MediumState_T *aState)
2326 if (aState)
2327 *aState = m->state;