Lines Matching defs:pInterface

2962 static DECLCALLBACK(void *) vmmdevPortQueryInterface(PPDMIBASE pInterface, const char *pszIID)
2964 PVMMDEV pThis = RT_FROM_MEMBER(pInterface, VMMDEV, IBase);
2983 * @param pInterface Pointer to the interface structure containing the called function pointer.
2987 static DECLCALLBACK(int) vmmdevQueryStatusLed(PPDMILEDPORTS pInterface, unsigned iLUN, PPDMLED *ppLed)
2989 PVMMDEV pThis = RT_FROM_MEMBER(pInterface, VMMDEV, SharedFolders.ILeds);
3004 static DECLCALLBACK(int) vmmdevIPort_QueryAbsoluteMouse(PPDMIVMMDEVPORT pInterface, int32_t *pxAbs, int32_t *pyAbs)
3006 PVMMDEV pThis = RT_FROM_MEMBER(pInterface, VMMDEV, IPort);
3023 static DECLCALLBACK(int) vmmdevIPort_SetAbsoluteMouse(PPDMIVMMDEVPORT pInterface, int32_t xAbs, int32_t yAbs)
3025 PVMMDEV pThis = RT_FROM_MEMBER(pInterface, VMMDEV, IPort);
3044 static DECLCALLBACK(int) vmmdevIPort_QueryMouseCapabilities(PPDMIVMMDEVPORT pInterface, uint32_t *pfCapabilities)
3046 PVMMDEV pThis = RT_FROM_MEMBER(pInterface, VMMDEV, IPort);
3057 vmmdevIPort_UpdateMouseCapabilities(PPDMIVMMDEVPORT pInterface, uint32_t fCapsAdded, uint32_t fCapsRemoved)
3059 PVMMDEV pThis = RT_FROM_MEMBER(pInterface, VMMDEV, IPort);
3082 vmmdevIPort_RequestDisplayChange(PPDMIVMMDEVPORT pInterface, uint32_t cx, uint32_t cy, uint32_t cBits, uint32_t idxDisplay,
3085 PVMMDEV pThis = RT_FROM_MEMBER(pInterface, VMMDEV, IPort);
3145 static DECLCALLBACK(int) vmmdevIPort_RequestSeamlessChange(PPDMIVMMDEVPORT pInterface, bool fEnabled)
3147 PVMMDEV pThis = RT_FROM_MEMBER(pInterface, VMMDEV, IPort);
3171 static DECLCALLBACK(int) vmmdevIPort_SetMemoryBalloon(PPDMIVMMDEVPORT pInterface, uint32_t cMbBalloon)
3173 PVMMDEV pThis = RT_FROM_MEMBER(pInterface, VMMDEV, IPort);
3194 static DECLCALLBACK(int) vmmdevIPort_VRDPChange(PPDMIVMMDEVPORT pInterface, bool fVRDPEnabled, uint32_t uVRDPExperienceLevel)
3196 PVMMDEV pThis = RT_FROM_MEMBER(pInterface, VMMDEV, IPort);
3218 static DECLCALLBACK(int) vmmdevIPort_SetStatisticsInterval(PPDMIVMMDEVPORT pInterface, uint32_t cSecsStatInterval)
3220 PVMMDEV pThis = RT_FROM_MEMBER(pInterface, VMMDEV, IPort);
3244 static DECLCALLBACK(int) vmmdevIPort_SetCredentials(PPDMIVMMDEVPORT pInterface, const char *pszUsername,
3247 PVMMDEV pThis = RT_FROM_MEMBER(pInterface, VMMDEV, IPort);
3286 static DECLCALLBACK(void) vmmdevIPort_VBVAChange(PPDMIVMMDEVPORT pInterface, bool fEnabled)
3288 PVMMDEV pThis = RT_FROM_MEMBER(pInterface, VMMDEV, IPort);
3298 static DECLCALLBACK(int) vmmdevIPort_CpuHotUnplug(PPDMIVMMDEVPORT pInterface, uint32_t idCpuCore, uint32_t idCpuPackage)
3300 PVMMDEV pThis = RT_FROM_MEMBER(pInterface, VMMDEV, IPort);
3324 static DECLCALLBACK(int) vmmdevIPort_CpuHotPlug(PPDMIVMMDEVPORT pInterface, uint32_t idCpuCore, uint32_t idCpuPackage)
3326 PVMMDEV pThis = RT_FROM_MEMBER(pInterface, VMMDEV, IPort);