Home
last modified time | relevance | path

Searched refs:kNotStarted (Results 1 – 5 of 5) sorted by relevance

/external/perfetto/src/traced/probes/
Dprobes_producer.h90 kNotStarted = 0, enumerator
106 State state_ = kNotStarted;
Dprobes_producer.cc482 PERFETTO_DCHECK(state_ == kNotStarted); in ConnectWithRetries()
/external/perfetto/src/profiling/memory/
Dheapprofd_producer.h155 kNotStarted = 0, enumerator
233 State state_ = kNotStarted;
Dheapprofd_producer.cc218 PERFETTO_DCHECK(state_ == kNotStarted); in ConnectWithRetries()
233 PERFETTO_DCHECK(state_ == kNotConnected || state_ == kNotStarted); in SetProducerEndpoint()
/external/cros/system_api/dbus/login_manager/
Ddbus-constants.h98 const char kNotStarted[] = INTERFACE ".NotStarted"; variable