Searched refs:getMaxMtuBytes (Results 1 – 6 of 6) sorted by relevance
112 mMaxFragmentUnitSize = pConfig->getMaxMtuBytes(); in SetConfig()125 mMaxFragmentUnitSize == pConfig->getMaxMtuBytes()); in IsSameConfig()
201 int32_t getMaxMtuBytes();
81 assertThat(config.getMaxMtuBytes()).isEqualTo(MAX_MTU_BYTES); in testConstructorAndGetters()
110 EXPECT_EQ(config1.getMaxMtuBytes(), kMtu); in TEST_F()
403 public int getMaxMtuBytes() { in getMaxMtuBytes() method in VideoConfig
444 int32_t VideoConfig::getMaxMtuBytes() in getMaxMtuBytes() function in android::telephony::imsmedia::VideoConfig