HomeSort by relevance Sort by last modified time
    Searched full:haptic (Results 1 - 25 of 70) sorted by null

1 2 3

  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_haptic.h 25 * \brief The SDL Haptic subsystem allows you to control haptic (force feedback)
30 * - Open a Haptic Device.
37 * - Close the haptic device with SDL_HapticClose().
41 * SDL_Haptic *haptic;
44 * haptic = SDL_HapticOpen( 0 );
45 * if (haptic == NULL)
49 * if (SDL_HapticRumbleInit( haptic ) != 0)
53 * if (SDL_HapticRumblePlay( haptic, 0.5, 2000 ) != 0)
58 * SDL_HapticClose( haptic );
    [all...]
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_haptic.h 25 * \brief The SDL Haptic subsystem allows you to control haptic (force feedback)
30 * - Open a Haptic Device.
37 * - Close the haptic device with SDL_HapticClose().
41 * SDL_Haptic *haptic;
44 * haptic = SDL_HapticOpen( 0 );
45 * if (haptic == NULL)
49 * if (SDL_HapticRumbleInit( haptic ) != 0)
53 * if (SDL_HapticRumblePlay( haptic, 0.5, 2000 ) != 0)
58 * SDL_HapticClose( haptic );
    [all...]
  /prebuilts/misc/windows/sdl2/include/
SDL_haptic.h 25 * \brief The SDL Haptic subsystem allows you to control haptic (force feedback)
30 * - Open a Haptic Device.
37 * - Close the haptic device with SDL_HapticClose().
41 * SDL_Haptic *haptic;
44 * haptic = SDL_HapticOpen( 0 );
45 * if (haptic == NULL)
49 * if (SDL_HapticRumbleInit( haptic ) != 0)
53 * if (SDL_HapticRumblePlay( haptic, 0.5, 2000 ) != 0)
58 * SDL_HapticClose( haptic );
    [all...]
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_haptic.h 25 * \brief The SDL Haptic subsystem allows you to control haptic (force feedback)
30 * - Open a Haptic Device.
37 * - Close the haptic device with SDL_HapticClose().
41 * SDL_Haptic *haptic;
44 * haptic = SDL_HapticOpen( 0 );
45 * if (haptic == NULL)
49 * if (SDL_HapticRumbleInit( haptic ) != 0)
53 * if (SDL_HapticRumblePlay( haptic, 0.5, 2000 ) != 0)
58 * SDL_HapticClose( haptic );
    [all...]
  /prebuilts/misc/windows/sdl2/test/
testhotplug.c 28 SDL_Haptic *haptic = NULL; local
60 SDL_Log("There are %d haptic devices at startup\n", SDL_NumHaptics());
86 haptic = SDL_HapticOpenFromJoystick(joystick);
87 if (haptic)
89 SDL_Log("Joy Haptic Opened\n");
90 if (SDL_HapticRumbleInit( haptic ) != 0)
93 SDL_HapticClose(haptic);
94 haptic = NULL;
97 SDL_Log("Joy haptic open FAILED!: %s\n", SDL_GetError());
102 SDL_Log("No haptic found\n")
    [all...]
testhaptic.c 38 static SDL_Haptic *haptic; variable
45 static void HapticPrintSupported(SDL_Haptic * haptic);
89 SDL_Log("%d Haptic devices detected.\n", SDL_NumHaptics());
109 haptic = SDL_HapticOpen(i);
110 if (haptic == NULL) {
111 SDL_LogError(SDL_LOG_CATEGORY_APPLICATION, "Unable to create the haptic device: %s\n",
116 HapticPrintSupported(haptic);
118 SDL_LogError(SDL_LOG_CATEGORY_APPLICATION, "No Haptic devices found!\n");
128 supported = SDL_HapticQuery(haptic);
140 id[nefx] = SDL_HapticNewEffect(haptic, &efx[nefx])
    [all...]
testrumble.c 38 static SDL_Haptic *haptic; variable
78 SDL_Log("%d Haptic devices detected.\n", SDL_NumHaptics());
98 haptic = SDL_HapticOpen(i);
99 if (haptic == NULL) {
100 SDL_LogError(SDL_LOG_CATEGORY_APPLICATION, "Unable to create the haptic device: %s\n",
106 SDL_LogError(SDL_LOG_CATEGORY_APPLICATION, "No Haptic devices found!\n");
113 if (SDL_HapticRumbleSupported(haptic) == SDL_FALSE) {
117 if (SDL_HapticRumbleInit(haptic) != 0) {
122 if (SDL_HapticRumblePlay(haptic, 0.5, 5000) != 0) {
128 SDL_HapticRumbleStop(haptic);
    [all...]
testautomation_main.c 14 * \brief Tests SDL_Init() and SDL_Quit() of Joystick and Haptic subsystems
129 { (SDLTest_TestCaseFp)main_testInitQuitJoystickHaptic, "main_testInitQuitJoystickHaptic", "Tests SDL_Init/Quit of Joystick and Haptic subsystem", TEST_ENABLED};
  /packages/inputmethods/LatinIME/java/res/layout/
suggestions_strip.xml 23 <!-- Provide audio and haptic feedback by ourselves based on the keyboard settings.
24 We just need to ignore the system's audio and haptic feedback settings. -->
34 <!-- Provide audio and haptic feedback by ourselves based on the keyboard settings.
35 We just need to ignore the system's audio and haptic feedback settings. -->
36 <!-- Provide audio and haptic feedback by ourselves based on the keyboard settings.
37 We just need to ignore the system's audio and haptic feedback settings. -->
emoji_keyboard_tab_icon.xml 22 <!-- Provide audio and haptic feedback by ourselves based on the keyboard settings.
23 We just need to ignore the system's audio and haptic feedback settings. -->
emoji_palettes_view.xml 63 <!-- Provide audio and haptic feedback by ourselves based on the keyboard settings.
64 We just need to ignore the system's audio and haptic feedback settings. -->
90 <!-- Provide audio and haptic feedback by ourselves based on the keyboard settings.
91 We just need to ignore the system's audio and haptic feedback settings. -->
101 <!-- Provide audio and haptic feedback by ourselves based on the keyboard settings.
102 We just need to ignore the system's audio and haptic feedback settings. -->
121 <!-- Provide audio and haptic feedback by ourselves based on the keyboard settings.
122 We just need to ignore the system's audio and haptic feedback settings. -->
suggestion_divider.xml 21 <!-- Provide audio and haptic feedback by ourselves based on the keyboard settings.
22 We just need to ignore the system's audio and haptic feedback settings. -->
  /frameworks/base/core/java/android/view/
HapticFeedbackConstants.java 20 * Constants to be used to perform haptic feedback effects via
74 * view for whether to perform haptic feedback, do it always.
81 * for whether to perform haptic feedback, do it always.
  /packages/apps/SpareParts/res/values/
strings.xml 48 <string name="title_haptic_feedback">Haptic feedback</string>
49 <string name="summary_on_haptic_feedback">Use haptic feedback with user interaction</string>
50 <string name="summary_off_haptic_feedback">Use haptic feedback with user interaction</string>
  /external/skia/third_party/libsdl/linux/
README 2 1) ../../externals/sdl/configure --disable-audio --disable-joystick --disable-haptic --disable-power --disable-video-wayland --disable-video-mir --disable-video-dummy --disable-dbus --disable-ibus --disable-libudev
sdl_linux.gypi 43 '<(src_dir)/src/haptic/SDL_haptic.c',
137 '<(src_dir)/src/haptic/dummy/SDL_syshaptic.c',
  /external/skia/third_party/libsdl/mac/
README 2 1) ../../externals/sdl/configure --disable-audio --disable-joystick --disable-haptic --disable-power --disable-video-wayland --disable-video-mir --disable-video-dummy --disable-dbus --disable-ibus --disable-libudev
sdl_mac.gypi 46 '<(src_dir)/src/haptic/SDL_haptic.c',
134 '<(src_dir)/src/haptic/dummy/SDL_syshaptic.c',
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/
HapticFeedbackController.java 12 * A simple utility class to handle haptic feedback.
46 // Setup a listener for changes in haptic feedback settings
  /cts/tests/accessibility/src/android/view/accessibility/cts/
VibratingAccessibilityService.java 24 * Stub accessibility service that reports itself as providing haptic feedback.
  /external/skia/third_party/libsdl/win/
sdl_win.gypi 64 '<(src_dir)/src/haptic/windows/SDL_windowshaptic.c',
65 '<(src_dir)/src/haptic/windows/SDL_xinputhaptic.c',
66 '<(src_dir)/src/haptic/windows/SDL_dinputhaptic.c',
67 '<(src_dir)/src/haptic/SDL_haptic.c',
  /packages/apps/Dialer/res/values/
donottranslate_config.xml 20 <!-- If true, enable vibration (haptic feedback) for dialer key presses.
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
ClockBackService.java 140 /** Mapping from integers to vibration patterns for haptic feedback. */
217 /** Vibrator for providing haptic feedback. */
405 * Goal: Provide only custom haptic feedback.<br/>
406 * Approach: Take over the haptic feedback by configuring this service to provide
407 * such and do so. This way the system will not call the default haptic
416 * Goal: Provide custom audible and default haptic feedback.<br/>
419 * Let some other service provide haptic feedback (KickBack).
423 * Goal: Provide custom spoken, default audible and default haptic feedback.<br/>
425 * Let some other services provide audible feedback (SounBack) and haptic
433 // When the ringer is silent we want to provide only haptic feedback
    [all...]
  /external/skia/third_party/libsdl/android/
sdl_android.gypi 46 '<(src_dir)/src/haptic/SDL_haptic.c',
116 '<(src_dir)/src/haptic/dummy/SDL_syshaptic.c',
  /frameworks/base/docs/html/guide/topics/ui/accessibility/
index.jd 50 devices more easily, including text-to-speech, haptic feedback, gesture navigation, trackball and

Completed in 745 milliseconds

1 2 3