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

  /external/libchrome/base/message_loop/
message_pump.h 9 #include "base/message_loop/timer_slack.h"
126 virtual void SetTimerSlack(TimerSlack timer_slack);
message_loop.h 21 #include "base/message_loop/timer_slack.h"
207 void SetTimerSlack(TimerSlack timer_slack) {
208 pump_->SetTimerSlack(timer_slack);
  /frameworks/native/services/vr/performanced/
performance_service.cpp 145 {.timer_slack = kTimerSlackForegroundNs,
150 {.timer_slack = kTimerSlackForegroundNs,
155 {.timer_slack = kTimerSlackForegroundNs,
160 {.timer_slack = kTimerSlackForegroundNs,
165 {.timer_slack = kTimerSlackForegroundNs,
170 {.timer_slack = kTimerSlackForegroundNs,
175 {.timer_slack = kTimerSlackForegroundNs,
180 {.timer_slack = kTimerSlackForegroundNs,
185 {.timer_slack = kTimerSlackForegroundNs,
191 {.timer_slack = kTimerSlackForegroundNs
    [all...]
performance_service.h 48 unsigned long timer_slack; member in struct:android::dvr::PerformanceService::SchedulerPolicyConfig
  /external/libchrome/base/threading/
thread.h 17 #include "base/message_loop/timer_slack.h"
71 TimerSlack timer_slack = TIMER_SLACK_NONE; member in struct:base::Thread::Options
thread.cc 99 message_loop_timer_slack_ = options.timer_slack;

Completed in 230 milliseconds