Searched refs:udev_handle (Results 1 – 2 of 2) sorted by relevance
53 *addr = SDL_LoadFunction(_this->udev_handle, fn); in SDL_UDEV_load_sym()238 if (_this->udev_handle != NULL) { in SDL_UDEV_UnloadLibrary()239 SDL_UnloadObject(_this->udev_handle); in SDL_UDEV_UnloadLibrary()240 _this->udev_handle = NULL; in SDL_UDEV_UnloadLibrary()260 if (_this->udev_handle == NULL) { in SDL_UDEV_LoadLibrary()261 _this->udev_handle = SDL_LoadObject(SDL_UDEV_DYNAMIC); in SDL_UDEV_LoadLibrary()262 if (_this->udev_handle != NULL) { in SDL_UDEV_LoadLibrary()271 if (_this->udev_handle == NULL) { in SDL_UDEV_LoadLibrary()273 _this->udev_handle = SDL_LoadObject(SDL_UDEV_LIBS[i]); in SDL_UDEV_LoadLibrary()274 if (_this->udev_handle != NULL) { in SDL_UDEV_LoadLibrary()[all …]
99 void *udev_handle; member
Completed in 4 milliseconds