Searched refs:channel_type (Results 1 – 3 of 3) sorted by relevance
32 ChannelType channel_type) in BufferHubChannel() argument36 channel_type_(channel_type) {} in BufferHubChannel()102 ChannelType channel_type() const { return channel_type_; } in channel_type() function
66 if (channel->channel_type() == BufferHubChannel::kProducerType) { in DumpState()100 if (channel->channel_type() == BufferHubChannel::kDetachedBufferType) { in DumpState()149 if (channel->channel_type() == BufferHubChannel::kProducerQueueType) { in DumpState()182 if (channel->channel_type() == BufferHubChannel::kConsumerQueueType) { in DumpState()203 if (channel->channel_type() == BufferHubChannel::kConsumerType && in DumpState()
299 producer_channel->channel_type() != BufferHubChannel::kProducerType) { in OnProducerQueueInsertBuffer()306 producer_channel == nullptr ? -1 : producer_channel->channel_type()); in OnProducerQueueInsertBuffer()