Searched defs:loadSO (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/cpp/
H A DRenderScript.cpp72 static bool loadSO(const char* filename, int targetApi) { function
110 usingNative = loadSO("libRS.so", targetApi);
113 if (loadSO("libRSSupport.so", targetApi) == false) {

Completed in 65 milliseconds