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

  /system/core/metricsd/include/metrics/
timer.h 94 enum TimerState { kTimerStopped, kTimerRunning, kTimerPaused };
121 TimerState timer_state_;
  /external/deqp/framework/delibs/deutil/
deTimer.c 290 } TimerState;
301 volatile TimerState state; /*!< Timer state. */
355 static deTimerThread* deTimerThread_create (deTimerCallback callback, void* arg, int interval, TimerState state)
  /system/connectivity/shill/
socket_info.h 50 enum TimerState {
68 TimerState timer_state);
110 TimerState timer_state() const { return timer_state_; }
111 void set_timer_state(TimerState timer_state) { timer_state_ = timer_state; }
121 TimerState timer_state_;

Completed in 5235 milliseconds