Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/api/
H A Ddata_channel_interface.cc31 absl::optional<int> DataChannelInterface::maxPacketLifeTime() const { in maxPacketLifeTime() function in webrtc::DataChannelInterface
/aosp_15_r20/external/webrtc/sdk/objc/api/peerconnection/
H A DRTCDataChannelConfiguration.mm35 - (int)maxPacketLifeTime { method in RTCDataChannelConfiguration
H A DRTCDataChannel.mm116 - (uint16_t)maxPacketLifeTime { method in RTCDataChannel
/aosp_15_r20/external/webrtc/pc/
H A Dsctp_data_channel.h152 absl::optional<int> maxPacketLifeTime() const override { in maxPacketLifeTime() function