Home
last modified time | relevance | path

Searched refs:osGetSymbol (Results 1 – 3 of 3) sorted by relevance

/external/parameter-framework/upstream/utility/
DDynamicLibrary.hpp57 return reinterpret_cast<SymbolType>(osGetSymbol(symbol)); in getSymbol()
67 void *osGetSymbol(const std::string &symbol) const;
/external/parameter-framework/upstream/utility/posix/
DDynamicLibrary.cpp56 void *DynamicLibrary::osGetSymbol(const std::string &symbol) const in osGetSymbol() function in DynamicLibrary
/external/parameter-framework/upstream/utility/windows/
DDynamicLibrary.cpp61 void *DynamicLibrary::osGetSymbol(const std::string &symbol) const in osGetSymbol() function in DynamicLibrary