Searched defs:SimpleGoldfishOMXComponent (Results 1 – 2 of 2) sorted by relevance
39 struct SimpleGoldfishOMXComponent : public GoldfishOMXComponent { struct51 struct BufferInfo {57 struct PortInfo {69 enum {104 sp<AHandlerReflector<SimpleGoldfishOMXComponent> > mHandler; argument106 OMX_STATETYPE mState;107 OMX_STATETYPE mTargetState;109 Vector<PortInfo> mPorts;110 std::atomic_bool mFrameConfig;
28 SimpleGoldfishOMXComponent::SimpleGoldfishOMXComponent( in SimpleGoldfishOMXComponent() function in android::SimpleGoldfishOMXComponent