Searched refs:nativeDataChannel (Results 1 – 5 of 5) sorted by relevance
105 private long nativeDataChannel; field in DataChannel109 public DataChannel(long nativeDataChannel) { in DataChannel() argument110 this.nativeDataChannel = nativeDataChannel; in DataChannel()172 JniCommon.nativeReleaseRef(nativeDataChannel); in dispose()173 nativeDataChannel = 0; in dispose()178 return nativeDataChannel; in getNativeDataChannel()182 if (nativeDataChannel == 0) { in checkDataChannelExists()
39 : (RTC_OBJC_TYPE(RTCPeerConnectionFactory) *)factory nativeDataChannel40 : (rtc::scoped_refptr<webrtc::DataChannelInterface>)nativeDataChannel NS_DESIGNATED_INITIALIZER;
167 nativeDataChannel:168 (rtc::scoped_refptr<webrtc::DataChannelInterface>)nativeDataChannel {169 NSParameterAssert(nativeDataChannel);172 _nativeDataChannel = nativeDataChannel;
33 nativeDataChannel:dataChannel];
166 nativeDataChannel:data_channel];