HomeSort by relevance Sort by last modified time
    Searched full:timer_resolution (Results 1 - 15 of 15) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/timer/
SDL_timer_c.h 28 (((X+TIMER_RESOLUTION-1)/TIMER_RESOLUTION)*TIMER_RESOLUTION)
  /external/jmonkeyengine/engine/src/android/com/jme3/system/android/
AndroidTimer.java 42 //private static final long TIMER_RESOLUTION = 1000L;
44 private static final long TIMER_RESOLUTION = 1000000000L;
74 return TIMER_RESOLUTION;
86 tpf = (getTime() - previousTime) * (1.0f / TIMER_RESOLUTION);
  /external/jmonkeyengine/engine/src/core/com/jme3/system/
NanoTimer.java 43 private static final long TIMER_RESOLUTION = 1000000000L;
71 return TIMER_RESOLUTION;
83 tpf = (getTime() - previousTime) * (1.0f / TIMER_RESOLUTION);
  /external/qemu/distrib/sdl-1.2.15/src/timer/win32/
SDL_systimer.c 127 result = timeBeginPeriod(TIMER_RESOLUTION);
130 TIMER_RESOLUTION);
133 timerID = timeSetEvent(TIMER_RESOLUTION,1,HandleAlarm,0,TIME_PERIODIC);
146 timeEndPeriod(TIMER_RESOLUTION);
  /external/qemu/distrib/sdl-1.2.15/src/timer/wince/
SDL_systimer.c 163 result = timeBeginPeriod(TIMER_RESOLUTION);
166 TIMER_RESOLUTION);
169 timerID = timeSetEvent(TIMER_RESOLUTION,1,HandleAlarm,0,TIME_PERIODIC);
182 timeEndPeriod(TIMER_RESOLUTION);
  /external/libnfc-nxp/inc/
phNfcConfig.h 205 #ifndef TIMER_RESOLUTION
206 #define TIMER_RESOLUTION 500U
210 * in Multiples of the value provided to TIMER_RESOLUTION
nfc_custom_config_example.h 65 #define TIMER_RESOLUTION 100U
  /external/libnfc-nxp/src/
phLlcNfc_Timer.h 53 #define PH_LLCNFC_RESOLUTION TIMER_RESOLUTION
phLlcNfc_Timer.c 183 uint16_t timer_resolution = 0; local
213 timer_resolution = ps_timer_info->con_to_value = (uint16_t)
223 timer_resolution = (uint16_t)PH_LLCNFC_RESOLUTION;
307 timer_resolution = ps_timer_info->ack_to_value = (uint16_t)
327 phOsalNfc_Timer_Start (timerid, timer_resolution, Callback, NULL);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_timer.h 43 #define TIMER_RESOLUTION 10 /**< Experimentally determined */
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_timer.h 43 #define TIMER_RESOLUTION 10 /**< Experimentally determined */
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_timer.h 43 #define TIMER_RESOLUTION 10 /**< Experimentally determined */
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_timer.h 43 #define TIMER_RESOLUTION 10 /**< Experimentally determined */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm.h 325 unsigned int timer_resolution; /* timer resolution */ member in struct:snd_pcm_runtime
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm.h 325 unsigned int timer_resolution; /* timer resolution */ member in struct:snd_pcm_runtime
    [all...]

Completed in 358 milliseconds