Home
last modified time | relevance | path

Searched refs:remote_content_direction_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/talk/session/media/
Dchannel.h192 remote_content_direction_ = direction; in set_remote_content_direction()
331 MediaContentDirection remote_content_direction_; variable
Dchannel.cc187 remote_content_direction_(MD_INACTIVE), in BaseChannel()
456 return enabled() && IsReceiveContentDirection(remote_content_direction_) && in IsReadyToSend()