Home
last modified time | relevance | path

Searched refs:NotifyFirstPacketReceived (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/webrtc/pc/
H A Drtp_receiver.h74 virtual void NotifyFirstPacketReceived() = 0;
H A Daudio_rtp_receiver.h103 void NotifyFirstPacketReceived() override;
H A Dvideo_rtp_receiver.h93 void NotifyFirstPacketReceived() override;
H A Dvideo_rtp_receiver.cc298 void VideoRtpReceiver::NotifyFirstPacketReceived() { in NotifyFirstPacketReceived() function in webrtc::VideoRtpReceiver
H A Daudio_rtp_receiver.cc329 void AudioRtpReceiver::NotifyFirstPacketReceived() { in NotifyFirstPacketReceived() function in webrtc::AudioRtpReceiver
H A Drtp_transceiver.cc448 receiver->internal()->NotifyFirstPacketReceived(); in OnFirstPacketReceived()
/aosp_15_r20/external/webrtc/pc/test/
H A Dmock_rtp_receiver_internal.h64 MOCK_METHOD(void, NotifyFirstPacketReceived, (), (override));