HomeSort by relevance Sort by last modified time
    Searched refs:IsLegacy (Results 1 - 11 of 11) sorted by null

  /external/webrtc/webrtc/p2p/base/
stunserver.cc 90 if (!request->IsLegacy()) {
stun.h 146 bool IsLegacy() const;
stun.cc 59 bool StunMessage::IsLegacy() const {
362 if (!IsLegacy())
stun_unittest.cc 35 ASSERT_EQ(length == kStunTransactionIdLength + 4, msg.IsLegacy());
36 ASSERT_EQ(length == kStunTransactionIdLength, !msg.IsLegacy());
    [all...]
port_unittest.cc     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerUiLib/
BootOption.c 357 NewLoadContext->IsLegacy = TRUE;
359 NewLoadContext->IsLegacy = FALSE;
688 NewLoadContext->IsLegacy = FALSE;
790 if (NewLoadContext->IsLegacy) {
836 if (NewLoadContext->IsLegacy) {
BootMaintenanceManager.h 274 BOOLEAN IsLegacy;
    [all...]
UpdatePage.c 251 if (NewLoadContext->IsLegacy) {
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
BootOption.c 989 NewLoadContext->IsLegacy = TRUE;
991 NewLoadContext->IsLegacy = FALSE;
    [all...]
BootMaint.h 271 BOOLEAN IsLegacy;
    [all...]
UpdatePage.c 261 if (NewLoadContext->IsLegacy) {
    [all...]

Completed in 811 milliseconds