Home
last modified time | relevance | path

Searched defs:effect (Results 1 – 14 of 14) sorted by relevance

/AliOS-Things-master/components/SDL2/src/haptic/windows/
A DSDL_xinputhaptic.c270 SDL_XINPUT_HapticNewEffect(SDL_Haptic * haptic, struct haptic_effect *effect, SDL_HapticEffect * ba… in SDL_XINPUT_HapticNewEffect()
277 SDL_XINPUT_HapticUpdateEffect(SDL_Haptic * haptic, struct haptic_effect *effect, SDL_HapticEffect *… in SDL_XINPUT_HapticUpdateEffect()
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()
421 SDL_XINPUT_HapticNewEffect(SDL_Haptic * haptic, struct haptic_effect *effect, SDL_HapticEffect * ba… in SDL_XINPUT_HapticNewEffect()
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_dinputhaptic.c548 SDL_SYS_SetDirection(DIEFFECT * effect, SDL_HapticDirection * dir, int naxes) in SDL_SYS_SetDirection()
888 SDL_SYS_HapticFreeDIEFFECT(DIEFFECT * effect, int type) in SDL_SYS_HapticFreeDIEFFECT()
913 SDL_SYS_HapticEffectType(SDL_HapticEffect * effect) in SDL_SYS_HapticEffectType()
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 …]
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_windowshaptic_c.h56 DIEFFECT effect; member
/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/
A DSDL_haptic.c462 SDL_HapticEffectSupported(SDL_Haptic * haptic, SDL_HapticEffect * effect) in SDL_HapticEffectSupported()
477 SDL_HapticNewEffect(SDL_Haptic * haptic, SDL_HapticEffect * effect) in SDL_HapticNewEffect()
514 ValidEffect(SDL_Haptic * haptic, int effect) in ValidEffect()
527 SDL_HapticUpdateEffect(SDL_Haptic * haptic, int effect, in SDL_HapticUpdateEffect()
555 SDL_HapticRunEffect(SDL_Haptic * haptic, int effect, Uint32 iterations) in SDL_HapticRunEffect()
574 SDL_HapticStopEffect(SDL_Haptic * haptic, int effect) in SDL_HapticStopEffect()
592 SDL_HapticDestroyEffect(SDL_Haptic * haptic, int effect) in SDL_HapticDestroyEffect()
610 SDL_HapticGetEffectStatus(SDL_Haptic * haptic, int effect) in SDL_HapticGetEffectStatus()
A DSDL_syshaptic.h32 SDL_HapticEffect effect; /* The current event */ member
/AliOS-Things-master/components/SDL2/src/haptic/android/
A DSDL_syshaptic.c219 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/darwin/
A DSDL_syshaptic.c78 struct FFEFFECT effect; /* Hardware effect. */ member
732 SDL_SYS_SetDirection(FFEFFECT * effect, SDL_HapticDirection * dir, int naxes) in SDL_SYS_SetDirection()
1083 SDL_SYS_HapticFreeFFEFFECT(FFEFFECT * effect, int type) in SDL_SYS_HapticFreeFFEFFECT()
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()
/AliOS-Things-master/components/SDL2/src/haptic/linux/
A DSDL_syshaptic.c82 struct ff_effect effect; /* The linux kernel effect structure. */ member
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/joystick/linux/
A DSDL_sysjoystick_c.h39 struct ff_effect effect; member
A DSDL_sysjoystick.c856 struct ff_effect *effect = &joystick->hwdata->effect; in LINUX_JoystickRumble() local
865 struct ff_effect *effect = &joystick->hwdata->effect; in LINUX_JoystickRumble() local
/AliOS-Things-master/components/SDL2/src/joystick/windows/
A DSDL_dinputjoystick.c439 void FreeRumbleEffectData(DIEFFECT *effect) in FreeRumbleEffectData()
452 DIEFFECT *effect; in CreateRumbleEffectData() local
/AliOS-Things-master/components/SDL2/src/joystick/darwin/
A DSDL_sysjoystick.c44 void FreeRumbleEffectData(FFEFFECT *effect) in FreeRumbleEffectData()
57 FFEFFECT *effect; in CreateRumbleEffectData() local

Completed in 50 milliseconds