OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:coreName
(Results
1 - 4
of
4
) sorted by null
/external/deqp/scripts/opengl/
gen_ext_init.py
36
coreName
= getCoreName(command.name)
37
ifaceName =
coreName
if
coreName
in iface.commands else command.name
src_util.py
103
coreName
= getCoreName(commandName)
104
if
coreName
!= commandName and
coreName
in spec.commands:
/hardware/intel/common/libstagefrighthw/
WrsOMXPlugin.cpp
58
OMX_ERRORTYPE WrsOMXPlugin::AddCore(const char*
coreName
)
60
void* libHandle = dlopen(
coreName
, RTLD_NOW);
92
ALOGI("OMX IL core %s: declares component %s",
coreName
, tmpComponentName);
95
ALOGI("OMX IL core %s: contains %ld components",
coreName
, core->mNumComponents);
101
ALOGW("OMX IL core %s not found",
coreName
);
WrsOMXPlugin.h
102
OMX_ERRORTYPE AddCore(const char*
coreName
);
Completed in 94 milliseconds