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

1 2 3 4

  /hardware/intel/common/wrs_omxil_core/core/src/
pv_omx_interface.cpp 83 PVOMXInterface* pInterface = (PVOMXInterface*)interface;
84 if (pInterface)
86 OSCL_DELETE(pInterface);
  /hardware/qcom/media/mm-core/inc/
QOMX_SourceExtensions.h 75 * nInterfaceSize : Size of the data pointed by pInterface
76 * pInterface : Interface pointer
82 OMX_U8 pInterface[1];
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fltdefs.h 132 PFAPIENTRY PfDeleteInterface(INTERFACE_HANDLE pInterface);
135 PFAPIENTRY PfRemoveFilterHandles(INTERFACE_HANDLE pInterface,DWORD cFilters,PFILTER_HANDLE pvHandles);
136 PFAPIENTRY PfUnBindInterface(INTERFACE_HANDLE pInterface);
137 PFAPIENTRY PfBindInterfaceToIndex(INTERFACE_HANDLE pInterface,DWORD dwIndex,PFADDRESSTYPE pfatLinkType,PBYTE LinkIPAddress);
138 PFAPIENTRY PfBindInterfaceToIPAddress(INTERFACE_HANDLE pInterface,PFADDRESSTYPE pfatType,PBYTE IPAddress);
139 PFAPIENTRY PfRebindFilters(INTERFACE_HANDLE pInterface,PPF_LATEBIND_INFO pLateBindInfo);
140 PFAPIENTRY PfAddGlobalFilterToInterface(INTERFACE_HANDLE pInterface,GLOBAL_FILTER gfFilter);
141 PFAPIENTRY PfRemoveGlobalFilterFromInterface(INTERFACE_HANDLE pInterface,GLOBAL_FILTER gfFilter);
145 PFAPIENTRY PfGetInterfaceStatistics(INTERFACE_HANDLE pInterface,PPF_INTERFACE_STATS ppfStats,PDWORD pdwBufferSize,WINBOOL fResetCounters);
comip.h 73 template<typename _X> _com_ptr_t(Interface *pInterface) throw() : m_pInterface(pInterface) { _AddRef(); }
74 _com_ptr_t(Interface *pInterface,bool fAddRef) throw() : m_pInterface(pInterface) {
103 template<typename _X> _com_ptr_t &operator=(Interface *pInterface) throw() {
104 if(m_pInterface!=pInterface) {
106 m_pInterface = pInterface;
123 void Attach(Interface *pInterface) throw() {
125 m_pInterface = pInterface;
127 void Attach(Interface *pInterface,bool fAddRef) throw()
    [all...]
wbemtran.h 237 virtual HRESULT WINAPI ConnectorLogin(LPWSTR wszNetworkResource,LPWSTR wszPreferredLocale,__LONG32 lFlags,IWbemContext *pCtx,REFIID riid,void **pInterface) = 0;
245 HRESULT (WINAPI *ConnectorLogin)(IWbemConnectorLogin *This,LPWSTR wszNetworkResource,LPWSTR wszPreferredLocale,__LONG32 lFlags,IWbemContext *pCtx,REFIID riid,void **pInterface);
255 #define IWbemConnectorLogin_ConnectorLogin(This,wszNetworkResource,wszPreferredLocale,lFlags,pCtx,riid,pInterface) (This)->lpVtbl->ConnectorLogin(This,wszNetworkResource,wszPreferredLocale,lFlags,pCtx,riid,pInterface)
258 HRESULT WINAPI IWbemConnectorLogin_ConnectorLogin_Proxy(IWbemConnectorLogin *This,LPWSTR wszNetworkResource,LPWSTR wszPreferredLocale,__LONG32 lFlags,IWbemContext *pCtx,REFIID riid,void **pInterface);
343 virtual HRESULT WINAPI Open(BSTR strAddressType,DWORD dwBinaryAddressLength,BYTE *abBinaryAddress,const BSTR strObject,const BSTR strUser,const BSTR strPassword,const BSTR strLocale,__LONG32 lFlags,IWbemContext *pCtx,REFIID riid,void **pInterface,IWbemCallResult **pCallRes) = 0;
353 HRESULT (WINAPI *Open)(IWbemClientConnectionTransport *This,BSTR strAddressType,DWORD dwBinaryAddressLength,BYTE *abBinaryAddress,const BSTR strObject,const BSTR strUser,const BSTR strPassword,const BSTR strLocale,__LONG32 lFlags,IWbemContext *pCtx,REFIID riid,void **pInterface,IWbemCallResult **pCallRes);
365 #define IWbemClientConnectionTransport_Open(This,strAddressType,dwBinaryAddressLength,abBinaryAddress,strObject,strUser,strPassword,strLocale,lFlags,pCtx,riid,pInterface,pCallRes) (This)->lpVtbl->Open(This,strAddressType,dwBinaryAddressLength,abBinaryAddress,strObject,strUser,strPassword,strLocale,lFlags,pCtx,riid,pInterface,pCallRes)
370 HRESULT WINAPI IWbemClientConnectionTransport_Open_Proxy(IWbemClientConnectionTransport *This,BSTR strAddressType,DWORD dwBinaryAddressLength,BYTE *abBinaryAddress,const BSTR strObject,const BSTR strUser,const BSTR strPassword,const BSTR strLocale,__LONG32 lFlags,IWbemContext *pCtx,REFIID riid,void **pInterface,IWbemCallResult **pCallRes)
    [all...]
adhoc.h 133 STDMETHOD_(HRESULT,CreateNetwork)(THIS_ LPCWSTR Name,LPCWSTR Password,LONG GeographicalId,IDot11AdHocInterface *pInterface,IDot11AdHocSecuritySettings *pSecurity,GUID *pContextGuid,IDot11AdHocNetwork **pIAdHoc) PURE;
145 #define IDot11AdHocManager_CreateNetwork(This,Name,Password,GeographicalId,pInterface,pSecurity,pContextGuid,pIAdHoc) (This)->lpVtbl->CreateNetwork(This,Name,Password,GeographicalId,pInterface,pSecurity,pContextGuid,pIAdHoc)
cryptxml.h 175 CRYPT_XML_CRYPTOGRAPHIC_INTERFACE *pInterface
eventsys.h 188 virtual HRESULT WINAPI Store(BSTR ProgID,IUnknown *pInterface) = 0;
205 HRESULT (WINAPI *Store)(IEventSystem *This,BSTR ProgID,IUnknown *pInterface);
224 #define IEventSystem_Store(This,ProgID,pInterface) (This)->lpVtbl->Store(This,ProgID,pInterface)
233 HRESULT WINAPI IEventSystem_Store_Proxy(IEventSystem *This,BSTR ProgID,IUnknown *pInterface);
    [all...]
  /frameworks/wilhelm/src/itf/
IObject.c 325 static SLresult IObject_GetInterface(SLObjectItf self, const SLInterfaceID iid, void *pInterface)
329 if (NULL == pInterface) {
380 *(void **)pInterface = interface;
  /hardware/qcom/audio/voice_processing/
voice_processing.c 666 effect_handle_t *pInterface)
693 status = session_create_effect(session, id, pInterface);
  /device/samsung/manta/voicefx/
eS305VoiceProcessing.cpp 955 effect_handle_t *pInterface)
986 status = AdncSession_CreateEffect_l(session, procId, pInterface);
    [all...]
  /frameworks/av/media/libeffects/preprocessing/
PreProcessing.cpp     [all...]
  /development/ndk/platforms/android-14/include/OMXAL/
OpenMAXAL.h 161 void * pInterface
180 void * pInterface
    [all...]
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h 397 void *pInterface
417 void * pInterface
    [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h 397 void *pInterface
417 void * pInterface
    [all...]
  /frameworks/wilhelm/include/OMXAL/
OpenMAXAL.h 161 void * pInterface
180 void * pInterface
    [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES.h 397 void *pInterface
417 void * pInterface
    [all...]
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 397 void *pInterface
417 void * pInterface
    [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 397 void *pInterface
417 void * pInterface
    [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h 397 void *pInterface
417 void * pInterface
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/OMXAL/
OpenMAXAL.h 161 void * pInterface
180 void * pInterface
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h 397 void *pInterface
417 void * pInterface
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/OMXAL/
OpenMAXAL.h 161 void * pInterface
180 void * pInterface
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES.h 397 void *pInterface
417 void * pInterface
    [all...]
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 397 void *pInterface
417 void * pInterface
    [all...]

Completed in 1248 milliseconds

1 2 3 4