OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SoftOMXComponent
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/include/
SoftOMXComponent.h
29
struct
SoftOMXComponent
: public RefBase {
30
SoftOMXComponent
(
44
virtual ~
SoftOMXComponent
();
168
DISALLOW_EVIL_CONSTRUCTORS(
SoftOMXComponent
);
/frameworks/av/media/libstagefright/omx/
SoftOMXComponent.cpp
18
#define LOG_TAG "
SoftOMXComponent
"
21
#include "include/
SoftOMXComponent
.h"
27
SoftOMXComponent
::
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
::name() const
[
all
...]
Completed in 507 milliseconds