Searched refs:nativeState (Results 1 – 9 of 9) sorted by relevance
100 (webrtc::PeerConnectionInterface::SignalingState)nativeState;111 (webrtc::PeerConnectionInterface::IceConnectionState)nativeState;114 (webrtc::PeerConnectionInterface::PeerConnectionState)nativeState;124 (webrtc::PeerConnectionInterface::IceGatheringState)nativeState;
56 (webrtc::MediaSourceInterface::SourceState)nativeState {57 switch (nativeState) {
46 (webrtc::DataChannelInterface::DataState)nativeState;
36 + (RTCSourceState)sourceStateForNativeState:(webrtc::MediaSourceInterface::SourceState)nativeState;
52 (webrtc::MediaStreamTrackInterface::TrackState)nativeState;
124 (webrtc::MediaStreamTrackInterface::TrackState)nativeState {125 switch (nativeState) {
672 (webrtc::PeerConnectionInterface::SignalingState)nativeState {673 switch (nativeState) {725 (webrtc::PeerConnectionInterface::PeerConnectionState)nativeState {726 switch (nativeState) {782 (webrtc::PeerConnectionInterface::IceConnectionState)nativeState {783 switch (nativeState) {837 (webrtc::PeerConnectionInterface::IceGatheringState)nativeState {838 switch (nativeState) {
194 (webrtc::DataChannelInterface::DataState)nativeState {195 switch (nativeState) {
140 return nativeState(); in state()191 private native State nativeState(); in nativeState() method in DataChannel