Searched refs:SimpleGoldfishOMXComponent (Results 1 – 5 of 5) sorted by relevance
28 SimpleGoldfishOMXComponent::SimpleGoldfishOMXComponent( in SimpleGoldfishOMXComponent() function in android::SimpleGoldfishOMXComponent35 mHandler(new AHandlerReflector<SimpleGoldfishOMXComponent>(this)), in SimpleGoldfishOMXComponent()48 void SimpleGoldfishOMXComponent::prepareForDestruction() { in prepareForDestruction()57 OMX_ERRORTYPE SimpleGoldfishOMXComponent::sendCommand( in sendCommand()69 bool SimpleGoldfishOMXComponent::isSetParameterAllowed( in isSetParameterAllowed()120 OMX_ERRORTYPE SimpleGoldfishOMXComponent::getParameter( in getParameter()126 OMX_ERRORTYPE SimpleGoldfishOMXComponent::setParameter( in setParameter()135 OMX_ERRORTYPE SimpleGoldfishOMXComponent::internalGetParameter( in internalGetParameter()166 OMX_ERRORTYPE SimpleGoldfishOMXComponent::internalSetParameter( in internalSetParameter()208 OMX_ERRORTYPE SimpleGoldfishOMXComponent::internalSetConfig( in internalSetConfig()[all …]
39 struct SimpleGoldfishOMXComponent : public GoldfishOMXComponent { struct40 SimpleGoldfishOMXComponent(104 sp<AHandlerReflector<SimpleGoldfishOMXComponent> > mHandler; argument166 DISALLOW_EVIL_CONSTRUCTORS(SimpleGoldfishOMXComponent);
22 SimpleGoldfishOMXComponent.cpp \
54 : SimpleGoldfishOMXComponent(name, callbacks, appData, component), in GoldfishVideoDecoderOMXComponent()406 return SimpleGoldfishOMXComponent::internalGetParameter(index, params); in internalGetParameter()528 return SimpleGoldfishOMXComponent::internalSetParameter(index, params); in internalSetParameter()532 return SimpleGoldfishOMXComponent::internalSetParameter(index, params); in internalSetParameter()757 return SimpleGoldfishOMXComponent::getExtensionIndex(name, index); in getExtensionIndex()
36 struct GoldfishVideoDecoderOMXComponent : public SimpleGoldfishOMXComponent {