Searched refs:PollState (Results 1 – 3 of 3) sorted by relevance
102 static_cast<int>(PollState(handle))); in TestSingle()106 while (static_cast<int>(PollState(handle)) > 0 && in TestSingle()107 PollState(handle) != State::kTraceEnded) { in TestSingle()111 if (PollState(handle) == State::kTraceEnded) { in TestSingle()130 static_cast<int>(PollState(handle))); in TestMany()137 if (PollState(handles[i]) != State::kConfigured) { in TestMany()156 if (PollState(handles[i]) == State::kTraceEnded) { in TestMany()
282 State PollState(Handle);356 State TracingController::PollState(Handle handle) { in PollState() function in perfetto::consumer::__anon4e22c5240111::TracingController413 PERFETTO_EXPORTED_API State PollState(Handle handle) { in PollState() function414 return TracingController::GetInstance()->PollState(handle); in PollState()
157 State PollState(Handle);