HomeSort by relevance Sort by last modified time
    Searched full:corename (Results 1 - 6 of 6) sorted by null

  /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 %u components", coreName, core->mNumComponents);
101 ALOGW("OMX IL core %s not found", coreName);
WrsOMXPlugin.h 102 OMX_ERRORTYPE AddCore(const char* coreName);
  /toolchain/binutils/binutils-2.27/bfd/
elfcore.h 42 char* corename; local
53 corename = elf_tdata (core_bfd)->core->program;
54 if (corename != NULL)
60 if (strcmp (execname, corename) != 0)
ChangeLog-9193     [all...]
  /external/libchrome/
SConstruct 357 corename = '%s-core-%s' % (base_name, BASE_VER)
361 if name != corename:
362 libs += [corename]
  /build/make/
envsetup.sh 1086 local CORENAME=core.$PID;
1087 local COREPATH=/cores/$CORENAME;
    [all...]

Completed in 123 milliseconds