HomeSort by relevance Sort by last modified time
    Searched defs:Receiving (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/test/channel_transport/
udp_transport_impl.cc 837 bool receiving=_receiving; local
839 if(receiving)
868 if(receiving)
    [all...]
  /external/webrtc/webrtc/voice_engine/
channel.h 95 receiving(false) {}
103 bool receiving; member in struct:webrtc::voe::ChannelState::State
152 state_.receiving = enable;
163 public FileCallback, // receiving notification from file player & recorder
426 bool Receiving() const
428 return channel_state_.Get().receiving;
  /frameworks/native/services/surfaceflinger/tests/hwc2/
Hwc2Test.cpp 129 /* If the populateDisplays function is still receiving displays and the
135 if (mHotplugStatus != Hwc2TestHotplugStatus::Receiving)
    [all...]

Completed in 271 milliseconds