Searched defs:SimpleSoftOMXComponent (Results 1 - 2 of 2) sorted by path

/frameworks/av/media/libstagefright/include/
H A DSimpleSoftOMXComponent.h32 struct SimpleSoftOMXComponent : public SoftOMXComponent { struct in namespace:android
33 SimpleSoftOMXComponent(
87 sp<AHandlerReflector<SimpleSoftOMXComponent> > mHandler;
138 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(
105 OMX_ERRORTYPE SimpleSoftOMXComponent::getParameter(
111 OMX_ERRORTYPE SimpleSoftOMXComponent
[all...]

Completed in 70 milliseconds