OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ISVComponent
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/utils/ISV/omx/
isv_omxcomponent.cpp
43
ISVComponent
*pComp = static_cast<
ISVComponent
*> \
48
Vector<
ISVComponent
*>
ISVComponent
::g_isv_components;
54
sp<ISVProcessor>
ISVComponent
::mProcThread = NULL;
58
pthread_mutex_t
ISVComponent
::ProcThreadInstanceLock = PTHREAD_MUTEX_INITIALIZER;
60
ISVComponent
::
ISVComponent
(
114
g_isv_components.push_back(static_cast<
ISVComponent
*>(this));
125
ISVComponent
::~ISVComponent(
[
all
...]
/hardware/intel/common/utils/ISV/include/
isv_omxcomponent.h
45
class
ISVComponent
;
62
class
ISVComponent
//: public RefBase
68
ISVComponent
(OMX_PTR);
69
~
ISVComponent
();
82
static Vector<
ISVComponent
*> g_isv_components;
Completed in 46 milliseconds