/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
netcon.h | [all...] |
dvbsiparser.h | 355 STDMETHOD_(HRESULT,GetTextW)(THIS_ DVB_STRCONV_MODE convMode,BSTR *pbstrText) PURE; 569 STDMETHOD_(HRESULT,GetConcatenatedItemW)(THIS_ IDvbExtendedEventDescriptor *pFollowingDescriptor,DVB_STRCONV_MODE convMode,BSTR *pbstrDesc,BSTR *pbstrItem) PURE; 570 STDMETHOD_(HRESULT,GetConcatenatedTextW)(THIS_ IDvbExtendedEventDescriptor *FollowingDescriptor,DVB_STRCONV_MODE convMode,BSTR *pbstrText) PURE; 577 STDMETHOD_(HRESULT,GetRecordItemW)(THIS_ BYTE bRecordIndex,DVB_STRCONV_MODE convMode,BSTR *pbstrDesc,BSTR *pbstrItem) PURE; 579 STDMETHOD_(HRESULT,GetTextW)(THIS_ DVB_STRCONV_MODE convMode,BSTR *pbstrText) PURE; [all...] |
tuner.h | 185 STDMETHOD_(HRESULT,put_ChannelID)(THIS_ BSTR ChannelID) PURE; 186 STDMETHOD_(HRESULT,get_ChannelID)(THIS_ BSTR *ChannelID) PURE; [all...] |
amstream.idl | 76 [propget, id(1), helpstring("property FileName")] HRESULT FileName([out, retval] BSTR *pVal); 77 [propput, id(1), helpstring("property FileName")] HRESULT FileName([in] BSTR newVal);
|
amvideo.idl | 125 HRESULT SetCaption([in] BSTR strCaption); 126 HRESULT GetCaption([out] BSTR * pstrCaption);
|
sensorsapi.h | 496 BSTR *pFriendlyName) = 0; 573 BSTR *pFriendlyName); 675 static FORCEINLINE HRESULT ISensor_GetFriendlyName(ISensor* This,BSTR *pFriendlyName) { 742 BSTR *pFriendlyName); [all...] |
ocidl.h | 459 virtual HRESULT WINAPI RequestLicKey(DWORD dwReserved,BSTR *pBstrKey) = 0; 460 virtual HRESULT WINAPI CreateInstanceLic(IUnknown *pUnkOuter,IUnknown *pUnkReserved,REFIID riid,BSTR bstrKey,PVOID *ppvObj) = 0; 471 HRESULT (WINAPI *RequestLicKey)(IClassFactory2 *This,DWORD dwReserved,BSTR *pBstrKey); 472 HRESULT (WINAPI *CreateInstanceLic)(IClassFactory2 *This,IUnknown *pUnkOuter,IUnknown *pUnkReserved,REFIID riid,BSTR bstrKey,PVOID *ppvObj); 491 HRESULT WINAPI IClassFactory2_RequestLicKey_Proxy(IClassFactory2 *This,DWORD dwReserved,BSTR *pBstrKey); 493 HRESULT WINAPI IClassFactory2_RemoteCreateInstanceLic_Proxy(IClassFactory2 *This,REFIID riid,BSTR bstrKey,IUnknown **ppvObj); [all...] |
scardssp.h | [all...] |
propidl.h | 112 BSTR *pElems; 196 BSTR bstrVal; 244 BSTR *pbstrVal; 627 ULONG __RPC_API BSTR_UserSize(ULONG *,ULONG,BSTR *); 628 unsigned char *__RPC_API BSTR_UserMarshal(ULONG *,unsigned char *,BSTR *); 629 unsigned char *__RPC_API BSTR_UserUnmarshal(ULONG *,unsigned char *,BSTR *); 630 void __RPC_API BSTR_UserFree(ULONG *,BSTR *);
|
amstream.h | 158 BSTR *pVal) = 0; 161 BSTR newVal) = 0; 228 BSTR *pVal); 232 BSTR newVal); 299 static FORCEINLINE HRESULT IDirectShowStream_get_FileName(IDirectShowStream* This,BSTR *pVal) { 302 static FORCEINLINE HRESULT IDirectShowStream_put_FileName(IDirectShowStream* This,BSTR newVal) { 324 BSTR *pVal); 332 BSTR newVal); [all...] |
simpdata.h | 159 virtual HRESULT WINAPI getLocale(BSTR *pbstrLocale) = 0; 180 HRESULT (WINAPI *getLocale)(OLEDBSimpleProvider *This,BSTR *pbstrLocale); 224 HRESULT WINAPI OLEDBSimpleProvider_getLocale_Proxy(OLEDBSimpleProvider *This,BSTR *pbstrLocale);
|
/external/chromium_org/content/browser/accessibility/ |
browser_accessibility_win.cc | 66 CONTENT_EXPORT STDMETHODIMP get_relationType(BSTR* relation_type); 74 CONTENT_EXPORT STDMETHODIMP get_localizedRelationType(BSTR* relation_type) { 95 BSTR* relation_type) { 373 BSTR* def_action) { 389 BSTR* desc) { 426 STDMETHODIMP BrowserAccessibilityWin::get_accHelp(VARIANT var_id, BSTR* help) { 442 BSTR* acc_key) { 457 STDMETHODIMP BrowserAccessibilityWin::get_accName(VARIANT var_id, BSTR* name) { 564 BSTR* value) { 606 STDMETHODIMP BrowserAccessibilityWin::get_accHelpTopic(BSTR* help_file [all...] |
/external/lzma/CPP/7zip/UI/Client7z/ |
Client7z.cpp | 116 STDMETHOD(CryptoGetTextPassword)(BSTR *password);
134 STDMETHODIMP CArchiveOpenCallback::CryptoGetTextPassword(BSTR *password)
180 STDMETHOD(CryptoGetTextPassword)(BSTR *aPassword);
401 STDMETHODIMP CArchiveExtractCallback::CryptoGetTextPassword(BSTR *password)
454 STDMETHOD(CryptoGetTextPassword2)(Int32 *passwordIsDefined, BSTR *password);
629 STDMETHODIMP CArchiveUpdateCallback::CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password)
|
/external/pdfium/fpdfsdk/src/ |
fpdfdoc.cpp | 250 CFX_ByteString bstr = text.UTF16LE_Encode();
local 251 unsigned long len = bstr.GetLength();
253 FXSYS_memcpy(buffer, (FX_LPCSTR)bstr, len);
|
/external/lzma/CPP/7zip/UI/Common/ |
ArchiveExtractCallback.h | 109 STDMETHOD(CryptoGetTextPassword)(BSTR *password);
|
ArchiveOpenCallback.cpp | 117 STDMETHODIMP COpenCallbackImp::CryptoGetTextPassword(BSTR *password)
|
UpdateCallback.cpp | 237 STDMETHODIMP CArchiveUpdateCallback::CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password)
244 STDMETHODIMP CArchiveUpdateCallback::CryptoGetTextPassword(BSTR *password)
|
/external/pdfium/core/src/fpdfapi/fpdf_parser/ |
fpdf_parser_utility.cpp | 264 CFX_ByteString PDF_NameDecode(FX_BSTR bstr)
266 int size = bstr.GetLength();
267 FX_LPCSTR pSrc = bstr.GetCStr();
269 return bstr;
|
/external/chromium_org/ui/views/accessibility/ |
native_view_accessibility_win.cc | 561 VARIANT var_id, BSTR* def_action) { 582 VARIANT var_id, BSTR* desc) { 628 VARIANT var_id, BSTR* acc_key) { 649 VARIANT var_id, BSTR* name) { 736 BSTR* value) { 761 BSTR new_value) { 792 VARIANT var_id, BSTR* help) { 799 BSTR* help_file, VARIANT var_id, LONG* topic_id) { 810 VARIANT var_id, BSTR put_name) { 878 BSTR type_bstr [all...] |
/external/iproute2/tc/ |
em_cmp.c | 41 struct bstr *args) 43 struct bstr *a;
|
em_u32.c | 37 struct bstr *args) 39 struct bstr *a;
|
/external/lzma/CPP/Windows/ |
PropVariant.cpp | 24 CPropVariant::CPropVariant(BSTR bstrSrc)
47 CPropVariant& CPropVariant::operator=(BSTR bstrSrc)
|
/external/pdfium/core/src/fxcrt/ |
fx_basic_gcc.cpp | 217 int FXSYS_MultiByteToWideChar(FX_DWORD codepage, FX_DWORD dwFlags, FX_LPCSTR bstr, int blen,
223 buf[wlen] = bstr[i];
|
/external/chromium_org/gpu/config/ |
gpu_dx_diagnostics_win.cc | 60 // Clear the variant (this is needed to free BSTR memory).
|
/external/chromium_org/remoting/host/win/ |
elevated_controller.cc | 308 STDMETHODIMP ElevatedController::GetConfig(BSTR* config_out) { 331 STDMETHODIMP ElevatedController::GetVersion(BSTR* version_out) { 352 STDMETHODIMP ElevatedController::SetConfig(BSTR config) { 448 STDMETHODIMP ElevatedController::UpdateConfig(BSTR config) {
|