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

/frameworks/av/media/libstagefright/omx/
H A DSoftOMXPlugin.cpp87 void *libHandle = dlopen(libName.c_str(), RTLD_NOW); local
89 if (libHandle == NULL) {
101 libHandle,
106 dlclose(libHandle);
107 libHandle = NULL;
116 dlclose(libHandle);
117 libHandle = NULL;
124 dlclose(libHandle);
125 libHandle = NULL;
131 codec->setLibHandle(libHandle);
147 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 176 milliseconds