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

/frameworks/av/media/libstagefright/include/
H A DSoftOMXComponent.h29 struct SoftOMXComponent : public RefBase { struct in namespace:android
30 SoftOMXComponent(
44 virtual ~SoftOMXComponent();
168 DISALLOW_EVIL_CONSTRUCTORS(SoftOMXComponent);
/frameworks/av/media/libstagefright/omx/
H A DSoftOMXComponent.cpp18 #define LOG_TAG "SoftOMXComponent"
21 #include "include/SoftOMXComponent.h"
27 SoftOMXComponent::SoftOMXComponent( function in class:android::SoftOMXComponent
66 SoftOMXComponent::~SoftOMXComponent() {
71 void SoftOMXComponent::setLibHandle(void *libHandle) {
76 void *SoftOMXComponent::libHandle() const {
80 OMX_ERRORTYPE SoftOMXComponent::initCheck() const {
84 const char *SoftOMXComponent
[all...]

Completed in 73 milliseconds