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

/frameworks/av/media/libstagefright/omx/
H A DSoftOMXPlugin.cpp82 void *libHandle = dlopen(libName.c_str(), RTLD_NOW); local
84 if (libHandle == NULL) {
96 libHandle,
101 dlclose(libHandle);
102 libHandle = NULL;
111 dlclose(libHandle);
112 libHandle = NULL;
119 dlclose(libHandle);
120 libHandle = NULL;
126 codec->setLibHandle(libHandle);
142 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 100 milliseconds