HomeSort by relevance Sort by last modified time
    Searched defs:got_event (Results 1 - 2 of 2) sorted by null

  /external/ltrace/sysdeps/linux-gnu/
trace.h 37 int got_event : 1; member in struct:pid_task
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/
mpu_iio.c 397 int handle_pedometer(int *got_event)
422 if (!*got_event)
431 *got_event = true;
434 if (!*got_event)
438 *got_event = true;
513 static int got_event = 1; local
520 if (got_event)
522 got_event = false;
546 got_event = true;
553 handle_pedometer(&got_event);
    [all...]

Completed in 141 milliseconds