Searched refs:libHandle (Results 1 - 3 of 3) 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
/frameworks/av/media/libstagefright/include/
H A DSoftOMXComponent.h38 void setLibHandle(void *libHandle);
39 void *libHandle() const;

Completed in 89 milliseconds