Searched refs:aAddress (Results 1 - 19 of 19) sorted by relevance

/vbox/src/VBox/Main/include/
H A DMachineDebuggerImpl.h93 HRESULT readPhysicalMemory(LONG64 aAddress,
96 HRESULT writePhysicalMemory(LONG64 aAddress,
100 LONG64 aAddress,
104 LONG64 aAddress,
H A DUSBDeviceImpl.h55 HRESULT getAddress(com::Utf8Str &aAddress);
H A DRemoteUSBDeviceImpl.h63 STDMETHOD(COMGETTER(Address)) (BSTR *aAddress);
H A DDisplayImpl.h244 BYTE *aAddress,
254 BYTE *aAddress,
281 BYTE *aAddress,
532 virtual HRESULT queryBitmapInfo(BYTE **aAddress,
H A DHostUSBDeviceImpl.h255 HRESULT getAddress(com::Utf8Str &aAddress);
H A DHostImpl.h145 HRESULT generateMACAddress(com::Utf8Str &aAddress);
H A DConsoleImpl.h718 bool aRemote, const char *aAddress, void *pvRemoteBackend,
/vbox/src/VBox/Main/src-client/
H A DDisplaySourceBitmapImpl.cpp97 HRESULT DisplaySourceBitmap::queryBitmapInfo(BYTE **aAddress, argument
107 *aAddress = m.pu8Address;
H A DRemoteUSBDeviceImpl.cpp258 STDMETHODIMP RemoteUSBDevice::COMGETTER(Address) (BSTR *aAddress) argument
260 CheckComArgOutPointerValid(aAddress);
266 mData.address.cloneTo(aAddress);
H A DUSBDeviceImpl.cpp258 * @param aAddress Where to put the return string.
260 HRESULT OUSBDevice::getAddress(com::Utf8Str &aAddress) argument
263 aAddress = mData.address;
H A DMachineDebuggerImpl.cpp1051 HRESULT MachineDebugger::readPhysicalMemory(LONG64 aAddress, ULONG aSize, std::vector<BYTE> &aBytes) argument
1056 HRESULT MachineDebugger::writePhysicalMemory(LONG64 aAddress, ULONG aSize, const std::vector<BYTE> &aBytes) argument
1061 HRESULT MachineDebugger::readVirtualMemory(ULONG aCpuId, LONG64 aAddress, ULONG aSize, std::vector<BYTE> &aBytes) argument
1066 HRESULT MachineDebugger::writeVirtualMemory(ULONG aCpuId, LONG64 aAddress, ULONG aSize, const std::vector<BYTE> &aBytes) argument
H A DDisplayImpl.cpp2076 BYTE *aAddress,
2103 int vrc = i_displayTakeScreenshot(ptrVM.rawUVM(), this, mpDrv, aScreenId, aAddress, aWidth, aHeight);
2118 uint32_t *pu32 = (uint32_t *)aAddress;
2127 uint8_t *pu8 = aAddress;
2146 vrc = DisplayMakePNG(aAddress, aWidth, aHeight, &pu8PNG, &cbPNG, &cxPNG, &cyPNG, 0);
2151 memcpy(aAddress, pu8PNG, cbPNG);
2179 BYTE *aAddress,
2187 aScreenId, aAddress, aWidth, aHeight, aBitmapFormat));
2190 rc = takeScreenShotWorker(aScreenId, aAddress, aWidth, aHeight, aBitmapFormat, &cbOut);
2477 HRESULT Display::drawToScreen(ULONG aScreenId, BYTE *aAddress, ULON argument
2075 takeScreenShotWorker(ULONG aScreenId, BYTE *aAddress, ULONG aWidth, ULONG aHeight, BitmapFormat_T aBitmapFormat, ULONG *pcbOut) argument
2178 takeScreenShot(ULONG aScreenId, BYTE *aAddress, ULONG aWidth, ULONG aHeight, BitmapFormat_T aBitmapFormat) argument
[all...]
H A DConsoleImpl.cpp8682 const char *aAddress, void *pvRemoteBackend, USHORT aPortVersion, ULONG aMaskedIfs,
8691 int vrc = PDMR3UsbCreateProxyDevice(pUVM, aUuid, aRemote, aAddress, pvRemoteBackend,
8681 i_usbAttachCallback(Console *that, PUVM pUVM, IUSBDevice *aHostDevice, PCRTUUID aUuid, bool aRemote, const char *aAddress, void *pvRemoteBackend, USHORT aPortVersion, ULONG aMaskedIfs, const char *pszCaptureFilename) argument
/vbox/src/VBox/NetworkServices/NetLib/
H A DVBoxNetBaseService.cpp625 void VBoxNetBaseService::setIpv4Address(const RTNETADDRIPV4& aAddress) argument
627 m->m_Ipv4Address = aAddress;
/vbox/src/VBox/NetworkServices/DHCP/
H A DConfig.h501 void setOurAddress(const RTNETADDRIPV4& aAddress);
H A DConfig.cpp750 void NetworkManager::setOurAddress(const RTNETADDRIPV4& aAddress) argument
752 m->m_OurAddress = aAddress;
/vbox/src/VBox/Main/src-server/
H A DHostUSBDeviceImpl.cpp193 HRESULT HostUSBDevice::getAddress(com::Utf8Str &aAddress) argument
196 aAddress = mUsb->pszAddress;
H A DHostImpl.cpp1617 NOREF(aAddress);
1658 HRESULT Host::generateMACAddress(com::Utf8Str &aAddress) argument
1661 i_generateMACAddress(aAddress);
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h8033 #define IHost_GenerateMACAddress(p, aAddress) ((p)->lpVtbl->GenerateMACAddress(p, aAddress))
12177 #define IFramebuffer_get_Address(p, aAddress) ((p)->lpVtbl->GetAddress(p, aAddress))
12178 #define IFramebuffer_GetAddress(p, aAddress) ((p)->lpVtbl->GetAddress(p, aAddress))
12351 #define IFramebufferOverlay_get_Address(p, aAddress) ((p)->lpVtbl->GetAddress(p, aAddress))
12352 #define IFramebufferOverlay_GetAddress(p, aAddress) ((p)->lpVtbl->GetAddress(p, aAddress))
[all...]

Completed in 233 milliseconds