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

/frameworks/av/media/libstagefright/omx/
H A DSoftOMXPlugin.cpp83 void *libHandle = dlopen(libName.c_str(), RTLD_NOW); local
85 if (libHandle == NULL) {
97 libHandle,
102 dlclose(libHandle);
103 libHandle = NULL;
112 dlclose(libHandle);
113 libHandle = NULL;
120 dlclose(libHandle);
121 libHandle = NULL;
127 codec->setLibHandle(libHandle);
143 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 401 milliseconds