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

  /system/core/debuggerd/
protocol.h 73 kStarted,
debuggerd_test.cpp 196 *result = response.status == InterceptStatus::kStarted ? 1 : 0;
  /frameworks/base/cmds/statsd/src/metrics/duration_helper/
MaxDurationTracker.cpp 96 case kStarted:
107 duration.state = DurationState::kStarted;
130 case DurationState::kStarted: {
171 if (pair.second.state == kStarted) {
206 false; // has either a kStarted or kPaused event across bucket boundaries
285 case kStarted:
286 // If condition becomes false, kStarted -> kPaused. Record the current duration and
303 // If condition becomes true, kPaused -> kStarted. and the start time is the condition
306 it->second.state = DurationState::kStarted;
322 if (it->second.state == DurationState::kStarted) {
    [all...]
DurationTracker.h 31 kStarted = 1, // The event is on going.
33 // turns to true, kPaused will become kStarted.
  /art/runtime/
runtime_callbacks_test.cc 113 kStarted,
122 state = CallbackState::kStarted;
130 if (state == CallbackState::kStarted && self == stored_self) {
218 EXPECT_TRUE(cb_.state == CallbackState::kStarted) << static_cast<int>(cb_.state);
  /system/core/debuggerd/client/
debuggerd_client.cpp 176 if (response.status != InterceptStatus::kStarted) {
  /system/core/debuggerd/tombstoned/
intercept_manager.cpp 214 response.status = InterceptStatus::kStarted;

Completed in 248 milliseconds