Home
last modified time | relevance | path

Searched refs:haptic_effect (Results 1 – 10 of 10) sorted by relevance

/AliOS-Things-master/components/SDL2/src/haptic/
A DSDL_syshaptic.h30 struct haptic_effect struct
43 struct haptic_effect *effects; /* Allocated effects */ argument
126 struct haptic_effect *effect,
136 struct haptic_effect *effect,
145 struct haptic_effect *effect,
154 struct haptic_effect *effect);
160 struct haptic_effect *effect);
169 struct haptic_effect *effect);
/AliOS-Things-master/components/SDL2/src/haptic/windows/
A DSDL_dinputhaptic_c.h35 extern int SDL_DINPUT_HapticNewEffect(SDL_Haptic * haptic, struct haptic_effect *effect, SDL_Haptic…
36 extern int SDL_DINPUT_HapticUpdateEffect(SDL_Haptic * haptic, struct haptic_effect *effect, SDL_Hap…
37 extern int SDL_DINPUT_HapticRunEffect(SDL_Haptic * haptic, struct haptic_effect *effect, Uint32 ite…
38 extern int SDL_DINPUT_HapticStopEffect(SDL_Haptic * haptic, struct haptic_effect *effect);
39 extern void SDL_DINPUT_HapticDestroyEffect(SDL_Haptic * haptic, struct haptic_effect *effect);
40 extern int SDL_DINPUT_HapticGetEffectStatus(SDL_Haptic * haptic, struct haptic_effect *effect);
A DSDL_xinputhaptic_c.h35 extern int SDL_XINPUT_HapticNewEffect(SDL_Haptic * haptic, struct haptic_effect *effect, SDL_Haptic…
36 extern int SDL_XINPUT_HapticUpdateEffect(SDL_Haptic * haptic, struct haptic_effect *effect, SDL_Hap…
37 extern int SDL_XINPUT_HapticRunEffect(SDL_Haptic * haptic, struct haptic_effect *effect, Uint32 ite…
38 extern int SDL_XINPUT_HapticStopEffect(SDL_Haptic * haptic, struct haptic_effect *effect);
39 extern void SDL_XINPUT_HapticDestroyEffect(SDL_Haptic * haptic, struct haptic_effect *effect);
40 extern int SDL_XINPUT_HapticGetEffectStatus(SDL_Haptic * haptic, struct haptic_effect *effect);
A DSDL_xinputhaptic.c179 haptic->effects = (struct haptic_effect *) in SDL_XINPUT_HapticOpenFromUserIndex()
180 SDL_malloc(sizeof(struct haptic_effect) * haptic->neffects); in SDL_XINPUT_HapticOpenFromUserIndex()
186 sizeof(struct haptic_effect) * haptic->neffects); in SDL_XINPUT_HapticOpenFromUserIndex()
293 SDL_XINPUT_HapticRunEffect(SDL_Haptic * haptic, struct haptic_effect *effect, Uint32 iterations) in SDL_XINPUT_HapticRunEffect()
313 SDL_XINPUT_HapticStopEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_XINPUT_HapticStopEffect()
323 SDL_XINPUT_HapticDestroyEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_XINPUT_HapticDestroyEffect()
329 SDL_XINPUT_HapticGetEffectStatus(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_XINPUT_HapticGetEffectStatus()
433 SDL_XINPUT_HapticRunEffect(SDL_Haptic * haptic, struct haptic_effect *effect, Uint32 iterations) in SDL_XINPUT_HapticRunEffect()
439 SDL_XINPUT_HapticStopEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_XINPUT_HapticStopEffect()
445 SDL_XINPUT_HapticDestroyEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_XINPUT_HapticDestroyEffect()
[all …]
A DSDL_windowshaptic.c292 SDL_SYS_HapticNewEffect(SDL_Haptic * haptic, struct haptic_effect *effect, in SDL_SYS_HapticNewEffect()
323 struct haptic_effect *effect, in SDL_SYS_HapticUpdateEffect()
337 SDL_SYS_HapticRunEffect(SDL_Haptic * haptic, struct haptic_effect *effect, in SDL_SYS_HapticRunEffect()
351 SDL_SYS_HapticStopEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_SYS_HapticStopEffect()
364 SDL_SYS_HapticDestroyEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_SYS_HapticDestroyEffect()
380 struct haptic_effect *effect) in SDL_SYS_HapticGetEffectStatus()
A DSDL_dinputhaptic.c399 haptic->effects = (struct haptic_effect *) in SDL_DINPUT_HapticOpenFromDevice()
400 SDL_malloc(sizeof(struct haptic_effect) * haptic->neffects); in SDL_DINPUT_HapticOpenFromDevice()
407 sizeof(struct haptic_effect) * haptic->neffects); in SDL_DINPUT_HapticOpenFromDevice()
1044 SDL_DINPUT_HapticRunEffect(SDL_Haptic * haptic, struct haptic_effect *effect, Uint32 iterations) in SDL_DINPUT_HapticRunEffect()
1065 SDL_DINPUT_HapticStopEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_DINPUT_HapticStopEffect()
1077 SDL_DINPUT_HapticDestroyEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_DINPUT_HapticDestroyEffect()
1089 SDL_DINPUT_HapticGetEffectStatus(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_DINPUT_HapticGetEffectStatus()
1255 SDL_DINPUT_HapticRunEffect(SDL_Haptic * haptic, struct haptic_effect *effect, Uint32 iterations) in SDL_DINPUT_HapticRunEffect()
1261 SDL_DINPUT_HapticStopEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_DINPUT_HapticStopEffect()
1267 SDL_DINPUT_HapticDestroyEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_DINPUT_HapticDestroyEffect()
[all …]
/AliOS-Things-master/components/SDL2/src/haptic/dummy/
A DSDL_syshaptic.c107 struct haptic_effect *effect, SDL_HapticEffect * base) in SDL_SYS_HapticNewEffect()
115 struct haptic_effect *effect, in SDL_SYS_HapticUpdateEffect()
123 SDL_SYS_HapticRunEffect(SDL_Haptic * haptic, struct haptic_effect *effect, in SDL_SYS_HapticRunEffect()
131 SDL_SYS_HapticStopEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_SYS_HapticStopEffect()
138 SDL_SYS_HapticDestroyEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_SYS_HapticDestroyEffect()
147 struct haptic_effect *effect) in SDL_SYS_HapticGetEffectStatus()
/AliOS-Things-master/components/SDL2/src/haptic/android/
A DSDL_syshaptic.c128 …haptic->effects = (struct haptic_effect *)SDL_malloc (sizeof (struct haptic_effect) * haptic->neff… in OpenHaptic()
133 SDL_memset(haptic->effects, 0, sizeof (struct haptic_effect) * haptic->neffects); in OpenHaptic()
219 struct haptic_effect *effect, SDL_HapticEffect * base) in SDL_SYS_HapticNewEffect()
227 struct haptic_effect *effect, in SDL_SYS_HapticUpdateEffect()
235 SDL_SYS_HapticRunEffect(SDL_Haptic * haptic, struct haptic_effect *effect, in SDL_SYS_HapticRunEffect()
249 SDL_SYS_HapticStopEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_SYS_HapticStopEffect()
257 SDL_SYS_HapticDestroyEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_SYS_HapticDestroyEffect()
265 struct haptic_effect *effect) in SDL_SYS_HapticGetEffectStatus()
/AliOS-Things-master/components/SDL2/src/haptic/linux/
A DSDL_syshaptic.c423 haptic->effects = (struct haptic_effect *) in SDL_SYS_HapticOpenFromFD()
424 SDL_malloc(sizeof(struct haptic_effect) * haptic->neffects); in SDL_SYS_HapticOpenFromFD()
431 sizeof(struct haptic_effect) * haptic->neffects); in SDL_SYS_HapticOpenFromFD()
952 SDL_SYS_HapticNewEffect(SDL_Haptic * haptic, struct haptic_effect *effect, in SDL_SYS_HapticNewEffect()
995 struct haptic_effect *effect, in SDL_SYS_HapticUpdateEffect()
1024 SDL_SYS_HapticRunEffect(SDL_Haptic * haptic, struct haptic_effect *effect, in SDL_SYS_HapticRunEffect()
1047 SDL_SYS_HapticStopEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_SYS_HapticStopEffect()
1068 SDL_SYS_HapticDestroyEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_SYS_HapticDestroyEffect()
1084 struct haptic_effect *effect) in SDL_SYS_HapticGetEffectStatus()
/AliOS-Things-master/components/SDL2/src/haptic/darwin/
A DSDL_syshaptic.c537 haptic->effects = (struct haptic_effect *) in SDL_SYS_HapticOpenFromService()
538 SDL_malloc(sizeof(struct haptic_effect) * haptic->neffects); in SDL_SYS_HapticOpenFromService()
545 sizeof(struct haptic_effect) * haptic->neffects); in SDL_SYS_HapticOpenFromService()
1160 SDL_SYS_HapticNewEffect(SDL_Haptic * haptic, struct haptic_effect *effect, in SDL_SYS_HapticNewEffect()
1210 struct haptic_effect *effect, in SDL_SYS_HapticUpdateEffect()
1255 SDL_SYS_HapticRunEffect(SDL_Haptic * haptic, struct haptic_effect *effect, in SDL_SYS_HapticRunEffect()
1282 SDL_SYS_HapticStopEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_SYS_HapticStopEffect()
1300 SDL_SYS_HapticDestroyEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_SYS_HapticDestroyEffect()
1321 struct haptic_effect *effect) in SDL_SYS_HapticGetEffectStatus()

Completed in 18 milliseconds