Searched defs:libHandle (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/omx/
H A DSoftOMXPlugin.cpp80 void *libHandle = dlopen(libName.c_str(), RTLD_NOW); local
82 if (libHandle == NULL) {
94 libHandle,
99 dlclose(libHandle);
100 libHandle = NULL;
109 dlclose(libHandle);
110 libHandle = NULL;
117 dlclose(libHandle);
118 libHandle = NULL;
124 codec->setLibHandle(libHandle);
140 void *libHandle = me->libHandle(); local
[all...]
H A DSoftOMXComponent.cpp71 void SoftOMXComponent::setLibHandle(void *libHandle) { argument
72 CHECK(libHandle != NULL);
73 mLibHandle = libHandle;
76 void *SoftOMXComponent::libHandle() const { function in class:android::SoftOMXComponent

Completed in 346 milliseconds