Searched refs:aData (Results 51 - 71 of 71) sorted by relevance

123

/vbox/src/VBox/Main/src-server/
H A DHostUSBDeviceImpl.cpp901 bool HostUSBDevice::i_isMatch(const USBDeviceFilter::Data &aData) argument
908 if (!aData.mActive)
911 if (!aData.mRemote.isMatch(FALSE))
914 if (!USBFilterMatchDevice(&aData.mUSBFilter, mUsb))
920 && !USBFilterHasAnySubstatialCriteria(&aData.mUSBFilter))
H A DMachineImpl.cpp6382 ULONG *aWidth, ULONG *aHeight, std::vector<BYTE> &aData)
6419 aData.resize(cbData);
6420 memcpy(&aData.front(), pu8Data, cbData);
6425 aData.resize(cbData);
6428 aData[i] = pu8Data[i];
6429 aData[i + 1] = pu8Data[i + 1];
6430 aData[i + 2] = pu8Data[i + 2];
6431 aData[i + 3] = 0xff;
6437 aData.resize(cbData);
6440 aData[
6381 readSavedThumbnailToArray(ULONG aScreenId, BitmapFormat_T aBitmapFormat, ULONG *aWidth, ULONG *aHeight, std::vector<BYTE> &aData) argument
6503 readSavedScreenshotPNGToArray(ULONG aScreenId, ULONG *aWidth, ULONG *aHeight, std::vector<BYTE> &aData) argument
6634 readLog(ULONG aIdx, LONG64 aOffset, LONG64 aSize, std::vector<BYTE> &aData) argument
[all...]
/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsSpecialSystemDirectory.cpp130 PR_STATIC_CALLBACK(PRBool) DeleteSystemDirKeys(nsHashKey *aKey, void *aData, void* closure) argument
132 delete ((nsFileSpec *)aData);
/vbox/src/VBox/Frontends/VBoxSDL/
H A DFramebuffer.h98 STDMETHOD(Notify3DEvent)(ULONG uType, ComSafeArrayIn(BYTE, aData));
H A DFramebuffer.cpp617 STDMETHODIMP VBoxSDLFB::Notify3DEvent(ULONG uType, ComSafeArrayIn(BYTE, aData))
/vbox/src/VBox/Main/webservice/
H A Dvboxweb.cpp1409 std::string Base64EncodeByteArray(ComSafeArrayIn(BYTE, aData))
1412 com::SafeArray<BYTE> sfaData(ComSafeArrayInArg(aData));
1433 void Base64DecodeByteArray(struct soap *soap, const std::string& aStr, ComSafeArrayOut(BYTE, aData), const WSDLT_ID &idThis, const char *pszMethodName, IUnknown *pObj, const com::Guid &iid)
1452 result.detachTo(ComSafeArrayOutArg(aData));
/vbox/src/libs/xpcom18a4/java/src/
H A DnsJavaXPCOMBindingUtils.cpp474 PRUint32 aNumber, void* aData)
476 JNIEnv* env = static_cast<JNIEnv*>(aData);
665 PRUint32 aNumber, void* aData)
473 DestroyJavaProxyMappingEnum(PLDHashTable* aTable, PLDHashEntryHdr* aHeader, PRUint32 aNumber, void* aData) argument
664 DestroyXPTCMappingEnum(PLDHashTable* aTable, PLDHashEntryHdr* aHeader, PRUint32 aNumber, void* aData) argument
/vbox/src/VBox/Main/include/
H A DMachineImpl.h1163 std::vector<BYTE> &aData);
1171 std::vector<BYTE> &aData);
1182 std::vector<BYTE> &aData);
H A DConsoleImpl.h614 HRESULT i_createSharedFolder(const Utf8Str &strName, const SharedFolderData &aData);
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp7987 HRESULT Console::i_createSharedFolder(const Utf8Str &strName, const SharedFolderData &aData) argument
7990 ComAssertRet(aData.m_strHostPath.isNotEmpty(), E_FAIL);
8006 Log(("Adding shared folder '%s' -> '%s'\n", strName.c_str(), aData.m_strHostPath.c_str()));
8011 aData.m_strHostPath.c_str(),
8019 aData.m_strHostPath.c_str(), vrc);
8024 if (RTPathCompare(aData.m_strHostPath.c_str(), hostPathFull) != 0)
8027 aData.m_strHostPath.c_str());
8032 Bstr bstrHostPath(aData.m_strHostPath);
8066 parms[2].u.uint32 = (aData.m_fWritable ? SHFL_ADD_MAPPING_F_WRITABLE : 0)
8067 | (aData
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinspool.h1053 PRINTER_NOTIFY_INFO_DATA aData[1]; member in struct:_PRINTER_NOTIFY_INFO
1129 BIDI_REQUEST_DATA aData[1]; member in struct:_BIDI_REQUEST_CONTAINER
1143 BIDI_RESPONSE_DATA aData[1]; member in struct:_BIDI_RESPONSE_CONTAINER
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h882 nsresult (*GetData)(nsIException *pThis, nsISupports * *aData);
900 nsresult (*GetData)(nsIException *pThis, nsISupports * *aData);
920 #define nsIException_get_Data(p, aData) ((p)->lpVtbl->GetData(p, aData))
921 #define nsIException_GetData(p, aData) ((p)->lpVtbl->GetData(p, aData))
940 #define IErrorInfo_get_Data(p, aData) ((p)->lpVtbl->GetData(p, aData))
941 #define IErrorInfo_GetData(p, aData) ((p)->lpVtbl->GetData(p, aData))
[all...]
H A DVBoxCAPI_v2_2.h407 nsresult (*GetData)(nsIException *pThis, nsISupports * *aData);
H A DVBoxCAPI_v3_0.h749 nsresult (*GetData)(nsIException *pThis, nsISupports * *aData);
H A DVBoxCAPI_v3_1.h749 nsresult (*GetData)(nsIException *pThis, nsISupports * *aData);
H A DVBoxCAPI_v3_2.h749 nsresult (*GetData)(nsIException *pThis, nsISupports * *aData);
H A DVBoxCAPI_v4_0.h749 nsresult (*GetData)(nsIException *pThis, nsISupports * *aData);
H A DVBoxCAPI_v4_1.h749 nsresult (*GetData)(nsIException *pThis, nsISupports * *aData);
H A DVBoxCAPI_v4_2.h749 nsresult (*GetData)(nsIException *pThis, nsISupports * *aData);
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsDirectoryService.cpp681 static PRBool FindProviderFile(nsISupports* aElement, void *aData) argument
684 FileData* fileData = (FileData*)aData;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinspool.h1055 PRINTER_NOTIFY_INFO_DATA aData[1]; member in struct:_PRINTER_NOTIFY_INFO
1131 BIDI_REQUEST_DATA aData[1]; member in struct:_BIDI_REQUEST_CONTAINER
1145 BIDI_RESPONSE_DATA aData[1]; member in struct:_BIDI_RESPONSE_CONTAINER

Completed in 335 milliseconds

123