HomeSort by relevance Sort by last modified time
    Searched defs:GetPayloadSize (Results 1 - 3 of 3) sorted by null

  /system/bt/vendor_libs/test_vendor_lib/src/
packet.cc 36 if (GetPayloadSize() + octets > kMaxPayloadOctets) return false;
64 if (GetPayloadSize() + BtAddress::kOctets > kMaxPayloadOctets) return false;
104 size_t Packet::GetPayloadSize() const { return payload_.size(); }
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/RuntimeDxe/
VariableSmm.c 475 SMM_VARIABLE_COMMUNICATE_GET_PAYLOAD_SIZE *GetPayloadSize;
668 DEBUG ((EFI_D_ERROR, "GetPayloadSize: SMM communication buffer size invalid!\n"));
671 GetPayloadSize = (SMM_VARIABLE_COMMUNICATE_GET_PAYLOAD_SIZE *) SmmVariableFunctionHeader->Data;
672 GetPayloadSize->VariablePayloadSize = mVariableBufferPayloadSize;
    [all...]
  /system/update_engine/
payload_state.cc 590 int64_t payload_size = GetPayloadSize();
741 int64_t payload_size = GetPayloadSize();
    [all...]

Completed in 2046 milliseconds