Searched refs:ComponentAllocatePorts (Results 1 – 4 of 4) sorted by relevance
40 virtual OMX_ERRORTYPE ComponentAllocatePorts(void);
44 OMX_ERRORTYPE OMXComponentCodecBase::ComponentAllocatePorts(void) { in ComponentAllocatePorts() function in OMXComponentCodecBase
330 virtual OMX_ERRORTYPE ComponentAllocatePorts(void) = 0;
1826 ret = ComponentAllocatePorts(); in AllocatePorts()