Home
last modified time | relevance | path

Searched defs:channel_id (Results 1 – 25 of 114) sorted by relevance

12345

/external/webrtc/audio/voip/
Dvoip_core.cc126 ChannelId channel_id; in CreateChannel() local
156 VoipResult VoipCore::ReleaseChannel(ChannelId channel_id) { in ReleaseChannel()
197 rtc::scoped_refptr<AudioChannel> VoipCore::GetChannel(ChannelId channel_id) { in GetChannel()
272 VoipResult VoipCore::StartSend(ChannelId channel_id) { in StartSend()
287 VoipResult VoipCore::StopSend(ChannelId channel_id) { in StopSend()
300 VoipResult VoipCore::StartPlayout(ChannelId channel_id) { in StartPlayout()
334 VoipResult VoipCore::StopPlayout(ChannelId channel_id) { in StopPlayout()
347 ChannelId channel_id, in ReceivedRTPPacket()
361 ChannelId channel_id, in ReceivedRTCPPacket()
374 VoipResult VoipCore::SetSendCodec(ChannelId channel_id, in SetSendCodec()
[all …]
/external/pigweed/pw_rpc/raw/public/pw_rpc/raw/
Dclient_reader_writer.h71 uint32_t channel_id, in RawClientReaderWriter()
105 uint32_t channel_id, in RawClientReader()
143 uint32_t channel_id, in RawClientWriter()
175 uint32_t channel_id, in RawUnaryReceiver()
Dserver_reader_writer.h59 uint32_t channel_id, in Open()
123 uint32_t channel_id, in Open()
171 uint32_t channel_id, in Open()
220 uint32_t channel_id, in Open()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf_collective.cc123 ChannelHandleAttr ConvertChannel(OpBuilder& builder, int64_t channel_id, in ConvertChannel()
133 LogicalResult ConvertAllReduce(OpBuilder& builder, int64_t channel_id, in ConvertAllReduce()
185 CollectiveRewritePattern(MLIRContext* context, int64_t* channel_id) in CollectiveRewritePattern()
237 int64_t channel_id = channel_id_++; in matchAndRewrite() local
279 int64_t channel_id = channel_id_++; in matchAndRewrite() local
335 int64_t channel_id = channel_id_++; in matchAndRewrite() local
346 int64_t channel_id = 1; in runOnOperation() local
/external/pigweed/pw_rpc/public/pw_rpc/internal/
Dcall_context.h38 uint32_t channel_id, in CallContext()
61 constexpr const uint32_t& channel_id() const { return channel_id_; } in channel_id() function
70 void set_channel_id(uint32_t channel_id) { channel_id_ = channel_id; } in set_channel_id()
Dclient_call.h50 uint32_t channel_id, in ClientCall()
77 uint32_t channel_id, in Start()
100 uint32_t channel_id, in UnaryResponseClientCall()
149 uint32_t channel_id, in Start()
174 uint32_t channel_id, in StreamResponseClientCall()
Dservice_client.h32 constexpr uint32_t channel_id() const { return channel_id_; } in channel_id() function
35 constexpr ServiceClient(Client& client, uint32_t channel_id) in ServiceClient()
Dtest_utils.h46 static constexpr uint32_t channel_id() { return kChannelId; } in channel_id() function
123 static constexpr uint32_t channel_id() { return kChannelId; } in channel_id() function
/external/pigweed/pw_rpc/public/pw_rpc/
Dpayloads_view.h44 uint32_t channel_id, in PacketFilter()
137 uint32_t channel_id) { in For()
149 uint32_t channel_id, in PayloadsView()
162 uint32_t channel_id, in PayloadsView()
251 uint32_t channel_id, in StatusView()
Dsynchronous_call.h98 uint32_t channel_id, in SynchronousCall()
164 uint32_t channel_id, in SynchronousCallFor()
237 uint32_t channel_id, in SynchronousCallUntil()
/external/pigweed/pw_rpc/
Dchannel_list.cc28 Status ChannelList::Add(uint32_t channel_id, ChannelOutput& output) { in Add()
47 Status ChannelList::Remove(uint32_t channel_id) { in Remove()
Dendpoint.cc124 Endpoint::FindIteratorsForCall(uint32_t channel_id, in FindIteratorsForCall()
151 Status Endpoint::CloseChannel(uint32_t channel_id) { in CloseChannel()
/external/pigweed/pw_rpc/pwpb/public/pw_rpc/pwpb/
Dclient_server_testing.h51 Response<kMethod> response(uint32_t channel_id, uint32_t index) { in response()
57 Request<kMethod> request(uint32_t channel_id, uint32_t index) { in request()
Dclient_server_testing_threaded.h51 Response<kMethod> response(uint32_t channel_id, uint32_t index) in response()
59 Request<kMethod> request(uint32_t channel_id, uint32_t index) in request()
Dserver_reader_writer.h199 uint32_t channel_id, in Open()
275 uint32_t channel_id, in Open()
346 uint32_t channel_id, in Open()
416 uint32_t channel_id, in Open()
Dclient_reader_writer.h39 uint32_t channel_id, in Start()
70 uint32_t channel_id, in PwpbUnaryResponseClientCall()
154 uint32_t channel_id, in Start()
186 uint32_t channel_id, in PwpbStreamResponseClientCall()
/external/pigweed/pw_rpc/nanopb/public/pw_rpc/nanopb/
Dclient_server_testing.h51 Response<kMethod> response(uint32_t channel_id, uint32_t index) { in response()
57 Request<kMethod> request(uint32_t channel_id, uint32_t index) { in request()
Dserver_reader_writer.h150 uint32_t channel_id, in Open()
221 uint32_t channel_id, in Open()
282 uint32_t channel_id, in Open()
347 uint32_t channel_id, in Open()
Dclient_server_testing_threaded.h51 Response<kMethod> response(uint32_t channel_id, uint32_t index) in response()
59 Request<kMethod> request(uint32_t channel_id, uint32_t index) in request()
Dclient_reader_writer.h34 uint32_t channel_id, in Start()
62 uint32_t channel_id, in NanopbUnaryResponseClientCall()
123 uint32_t channel_id, in Start()
167 uint32_t channel_id, in NanopbStreamResponseClientCall()
/external/webrtc/pc/
Dsctp_transport.cc70 RTCError SctpTransport::OpenChannel(int channel_id) { in OpenChannel()
77 RTCError SctpTransport::SendData(int channel_id, in SendData()
99 RTCError SctpTransport::CloseChannel(int channel_id) { in CloseChannel()
/external/arm-trusted-firmware/plat/marvell/armada/common/mss/
Dmss_ipc_drv.c75 int mv_pm_ipc_msg_rx(unsigned int channel_id, struct mss_pm_ipc_msg *msg) in mv_pm_ipc_msg_rx()
90 int mv_pm_ipc_msg_tx(unsigned int channel_id, unsigned int msg_id, in mv_pm_ipc_msg_tx()
/external/arm-trusted-firmware/drivers/arm/css/scp/
Dcss_pm_scmi.c130 unsigned int lvl, channel_id, domain_id; in css_scp_suspend() local
177 unsigned int lvl = 0, channel_id, domain_id; in css_scp_off() local
217 unsigned int lvl = 0, channel_id, core_pos, domain_id; in css_scp_on() local
249 unsigned int channel_id, cpu_idx, domain_id; in css_scp_get_power_state() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dlayout_assignment.h196 bool IsChannelConstrained(int64_t channel_id) const { in IsChannelConstrained()
202 Shape LayoutShapeForChannel(Shape shape, int64_t channel_id) const { in LayoutShapeForChannel()
211 const Layout& LayoutForChannel(int64_t channel_id) const { in LayoutForChannel()
220 const Layout* ConstrainChannel(int64_t channel_id, const Layout& layout) { in ConstrainChannel()
/external/pigweed/pw_log_rpc/public/pw_log_rpc/
Drpc_log_drain.h123 : channel_id_(channel_id), in channel_id_() argument
185 uint32_t channel_id() const { return channel_id_; } in channel_id() function

12345