HomeSort by relevance Sort by last modified time
    Searched refs:STDMETHODIMP_ (Results 1 - 25 of 25) sorted by null

  /external/lzma/CPP/Common/
Sha256Reg.cpp 25 STDMETHODIMP_(void) CSha256Hasher::Init() throw()
30 STDMETHODIMP_(void) CSha256Hasher::Update(const void *data, UInt32 size) throw()
35 STDMETHODIMP_(void) CSha256Hasher::Final(Byte *digest) throw()
XzCrc64Reg.cpp 26 STDMETHODIMP_(void) CXzCrc64Hasher::Init() throw()
31 STDMETHODIMP_(void) CXzCrc64Hasher::Update(const void *data, UInt32 size) throw()
36 STDMETHODIMP_(void) CXzCrc64Hasher::Final(Byte *digest) throw()
CrcReg.cpp 82 STDMETHODIMP_(void) CCrcHasher::Init() throw()
87 STDMETHODIMP_(void) CCrcHasher::Update(const void *data, UInt32 size) throw()
92 STDMETHODIMP_(void) CCrcHasher::Final(Byte *digest) throw()
MyWindows.h 92 #define STDMETHODIMP_(type) type STDMETHODCALLTYPE
93 #define STDMETHODIMP STDMETHODIMP_(HRESULT)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
bdasup.h 58 STDMETHODIMP_(NTSTATUS)
62 STDMETHODIMP_(NTSTATUS)
66 STDMETHODIMP_(NTSTATUS)
72 STDMETHODIMP_(NTSTATUS)
79 STDMETHODIMP_(NTSTATUS)
85 STDMETHODIMP_(NTSTATUS)
91 STDMETHODIMP_(NTSTATUS)
96 STDMETHODIMP_(NTSTATUS)
101 STDMETHODIMP_(NTSTATUS)
106 STDMETHODIMP_(NTSTATUS
    [all...]
dmusicks.h 55 STDMETHODIMP_(NTSTATUS) GetTime( \
87 STDMETHODIMP_(NTSTATUS) SetState \
91 STDMETHODIMP_(NTSTATUS) PutMessage \
95 STDMETHODIMP_(NTSTATUS) ConnectOutput \
99 STDMETHODIMP_(NTSTATUS) DisconnectOutput \
151 STDMETHODIMP_(NTSTATUS) GetMessage( \
155 STDMETHODIMP_(USHORT) GetBufferSize(void); \
157 STDMETHODIMP_(NTSTATUS) GetBuffer( \
161 STDMETHODIMP_(NTSTATUS) PutBuffer( \
189 STDMETHODIMP_(void) Notify(
    [all...]
stdunk.h 57 STDMETHODIMP_(ULONG) NonDelegatingAddRef();
58 STDMETHODIMP_(ULONG) NonDelegatingRelease();
60 STDMETHODIMP_(NTSTATUS) NonDelegatingQueryInterface(
66 STDMETHODIMP_(NTSTATUS) NonDelegatingQueryInterface( \
70 STDMETHODIMP_(NTSTATUS) QueryInterface( \
77 STDMETHODIMP_(ULONG) AddRef() \
82 STDMETHODIMP_(ULONG) Release() \
portcls.h 443 STDMETHODIMP_(ULONG) NumberOfEntries(void); \
445 STDMETHODIMP_(ULONG) NumberOfEntriesOfType( \
448 STDMETHODIMP_(PCM_PARTIAL_RESOURCE_DESCRIPTOR) FindTranslatedEntry( \
452 STDMETHODIMP_(PCM_PARTIAL_RESOURCE_DESCRIPTOR) FindUntranslatedEntry( \
456 STDMETHODIMP_(NTSTATUS) AddEntry( \
460 STDMETHODIMP_(NTSTATUS) AddEntryFromParent( \
465 STDMETHODIMP_(PCM_RESOURCE_LIST) TranslatedList(void); \
466 STDMETHODIMP_(PCM_RESOURCE_LIST) UntranslatedList(void);
595 STDMETHODIMP_(void) RequestService(void);
631 STDMETHODIMP_(NTSTATUS) AddMember(
    [all...]
drmk.h 107 STDMETHODIMP_(NTSTATUS) SetContentId \
  /external/lzma/CPP/7zip/Compress/
BcjCoder.cpp 17 STDMETHODIMP_(UInt32) CCoder::Filter(Byte *data, UInt32 size)
BranchMisc.cpp 16 STDMETHODIMP_(UInt32) CCoder::Filter(Byte *data, UInt32 size)
ByteSwap.cpp 34 STDMETHODIMP_(UInt32) CByteSwap2::Filter(Byte *data, UInt32 size)
57 STDMETHODIMP_(UInt32) CByteSwap4::Filter(Byte *data, UInt32 size)
DeltaFilter.cpp 48 STDMETHODIMP_(UInt32) CEncoder::Filter(Byte *data, UInt32 size)
108 STDMETHODIMP_(UInt32) CDecoder::Filter(Byte *data, UInt32 size)
CodecExports.cpp 331 STDMETHODIMP_(UInt32) CHashers::GetNumHashers()
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
xcmcmsx2.h 18 STDMETHODIMP_(SCODE) ScMAPIXFromCMC(CMC_session_id cmc_session,ULONG ulFlags,LPCIID lpInterface,LPMAPISESSION *lppMAPISession);
kcom.h 130 COMDDKMETHOD STDMETHODIMP_(ULONG) NonDelegatedAddRef();
131 COMDDKMETHOD STDMETHODIMP_(ULONG) NonDelegatedRelease();
133 COMDDKMETHOD STDMETHODIMP_(ULONG) IndirectedAddRef();
134 COMDDKMETHOD STDMETHODIMP_(ULONG) IndirectedRelease();
148 STDMETHODIMP_(ULONG) AddRef(); \
149 STDMETHODIMP_(ULONG) Release();
155 STDMETHODIMP_(ULONG) Class::AddRef() { \
158 STDMETHODIMP_(ULONG) Class::Release() { \
basetyps.h 26 #define STDMETHODIMP_(type) type STDMETHODCALLTYPE
mapi.h 188 STDMETHODIMP_(SCODE) ScMAPIXFromSMAPI(LHANDLE lhSimpleSession,ULONG ulFlags,LPCIID lpInterface,LPMAPISESSION*lppMAPISession);
mapidefs.h 446 #define MAPIMETHOD_DECLARE(type,method,prefix) STDMETHODIMP_(type) prefix##method
    [all...]
wabdefs.h 443 #define MAPIMETHOD_DECLARE(type,method,prefix) STDMETHODIMP_(type) prefix##method
    [all...]
winnt.h 432 #define STDMETHODIMP_(type) type WINAPI
442 #define IFACEMETHODIMP_(type) STDMETHODIMP_(type)
    [all...]
  /external/lzma/CPP/7zip/Crypto/
MyAes.cpp 29 STDMETHODIMP_(UInt32) CAesCbcCoder::Filter(Byte *data, UInt32 size)
7zAes.cpp 275 STDMETHODIMP_(UInt32) CBaseCoder::Filter(Byte *data, UInt32 size)
  /external/lzma/CPP/7zip/Common/
RegisterCodec.h 100 STDMETHODIMP_(UInt32) cls::GetDigestSize() throw() { return size; } \
  /external/lzma/CPP/7zip/UI/Common/
LoadCodecs.cpp 900 STDMETHODIMP_(UInt32) CCodecs::GetNumHashers()

Completed in 475 milliseconds