Searched refs:SetCallbacks (Results 1 – 13 of 13) sorted by relevance
557 OMX_ERRORTYPE (*SetCallbacks)( member
360 OMX_ERRORTYPE SetCallbacks(
174 iOmxComponent.SetCallbacks = OmxComponentAmrEncoderAO::BaseComponentSetCallbacks; in ConstructComponent()
179 iOmxComponent.SetCallbacks = OpenmaxMp3AO::BaseComponentSetCallbacks; in ConstructComponent()
862 ((OMX_COMPONENTTYPE*)*pHandle)->SetCallbacks(*pHandle, pCallBacks, pAppData); in GlobalProxyComponentGetHandle()
187 iOmxComponent.SetCallbacks = OpenmaxAacAO::BaseComponentSetCallbacks; in ConstructComponent()
867 ((OMX_COMPONENTTYPE*)*pHandle)->SetCallbacks(*pHandle, pCallBacks, pAppData); in OMX_GetHandle()
184 iOmxComponent.SetCallbacks = OpenmaxAvcAO::BaseComponentSetCallbacks; in ConstructComponent()
182 iOmxComponent.SetCallbacks = OpenmaxAmrAO::BaseComponentSetCallbacks; in ConstructComponent()
248 iOmxComponent.SetCallbacks = OmxComponentMpeg4EncAO::BaseComponentSetCallbacks; in ConstructComponent()
263 iOmxComponent.SetCallbacks = OpenmaxMpeg4AO::BaseComponentSetCallbacks; in ConstructComponent()
186 iOmxComponent.SetCallbacks = OmxComponentAvcEncAO::BaseComponentSetCallbacks; in ConstructComponent()
1475 Status = pOpenmaxAOType->SetCallbacks(hComponent, pCallbacks, pAppData); in BaseComponentSetCallbacks()1481 OMX_ERRORTYPE OmxComponentBase::SetCallbacks( in SetCallbacks() function in OmxComponentBase