Searched refs:pSharedLibInterface (Results 1 – 2 of 2) sorted by relevance
39 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()
124 OsclSharedLibraryInterface *pSharedLibInterface; variable