Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/haptic/
A DSDL_syshaptic.h153 extern int SDL_SYS_HapticStopEffect(SDL_Haptic * haptic,
A DSDL_haptic.c581 if (SDL_SYS_HapticStopEffect(haptic, &haptic->effects[effect]) < 0) { in SDL_HapticStopEffect()
/AliOS-Things-master/components/SDL2/src/haptic/dummy/
A DSDL_syshaptic.c131 SDL_SYS_HapticStopEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_SYS_HapticStopEffect() function
/AliOS-Things-master/components/SDL2/src/haptic/android/
A DSDL_syshaptic.c249 SDL_SYS_HapticStopEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_SYS_HapticStopEffect() function
/AliOS-Things-master/components/SDL2/src/haptic/windows/
A DSDL_windowshaptic.c351 SDL_SYS_HapticStopEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_SYS_HapticStopEffect() function
/AliOS-Things-master/components/SDL2/src/haptic/linux/
A DSDL_syshaptic.c1047 SDL_SYS_HapticStopEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_SYS_HapticStopEffect() function
1175 ret = SDL_SYS_HapticStopEffect(haptic, &haptic->effects[i]); in SDL_SYS_HapticStopAll()
/AliOS-Things-master/components/SDL2/src/haptic/darwin/
A DSDL_syshaptic.c1282 SDL_SYS_HapticStopEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_SYS_HapticStopEffect() function

Completed in 10 milliseconds