HomeSort by relevance Sort by last modified time
    Searched defs:GetProducer (Results 1 - 3 of 3) sorted by null

  /frameworks/native/services/vr/bufferhubd/
consumer_channel.cpp 27 GetProducer()->AddConsumer(this);
35 if (auto producer = GetProducer()) {
42 if (auto producer = GetProducer()) {
52 std::shared_ptr<ProducerChannel> ConsumerChannel::GetProducer() const {
70 auto producer = GetProducer();
109 if (auto producer = GetProducer()) {
118 auto producer = GetProducer();
142 auto producer = GetProducer();
167 auto producer = GetProducer();
consumer_queue_channel.cpp 23 GetProducer()->AddConsumer(this);
30 if (auto producer = GetProducer()) {
37 auto producer = GetProducer();
64 std::shared_ptr<ProducerQueueChannel> ConsumerQueueChannel::GetProducer()
75 if (auto producer = GetProducer()) {
  /external/perfetto/src/tracing/core/
service_impl.cc 142 ServiceImpl::ProducerEndpointImpl* ServiceImpl::GetProducer(
313 if (GetProducer(it->second.producer_id)->name_ ==
373 ProducerEndpointImpl* producer = GetProducer(producer_id);
430 ProducerEndpointImpl* producer = GetProducer(producer_id);
731 ProducerEndpointImpl* producer = GetProducer(producer_id);
759 ProducerEndpointImpl* producer = GetProducer(producer_id);
795 ProducerEndpointImpl* producer = GetProducer(data_source.producer_id);
    [all...]

Completed in 493 milliseconds