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

  /external/chromium_org/content/gpu/
gpu_watchdog_thread.h 28 bool armed() const { return armed_; }
79 volatile bool armed_; member in class:content::GpuWatchdogThread
gpu_watchdog_thread.cc 35 armed_(false),
134 // watched thread to see armed_ being true multiple times before
136 if (!armed_)
141 armed_ = false;
163 if (armed_ || suspended_)
169 armed_ = true;
222 armed_ = false;
286 armed_ = false;
  /dalvik/vm/
Init.cpp 1373 bool armed_; member in class:ScopedShutdown
    [all...]

Completed in 2380 milliseconds