Searched refs:channel_type (Results 1 – 8 of 8) 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()
21 oneof channel_type {
97 oneof channel_type {
612 int channel_type = A2DP_GetSinkTrackChannelType(p_buf->codec_info); in btif_a2dp_sink_decoder_update_event() local613 if (channel_type == -1) { in btif_a2dp_sink_decoder_update_event()
491 bool needFDMetadata(qcamera_ch_type_enum_t channel_type);
10401 bool QCamera2HardwareInterface::needFDMetadata(qcamera_ch_type_enum_t channel_type) in needFDMetadata() argument10405 if(channel_type == QCAMERA_CH_TYPE_ZSL){ in needFDMetadata()