Searched defs:targetApi (Results 1 – 3 of 3) sorted by relevance
72 static bool loadSO(const char* filename, int targetApi) { in loadSO()96 bool RS::initDispatch(int targetApi) { in initDispatch()130 bool RS::init(const char * name, uint32_t flags, int targetApi) { in init()
215 … TypeElement targetApi = getElementUtils().getTypeElement("android.annotation.TargetApi"); in getMinApi() local
276 static jboolean nLoadSO(JNIEnv *_env, jobject _this, jboolean useNative, jint targetApi, jstring li… in nLoadSO()