Searched refs:loadSO (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 554 milliseconds