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

/frameworks/av/media/libstagefright/omx/
H A DSoftOMXPlugin.cpp85 void *libHandle = dlopen(libName.c_str(), RTLD_NOW); local
87 if (libHandle == NULL) {
99 libHandle,
104 dlclose(libHandle);
105 libHandle = NULL;
114 dlclose(libHandle);
115 libHandle = NULL;
122 dlclose(libHandle);
123 libHandle = NULL;
129 codec->setLibHandle(libHandle);
145 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 405 milliseconds