Searched refs:mLibAndroid (Results 1 – 2 of 2) sorted by relevance
67 void *mLibAndroid = nullptr; member in swappy::NDKChoreographerThread78 mLibAndroid = dlopen("libandroid.so", RTLD_NOW | RTLD_LOCAL); in NDKChoreographerThread()79 if (mLibAndroid == nullptr) { in NDKChoreographerThread()86 dlsym(mLibAndroid, "AChoreographer_getInstance")); in NDKChoreographerThread()90 dlsym(mLibAndroid, "AChoreographer_postFrameCallback")); in NDKChoreographerThread()94 dlsym(mLibAndroid, "AChoreographer_postFrameCallbackDelayed")); in NDKChoreographerThread()116 if (mLibAndroid != nullptr) in ~NDKChoreographerThread()117 dlclose(mLibAndroid); in ~NDKChoreographerThread()
135 mLibAndroid = dlopen("libandroid.so", RTLD_NOW | RTLD_LOCAL); in SwappyVkBase()136 if (mLibAndroid == nullptr) { in SwappyVkBase()143 dlsym(mLibAndroid, "AChoreographer_getInstance")); in SwappyVkBase()147 dlsym(mLibAndroid, "AChoreographer_postFrameCallback")); in SwappyVkBase()151 dlsym(mLibAndroid, "AChoreographer_postFrameCallbackDelayed")); in SwappyVkBase()160 if(mLibAndroid) in ~SwappyVkBase()161 dlclose(mLibAndroid); in ~SwappyVkBase()196 void *mLibAndroid = nullptr; member in SwappyVkBase