Searched refs:SDL_SYS_HapticRunEffect (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/SDL2/src/haptic/ |
A D | SDL_syshaptic.h | 144 extern int SDL_SYS_HapticRunEffect(SDL_Haptic * haptic,
|
A D | SDL_haptic.c | 562 if (SDL_SYS_HapticRunEffect(haptic, &haptic->effects[effect], iterations) in SDL_HapticRunEffect()
|
/AliOS-Things-master/components/SDL2/src/haptic/dummy/ |
A D | SDL_syshaptic.c | 123 SDL_SYS_HapticRunEffect(SDL_Haptic * haptic, struct haptic_effect *effect, in SDL_SYS_HapticRunEffect() function
|
/AliOS-Things-master/components/SDL2/src/haptic/android/ |
A D | SDL_syshaptic.c | 235 SDL_SYS_HapticRunEffect(SDL_Haptic * haptic, struct haptic_effect *effect, in SDL_SYS_HapticRunEffect() function
|
/AliOS-Things-master/components/SDL2/src/haptic/windows/ |
A D | SDL_windowshaptic.c | 337 SDL_SYS_HapticRunEffect(SDL_Haptic * haptic, struct haptic_effect *effect, in SDL_SYS_HapticRunEffect() function
|
/AliOS-Things-master/components/SDL2/src/haptic/linux/ |
A D | SDL_syshaptic.c | 1024 SDL_SYS_HapticRunEffect(SDL_Haptic * haptic, struct haptic_effect *effect, in SDL_SYS_HapticRunEffect() function
|
/AliOS-Things-master/components/SDL2/src/haptic/darwin/ |
A D | SDL_syshaptic.c | 1255 SDL_SYS_HapticRunEffect(SDL_Haptic * haptic, struct haptic_effect *effect, in SDL_SYS_HapticRunEffect() function
|
Completed in 18 milliseconds