HomeSort by relevance Sort by last modified time
    Searched refs:periodic (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /external/webrtc/webrtc/system_wrappers/include/
event_wrapper.h 58 // or periodically. If the timer is periodic it ensures that there is no
62 virtual bool StartTimer(bool periodic, unsigned long time) = 0;
  /external/webrtc/webrtc/system_wrappers/source/
event_timer_win.h 30 virtual bool StartTimer(bool periodic, unsigned long time);
event_timer_win.cc 52 bool EventTimerWin::StartTimer(bool periodic, unsigned long time) {
58 if (periodic) {
event_timer_posix.h 36 bool StartTimer(bool periodic, unsigned long time) override;
event_timer_posix.cc 137 bool EventTimerPosix::StartTimer(bool periodic, unsigned long time) {
158 periodic_ = periodic;
  /prebuilts/misc/windows/sdl2/test/
testhaptic.c 135 efx[nefx].periodic.period = 1000;
136 efx[nefx].periodic.magnitude = 0x4000;
137 efx[nefx].periodic.length = 5000;
138 efx[nefx].periodic.attack_length = 1000;
139 efx[nefx].periodic.fade_length = 1000;
151 efx[nefx].periodic.period = 500;
152 efx[nefx].periodic.magnitude = 0x5000;
153 efx[nefx].periodic.length = 5000;
154 efx[nefx].periodic.attack_length = 1000;
155 efx[nefx].periodic.fade_length = 1000
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/content/
SyncOperationTest.java 139 * Tests whether a failed periodic sync operation is converted correctly into a one time
140 * sync operation, and whether the periodic sync can be re-created from the one-time operation.
147 SyncOperation periodic = new SyncOperation(ep, 0, "package", 0, 0, extras, false, true, local
149 SyncOperation oneoff = periodic.createOneTimeSyncOperation();
151 assertEquals("Period not restored", periodic.periodMillis, oneoff.periodMillis);
152 assertEquals("Flex not restored", periodic.flexMillis, oneoff.flexMillis);
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/linux/
LinuxForceFeedback.cpp 337 _setCommonProperties(&event, &event.u.periodic.envelope, eff, &effect->envelope);
345 event.u.periodic.waveform = FF_SQUARE;
348 event.u.periodic.waveform = FF_TRIANGLE;
351 event.u.periodic.waveform = FF_SINE;
354 event.u.periodic.waveform = FF_SAW_UP;
357 event.u.periodic.waveform = FF_SAW_DOWN;
359 // Note: No support for Custom periodic force effect for the moment
361 //event.u.periodic.waveform = FF_CUSTOM;
364 OIS_EXCEPT(E_General, "No such available effect for Periodic force!");
368 event.u.periodic.period = LinuxDuration(effect->period)
    [all...]
  /external/webrtc/webrtc/modules/video_coding/test/
test_util.h 40 virtual bool StartTimer(bool periodic, unsigned long time) { // NOLINT
  /external/strace/
evdev.c 103 ffe.u.periodic.waveform,
104 ffe.u.periodic.period,
105 ffe.u.periodic.magnitude,
106 ffe.u.periodic.offset,
107 ffe.u.periodic.phase);
108 decode_envelope(&ffe.u.periodic.envelope);
111 ffe.u.periodic.custom_len,
112 (unsigned long)ffe.u.periodic.custom_data);
  /libcore/luni/src/main/java/java/util/concurrent/
ScheduledThreadPoolExecutor.java 46 * <p>Successive executions of a periodic task scheduled via
132 * False if should cancel/suppress periodic tasks on shutdown.
137 * False if should cancel non-periodic tasks on shutdown.
189 * Creates a periodic action with given nanoTime-based initial
235 * Returns {@code true} if this is a periodic (not a one-shot) action.
237 * @return {@code true} if periodic
244 * Sets the next time to run for a periodic task.
265 * Overrides FutureTask version so as to reset/requeue if periodic.
268 boolean periodic = isPeriodic();
269 if (!canRunInCurrentRunState(periodic))
    [all...]
  /libcore/jsr166-tests/src/test/java/jsr166/
ScheduledExecutorSubclassTest.java 788 * By default, periodic tasks are cancelled at shutdown.
    [all...]
ScheduledExecutorTest.java 736 * By default, periodic tasks are cancelled at shutdown.
    [all...]
  /bionic/libc/kernel/uapi/linux/
input.h 210 struct ff_periodic_effect periodic; member in union:ff_effect::__anon602
  /external/kernel-headers/original/uapi/linux/
input.h 358 * struct ff_periodic_effect - defines parameters of a periodic force-feedback effect
389 * struct ff_rumble_effect - defines parameters of a periodic force-feedback effect
434 struct ff_periodic_effect periodic; member in union:ff_effect::__anon13230
457 * Force feedback periodic effect types
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_haptic.h 81 * effect.periodic.direction.type = SDL_HAPTIC_POLAR; // Polar coordinates
82 * effect.periodic.direction.dir[0] = 18000; // Force comes from south
83 * effect.periodic.period = 1000; // 1000 ms
84 * effect.periodic.magnitude = 20000; // 20000/32767 strength
85 * effect.periodic.length = 5000; // 5 seconds long
86 * effect.periodic.attack_length = 1000; // Takes 1 second to get max strength
87 * effect.periodic.fade_length = 1000; // Takes 1 second to fade away
162 * Periodic haptic effect that simulates sine waves.
185 * Periodic haptic effect that simulates triangular waves.
194 * Periodic haptic effect that simulates saw tooth up waves
792 SDL_HapticPeriodic periodic; \/**< Periodic effect. *\/ member in union:SDL_HapticEffect
    [all...]
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_haptic.h 81 * effect.periodic.direction.type = SDL_HAPTIC_POLAR; // Polar coordinates
82 * effect.periodic.direction.dir[0] = 18000; // Force comes from south
83 * effect.periodic.period = 1000; // 1000 ms
84 * effect.periodic.magnitude = 20000; // 20000/32767 strength
85 * effect.periodic.length = 5000; // 5 seconds long
86 * effect.periodic.attack_length = 1000; // Takes 1 second to get max strength
87 * effect.periodic.fade_length = 1000; // Takes 1 second to fade away
162 * Periodic haptic effect that simulates sine waves.
185 * Periodic haptic effect that simulates triangular waves.
194 * Periodic haptic effect that simulates saw tooth up waves
792 SDL_HapticPeriodic periodic; \/**< Periodic effect. *\/ member in union:SDL_HapticEffect
    [all...]
  /prebuilts/misc/windows/sdl2/include/
SDL_haptic.h 81 * effect.periodic.direction.type = SDL_HAPTIC_POLAR; // Polar coordinates
82 * effect.periodic.direction.dir[0] = 18000; // Force comes from south
83 * effect.periodic.period = 1000; // 1000 ms
84 * effect.periodic.magnitude = 20000; // 20000/32767 strength
85 * effect.periodic.length = 5000; // 5 seconds long
86 * effect.periodic.attack_length = 1000; // Takes 1 second to get max strength
87 * effect.periodic.fade_length = 1000; // Takes 1 second to fade away
162 * Periodic haptic effect that simulates sine waves.
185 * Periodic haptic effect that simulates triangular waves.
194 * Periodic haptic effect that simulates saw tooth up waves
792 SDL_HapticPeriodic periodic; \/**< Periodic effect. *\/ member in union:SDL_HapticEffect
    [all...]
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_haptic.h 81 * effect.periodic.direction.type = SDL_HAPTIC_POLAR; // Polar coordinates
82 * effect.periodic.direction.dir[0] = 18000; // Force comes from south
83 * effect.periodic.period = 1000; // 1000 ms
84 * effect.periodic.magnitude = 20000; // 20000/32767 strength
85 * effect.periodic.length = 5000; // 5 seconds long
86 * effect.periodic.attack_length = 1000; // Takes 1 second to get max strength
87 * effect.periodic.fade_length = 1000; // Takes 1 second to fade away
162 * Periodic haptic effect that simulates sine waves.
185 * Periodic haptic effect that simulates triangular waves.
194 * Periodic haptic effect that simulates saw tooth up waves
792 SDL_HapticPeriodic periodic; \/**< Periodic effect. *\/ member in union:SDL_HapticEffect
    [all...]
  /development/ndk/platforms/android-3/include/linux/
input.h 688 struct ff_periodic_effect periodic; member in union:ff_effect::__anon2298
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
input.h 904 * struct ff_periodic_effect - defines parameters of a periodic force-feedback effect
935 * struct ff_rumble_effect - defines parameters of a periodic force-feedback effect
980 struct ff_periodic_effect periodic; member in union:ff_effect::__anon38717
1003 * Force feedback periodic effect types
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/
input.h 688 struct ff_periodic_effect periodic; member in union:ff_effect::__anon44973
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/
input.h 688 struct ff_periodic_effect periodic; member in union:ff_effect::__anon45426
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/
input.h 688 struct ff_periodic_effect periodic; member in union:ff_effect::__anon45881
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/linux/
input.h 688 struct ff_periodic_effect periodic; member in union:ff_effect::__anon46289

Completed in 959 milliseconds

1 2 3 4