Home
last modified time | relevance | path

Searched refs:pSharedLibInterface (Results 1 – 2 of 2) sorted by relevance

/external/opencore/oscl/oscl/oscllib/src/
Doscl_shared_library.cpp39 pSharedLibInterface = NULL; in OsclSharedLibrary()
53 pSharedLibInterface = NULL; in OsclSharedLibrary()
245 if (!pSharedLibInterface) in QueryInterface()
247 pSharedLibInterface = (OsclSharedLibraryInterface*)getInterface(); in QueryInterface()
249 if (NULL == pSharedLibInterface) in QueryInterface()
257 aInterfacePtr = pSharedLibInterface->SharedLibraryLookup(aInterfaceId); in QueryInterface()
273 if (pSharedLibInterface) in Close()
301 pSharedLibInterface = NULL; in Close()
305 releaseInterface(pSharedLibInterface); in Close()
306 pSharedLibInterface = NULL; in Close()
Doscl_shared_library.h124 OsclSharedLibraryInterface *pSharedLibInterface; variable