HomeSort by relevance Sort by last modified time
    Searched defs:hHandle (Results 1 - 2 of 2) sorted by null

  /frameworks/av/drm/libdrmframework/include/
PlugInManager.h 51 HANDLE hHandle;
58 ,hHandle(NULL)
140 pPlugInContainer->hHandle = dlopen(rsPlugInPath.string(), RTLD_LAZY);
142 if (NULL == pPlugInContainer->hHandle) {
150 = (FPCREATE)dlsym(pPlugInContainer->hHandle, PLUGIN_MANAGER_CREATE);
152 = (FPDESTORY)dlsym(pPlugInContainer->hHandle, PLUGIN_MANAGER_DESTROY);
159 dlclose(pPlugInContainer->hHandle);
179 dlclose(pPlugInContainer->hHandle);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tlhelp32.h 42 HANDLE hHandle;

Completed in 71 milliseconds