Home
last modified time | relevance | path

Searched defs:ready_to_send (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/webrtc/pc/test/
H A Drtp_transport_test_util.h63 bool ready_to_send() { return ready_to_send_; } in ready_to_send() function
/aosp_15_r20/external/webrtc/rtc_base/
H A Dtest_client.h89 bool ready_to_send() const { return ready_to_send_count() > 0; } in ready_to_send() function
/aosp_15_r20/external/webrtc/pc/
H A Drtp_transport.cc284 bool ready_to_send = in MaybeSignalReadyToSend() local
/aosp_15_r20/external/webrtc/media/base/
H A Dfake_media_engine.h224 bool ready_to_send() const { return ready_to_send_; } in ready_to_send() function