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

  /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/
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...]
oaidl.h 618 IUnknown *pInterface;
    [all...]

Completed in 601 milliseconds