HomeSort by relevance Sort by last modified time
    Searched defs:ISession (Results 1 - 2 of 2) sorted by null

  /device/google/contexthub/contexthubhal/
system_comms.h 118 class ISession {
125 virtual ~ISession() {}
130 class Session : public ISession {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cdonts.h 32 typedef struct ISession ISession;
308 struct ISession : public IDispatch {
330 HRESULT (WINAPI *QueryInterface)(ISession *This,REFIID riid,void **ppvObject);
331 ULONG (WINAPI *AddRef)(ISession *This);
332 ULONG (WINAPI *Release)(ISession *This);
333 HRESULT (WINAPI *GetTypeInfoCount)(ISession *This,UINT *pctinfo);
334 HRESULT (WINAPI *GetTypeInfo)(ISession *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo);
335 HRESULT (WINAPI *GetIDsOfNames)(ISession *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId);
336 HRESULT (WINAPI *Invoke)(ISession *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarR (…)
    [all...]

Completed in 4549 milliseconds