Home
last modified time | relevance | path

Searched refs:DataState (Results 1 – 16 of 16) sorted by relevance

/external/webrtc/sdk/objc/api/peerconnection/
DRTCDataChannel.mm179 + (webrtc::DataChannelInterface::DataState)
183 return webrtc::DataChannelInterface::DataState::kConnecting;
185 return webrtc::DataChannelInterface::DataState::kOpen;
187 return webrtc::DataChannelInterface::DataState::kClosing;
189 return webrtc::DataChannelInterface::DataState::kClosed;
194 (webrtc::DataChannelInterface::DataState)nativeState { argument
196 case webrtc::DataChannelInterface::DataState::kConnecting:
198 case webrtc::DataChannelInterface::DataState::kOpen:
200 case webrtc::DataChannelInterface::DataState::kClosing:
202 case webrtc::DataChannelInterface::DataState::kClosed:
DRTCDataChannel+Private.h42 + (webrtc::DataChannelInterface::DataState)nativeDataChannelStateForState:
46 (webrtc::DataChannelInterface::DataState)nativeState;
/external/webrtc/pc/test/
Dmock_data_channel.h23 MockSctpDataChannel(int id, DataState state) in MockSctpDataChannel()
35 DataState state,
62 MOCK_METHOD(DataState, state, (), (const, override));
Dmock_peer_connection_observers.h345 DataChannelInterface::DataState state_;
/external/webrtc/api/
Ddata_channel_interface.h110 enum DataState { enum
117 static const char* DataStateString(DataState state) { in DataStateString()
162 virtual DataState state() const = 0;
/external/webrtc/pc/
Drtp_data_channel.h111 DataState state() const override;
168 void SetState(DataState state);
180 DataState state_ RTC_GUARDED_BY(signaling_thread_) = kConnecting;
Dsctp_data_channel.h159 DataState state() const override;
239 void SetState(DataState state);
258 DataState state_ RTC_GUARDED_BY(signaling_thread_) = kConnecting;
Drtp_data_channel.cc53 PROXY_CONSTMETHOD0(DataState, state)
136 RtpDataChannel::DataState RtpDataChannel::state() const { in state()
327 void RtpDataChannel::SetState(DataState state) { in SetState()
Ddata_channel_utils.h51 DataChannelInterface::DataState state;
Dsctp_data_channel.cc56 PROXY_CONSTMETHOD0(DataState, state)
250 SctpDataChannel::DataState SctpDataChannel::state() const { in state()
552 void SctpDataChannel::SetState(DataState state) { in SetState()
Drtc_stats_collector.h297 DataChannelInterface::DataState state);
Drtc_stats_collector.cc132 DataChannelInterface::DataState state) { in DataStateToRTCDataChannelState()
2061 DataChannelInterface::DataState state) { in DataStateToRTCDataChannelStateForTesting()
Dstats_collector_unittest.cc866 DataChannelInterface::DataState::kConnecting); in TEST_F()
/external/webrtc/examples/unityplugin/
Dsimple_peer_connection.cc534 webrtc::DataChannelInterface::DataState state = data_channel_->state(); in OnStateChange()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlan.h252 struct DataState { struct
284 DataState::PerPartValuesTy Entry(UF); in set()
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DVPlan.h265 struct DataState { struct
311 DataState::PerPartValuesTy Entry(UF); in set()