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

  /hardware/invensense/mlsdk/mllite/
mlBiasNoMotion.c 169 currentTime = inv_get_tick_count();
231 currentTime = inv_get_tick_count();
258 repeatBiasUpdateTime = inv_get_tick_count();
306 if ((inv_get_tick_count() - repeatBiasUpdateTime) > 4000) {
308 repeatBiasUpdateTime = inv_get_tick_count();
mlsupervisor.c 380 unsigned long ctime = inv_get_tick_count();
396 unsigned long compassTime = inv_get_tick_count();
508 unsigned long ctime = inv_get_tick_count();
555 unsigned long ctime = inv_get_tick_count();
ml.c 327 inv_obj.start_time = inv_get_tick_count();
450 inv_obj.no_motion_accel_time = inv_get_tick_count();
    [all...]
  /hardware/invensense/mlsdk/platform/include/
mlos.h 73 unsigned long inv_get_tick_count(void);
  /hardware/invensense/mlsdk/platform/linux/
mlos_linux.c 193 unsigned long inv_get_tick_count() function
  /hardware/invensense/mlsdk/mlutils/
mputest.c 218 unsigned long start = inv_get_tick_count();
219 while (inv_get_tick_count()-start < t / 1000);
    [all...]

Completed in 165 milliseconds