Home
last modified time | relevance | path

Searched refs:fake_producer_thread_ (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/test/
Dtest_helper.cc72 fake_producer_thread_(producer_socket_, in TestHelper()
119 fake_producer_thread_.Connect(); in ConnectFakeProducer()
123 return fake_producer_thread_.producer(); in ConnectFakeProducer()
165 fake_producer_thread_.CreateProducerProvidedSmb(); in CreateProducerProvidedSmb()
169 return fake_producer_thread_.producer()->IsShmemProvidedByProducer(); in IsShmemProvidedByProducer()
175 fake_producer_thread_.ProduceStartupEventBatch(config, in ProduceStartupEventBatch()
237 fake_producer_thread_.producer()->Sync( in SyncAndWaitProducer()
Dtest_helper.h271 return fake_producer_thread_.runner(); in producer_thread()
298 FakeProducerThread fake_producer_thread_; variable