Home
last modified time | relevance | path

Searched refs:SDL_SYS_HapticStopEffect (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/haptic/
DSDL_syshaptic.h153 extern int SDL_SYS_HapticStopEffect(SDL_Haptic * haptic,
DSDL_haptic.c574 if (SDL_SYS_HapticStopEffect(haptic, &haptic->effects[effect]) < 0) { in SDL_HapticStopEffect()
/third_party/flutter/skia/third_party/externals/sdl/src/haptic/dummy/
DSDL_syshaptic.c131 SDL_SYS_HapticStopEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_SYS_HapticStopEffect() function
/third_party/flutter/skia/third_party/externals/sdl/src/haptic/windows/
DSDL_windowshaptic.c344 SDL_SYS_HapticStopEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_SYS_HapticStopEffect() function
/third_party/flutter/skia/third_party/externals/sdl/src/haptic/linux/
DSDL_syshaptic.c1022 SDL_SYS_HapticStopEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_SYS_HapticStopEffect() function
1150 ret = SDL_SYS_HapticStopEffect(haptic, &haptic->effects[i]); in SDL_SYS_HapticStopAll()
/third_party/flutter/skia/third_party/externals/sdl/src/haptic/darwin/
DSDL_syshaptic.c1257 SDL_SYS_HapticStopEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_SYS_HapticStopEffect() function