Searched refs:PollState (Results 1 – 3 of 3) sorted by relevance
94 static_cast<int>(PollState(handle))); in TestSingle()98 while (static_cast<int>(PollState(handle)) > 0 && in TestSingle()99 PollState(handle) != State::kTraceEnded) { in TestSingle()103 if (PollState(handle) == State::kTraceEnded) { in TestSingle()122 static_cast<int>(PollState(handle))); in TestMany()129 if (PollState(handles[i]) != State::kConfigured) { in TestMany()148 if (PollState(handles[i]) == State::kTraceEnded) { in TestMany()
283 State PollState(Handle);358 State TracingController::PollState(Handle handle) { in PollState() function in perfetto::consumer::__anon4d5fe0b30111::TracingController415 PERFETTO_EXPORTED_API State PollState(Handle handle) { in PollState() function416 return TracingController::GetInstance()->PollState(handle); in PollState()
157 State PollState(Handle);