HomeSort by relevance Sort by last modified time
    Searched refs:ConnectProducer (Results 1 - 8 of 8) sorted by null

  /frameworks/native/libs/vr/libbufferhubqueue/tests/
buffer_hub_queue_producer-test.cpp 108 void ConnectProducer() {
162 ASSERT_NO_FATAL_FAILURE(ConnectProducer());
171 ASSERT_NO_FATAL_FAILURE(ConnectProducer());
177 ASSERT_NO_FATAL_FAILURE(ConnectProducer());
186 ASSERT_NO_FATAL_FAILURE(ConnectProducer());
213 ASSERT_NO_FATAL_FAILURE(ConnectProducer());
241 ASSERT_NO_FATAL_FAILURE(ConnectProducer());
272 ASSERT_NO_FATAL_FAILURE(ConnectProducer());
287 ASSERT_NO_FATAL_FAILURE(ConnectProducer());
299 ASSERT_NO_FATAL_FAILURE(ConnectProducer());
    [all...]
  /frameworks/native/libs/gui/tests/
IGraphicBufferProducer_test.cpp 138 void ConnectProducer() {
235 ASSERT_NO_FATAL_FAILURE(ConnectProducer());
278 ASSERT_NO_FATAL_FAILURE(ConnectProducer());
299 ASSERT_NO_FATAL_FAILURE(ConnectProducer());
306 ASSERT_NO_FATAL_FAILURE(ConnectProducer());
317 ASSERT_NO_FATAL_FAILURE(ConnectProducer());
342 ASSERT_NO_FATAL_FAILURE(ConnectProducer());
378 ASSERT_NO_FATAL_FAILURE(ConnectProducer());
422 ASSERT_NO_FATAL_FAILURE(ConnectProducer());
514 ASSERT_NO_FATAL_FAILURE(ConnectProducer());
    [all...]
  /external/perfetto/include/perfetto/tracing/core/
service.h 62 // the ConnectProducer() method.
153 virtual std::unique_ptr<ProducerEndpoint> ConnectProducer(
  /external/perfetto/src/tracing/test/
mock_producer.cc 51 service_endpoint_ = svc->ConnectProducer(this, uid, producer_name,
  /external/perfetto/src/tracing/core/
service_impl.h 174 std::unique_ptr<Service::ProducerEndpoint> ConnectProducer(
service_impl_unittest.cc 169 auto x = svc->ConnectProducer(producer_otheruid.get(), geteuid() + 1,
service_impl.cc 95 std::unique_ptr<Service::ProducerEndpoint> ServiceImpl::ConnectProducer(
    [all...]
  /external/perfetto/src/tracing/ipc/service/
producer_ipc_service.cc 68 // ConnectProducer will call OnConnect() on the next task.
69 producer->service_endpoint = core_service_->ConnectProducer(
185 // Invoked by the |core_service_| business logic after the ConnectProducer()
186 // call. There is nothing to do here, we really expected the ConnectProducer()

Completed in 146 milliseconds