/third_party/flutter/skia/third_party/externals/sdl/src/haptic/ |
D | SDL_syshaptic.h | 30 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);
|
/third_party/flutter/skia/third_party/externals/sdl/src/haptic/windows/ |
D | SDL_xinputhaptic.c | 179 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() 270 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() 292 SDL_XINPUT_HapticRunEffect(SDL_Haptic * haptic, struct haptic_effect *effect, Uint32 iterations) in SDL_XINPUT_HapticRunEffect() 312 SDL_XINPUT_HapticStopEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_XINPUT_HapticStopEffect() 322 SDL_XINPUT_HapticDestroyEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_XINPUT_HapticDestroyEffect() 328 SDL_XINPUT_HapticGetEffectStatus(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_XINPUT_HapticGetEffectStatus() 420 SDL_XINPUT_HapticNewEffect(SDL_Haptic * haptic, struct haptic_effect *effect, SDL_HapticEffect * ba… in SDL_XINPUT_HapticNewEffect() [all …]
|
D | SDL_xinputhaptic_c.h | 35 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);
|
D | SDL_dinputhaptic_c.h | 35 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);
|
D | SDL_windowshaptic.c | 285 SDL_SYS_HapticNewEffect(SDL_Haptic * haptic, struct haptic_effect *effect, in SDL_SYS_HapticNewEffect() 316 struct haptic_effect *effect, in SDL_SYS_HapticUpdateEffect() 330 SDL_SYS_HapticRunEffect(SDL_Haptic * haptic, struct haptic_effect *effect, in SDL_SYS_HapticRunEffect() 344 SDL_SYS_HapticStopEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_SYS_HapticStopEffect() 357 SDL_SYS_HapticDestroyEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_SYS_HapticDestroyEffect() 373 struct haptic_effect *effect) in SDL_SYS_HapticGetEffectStatus()
|
D | SDL_dinputhaptic.c | 412 haptic->effects = (struct haptic_effect *) in SDL_DINPUT_HapticOpenFromDevice() 413 SDL_malloc(sizeof(struct haptic_effect) * haptic->neffects); in SDL_DINPUT_HapticOpenFromDevice() 420 sizeof(struct haptic_effect) * haptic->neffects); in SDL_DINPUT_HapticOpenFromDevice() 963 SDL_DINPUT_HapticNewEffect(SDL_Haptic * haptic, struct haptic_effect *effect, SDL_HapticEffect * ba… in SDL_DINPUT_HapticNewEffect() 995 SDL_DINPUT_HapticUpdateEffect(SDL_Haptic * haptic, struct haptic_effect *effect, SDL_HapticEffect *… in SDL_DINPUT_HapticUpdateEffect() 1036 SDL_DINPUT_HapticRunEffect(SDL_Haptic * haptic, struct haptic_effect *effect, Uint32 iterations) in SDL_DINPUT_HapticRunEffect() 1057 SDL_DINPUT_HapticStopEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_DINPUT_HapticStopEffect() 1069 SDL_DINPUT_HapticDestroyEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_DINPUT_HapticDestroyEffect() 1081 SDL_DINPUT_HapticGetEffectStatus(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_DINPUT_HapticGetEffectStatus() 1235 SDL_DINPUT_HapticNewEffect(SDL_Haptic * haptic, struct haptic_effect *effect, SDL_HapticEffect * ba… in SDL_DINPUT_HapticNewEffect() [all …]
|
/third_party/flutter/skia/third_party/externals/sdl/src/haptic/dummy/ |
D | SDL_syshaptic.c | 107 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()
|
/third_party/flutter/skia/third_party/externals/sdl/src/haptic/linux/ |
D | SDL_syshaptic.c | 420 haptic->effects = (struct haptic_effect *) in SDL_SYS_HapticOpenFromFD() 421 SDL_malloc(sizeof(struct haptic_effect) * haptic->neffects); in SDL_SYS_HapticOpenFromFD() 428 sizeof(struct haptic_effect) * haptic->neffects); in SDL_SYS_HapticOpenFromFD() 927 SDL_SYS_HapticNewEffect(SDL_Haptic * haptic, struct haptic_effect *effect, in SDL_SYS_HapticNewEffect() 970 struct haptic_effect *effect, in SDL_SYS_HapticUpdateEffect() 999 SDL_SYS_HapticRunEffect(SDL_Haptic * haptic, struct haptic_effect *effect, in SDL_SYS_HapticRunEffect() 1022 SDL_SYS_HapticStopEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_SYS_HapticStopEffect() 1043 SDL_SYS_HapticDestroyEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_SYS_HapticDestroyEffect() 1059 struct haptic_effect *effect) in SDL_SYS_HapticGetEffectStatus()
|
/third_party/flutter/skia/third_party/externals/sdl/src/haptic/darwin/ |
D | SDL_syshaptic.c | 537 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() 1135 SDL_SYS_HapticNewEffect(SDL_Haptic * haptic, struct haptic_effect *effect, in SDL_SYS_HapticNewEffect() 1185 struct haptic_effect *effect, in SDL_SYS_HapticUpdateEffect() 1230 SDL_SYS_HapticRunEffect(SDL_Haptic * haptic, struct haptic_effect *effect, in SDL_SYS_HapticRunEffect() 1257 SDL_SYS_HapticStopEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_SYS_HapticStopEffect() 1275 SDL_SYS_HapticDestroyEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_SYS_HapticDestroyEffect() 1296 struct haptic_effect *effect) in SDL_SYS_HapticGetEffectStatus()
|