Home
last modified time | relevance | path

Searched refs:kNotConnected (Results 1 – 9 of 9) sorted by relevance

/external/perfetto/src/profiling/memory/
Djava_hprof_producer.cc166 state_ = kNotConnected; in ConnectWithRetries()
175 PERFETTO_DCHECK(state_ == kNotConnected || state_ == kNotStarted); in SetProducerEndpoint()
197 state_ = kNotConnected; in OnDisconnect()
Djava_hprof.h48 kNotConnected, enumerator
Djava_hprof_producer.h65 kNotConnected, enumerator
Dheapprofd_producer.h169 kNotConnected, enumerator
Dheapprofd_producer.cc192 state_ = kNotConnected; in OnDisconnect()
205 state_ = kNotConnected; in ConnectWithRetries()
219 PERFETTO_DCHECK(state_ == kNotConnected || state_ == kNotStarted); in SetProducerEndpoint()
/external/perfetto/src/traced/probes/
Dprobes_producer.cc121 state_ = kNotConnected; in OnDisconnect()
503 state_ = kNotConnected; in ConnectWithRetries()
512 PERFETTO_DCHECK(state_ == kNotConnected); in Connect()
Dprobes_producer.h100 kNotConnected, enumerator
/external/perfetto/src/profiling/perf/
Dperf_producer.h101 kNotConnected, enumerator
Dperf_producer.cc724 state_ = kNotConnected; in ConnectWithRetries()
732 PERFETTO_DCHECK(state_ == kNotConnected); in ConnectService()
782 state_ = kNotConnected; in OnDisconnect()