Searched defs:SimpleSoftOMXComponent (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DSimpleSoftOMXComponent.h37 struct SimpleSoftOMXComponent : public SoftOMXComponent { struct in namespace:android
38 SimpleSoftOMXComponent(
98 sp<AHandlerReflector<SimpleSoftOMXComponent> > mHandler;
149 DISALLOW_EVIL_CONSTRUCTORS(SimpleSoftOMXComponent);
/frameworks/av/media/libstagefright/foundation/include/
H A DSimpleSoftOMXComponent.h37 struct SimpleSoftOMXComponent : public SoftOMXComponent { struct in namespace:android
38 SimpleSoftOMXComponent(
98 sp<AHandlerReflector<SimpleSoftOMXComponent> > mHandler;
149 DISALLOW_EVIL_CONSTRUCTORS(SimpleSoftOMXComponent);
/frameworks/av/media/libstagefright/include/
H A DSimpleSoftOMXComponent.h37 struct SimpleSoftOMXComponent : public SoftOMXComponent { struct in namespace:android
38 SimpleSoftOMXComponent(
98 sp<AHandlerReflector<SimpleSoftOMXComponent> > mHandler;
149 DISALLOW_EVIL_CONSTRUCTORS(SimpleSoftOMXComponent);
/frameworks/av/media/libstagefright/omx/
H A DSimpleSoftOMXComponent.cpp18 #define LOG_TAG "SimpleSoftOMXComponent"
21 #include "include/SimpleSoftOMXComponent.h"
29 SimpleSoftOMXComponent::SimpleSoftOMXComponent( function in class:android::SimpleSoftOMXComponent
36 mHandler(new AHandlerReflector<SimpleSoftOMXComponent>(this)),
48 void SimpleSoftOMXComponent::prepareForDestruction() {
57 OMX_ERRORTYPE SimpleSoftOMXComponent::sendCommand(
69 bool SimpleSoftOMXComponent::isSetParameterAllowed(
120 OMX_ERRORTYPE SimpleSoftOMXComponent::getParameter(
126 OMX_ERRORTYPE SimpleSoftOMXComponent
[all...]

Completed in 271 milliseconds