Searched defs:maxPacketLifeTime (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/webrtc/api/ | ||
H A D | data_channel_interface.cc | 31 absl::optional<int> DataChannelInterface::maxPacketLifeTime() const { in maxPacketLifeTime() function in webrtc::DataChannelInterface |
/aosp_15_r20/external/webrtc/sdk/objc/api/peerconnection/ | ||
H A D | RTCDataChannelConfiguration.mm | 35 - (int)maxPacketLifeTime { method in RTCDataChannelConfiguration |
H A D | RTCDataChannel.mm | 116 - (uint16_t)maxPacketLifeTime { method in RTCDataChannel |
/aosp_15_r20/external/webrtc/pc/ | ||
H A D | sctp_data_channel.h | 152 absl::optional<int> maxPacketLifeTime() const override { in maxPacketLifeTime() function |