Home
last modified time | relevance | path

Searched refs:channel_type (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/native/services/vr/bufferhubd/include/private/dvr/
H A Dbuffer_hub.h32 ChannelType channel_type) in BufferHubChannel() argument
36 channel_type_(channel_type) {} in BufferHubChannel()
102 ChannelType channel_type() const { return channel_type_; } in channel_type() function
/aosp12/frameworks/native/services/vr/bufferhubd/
H A Dbuffer_hub.cpp66 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()
H A Dproducer_queue_channel.cpp299 producer_channel->channel_type() != BufferHubChannel::kProducerType) { in OnProducerQueueInsertBuffer()
306 producer_channel == nullptr ? -1 : producer_channel->channel_type()); in OnProducerQueueInsertBuffer()
/aosp12/system/bt/gd/l2cap/le/
H A Dfacade.proto21 oneof channel_type {
/aosp12/system/bt/gd/l2cap/classic/
H A Dfacade.proto97 oneof channel_type {
/aosp12/system/bt/btif/src/
H A Dbtif_a2dp_sink.cc612 int channel_type = A2DP_GetSinkTrackChannelType(p_buf->codec_info); in btif_a2dp_sink_decoder_update_event() local
613 if (channel_type == -1) { in btif_a2dp_sink_decoder_update_event()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCamera2HWI.h491 bool needFDMetadata(qcamera_ch_type_enum_t channel_type);
H A DQCamera2HWI.cpp10401 bool QCamera2HardwareInterface::needFDMetadata(qcamera_ch_type_enum_t channel_type) in needFDMetadata() argument
10405 if(channel_type == QCAMERA_CH_TYPE_ZSL){ in needFDMetadata()