Searched defs:packet_bytes (Results 1 – 10 of 10) sorted by relevance
/system/bt/gd/hci/ |
D | hci_packets_test.cc | 89 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in TEST() local 238 std::shared_ptr<std::vector<uint8_t>> packet_bytes = in TEST() local 251 std::shared_ptr<std::vector<uint8_t>> packet_bytes = in TEST() local 267 std::shared_ptr<std::vector<uint8_t>> packet_bytes = in TEST() local 287 std::shared_ptr<std::vector<uint8_t>> packet_bytes = in TEST() local 310 std::shared_ptr<std::vector<uint8_t>> packet_bytes = in TEST() local 330 std::shared_ptr<std::vector<uint8_t>> packet_bytes = in TEST() local 346 std::shared_ptr<std::vector<uint8_t>> packet_bytes = in TEST() local 359 std::shared_ptr<std::vector<uint8_t>> packet_bytes = in TEST() local 377 auto packet_bytes = std::make_shared<std::vector<uint8_t>>(); in TEST() local [all …]
|
D | acl_builder_test.cc | 138 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in TEST() local
|
/system/bt/gd/packet/parser/test/ |
D | generated_packet_test.cc | 73 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in TEST() local 105 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in TEST() local 177 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in TEST() local 198 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in TEST() local 237 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in TEST() local 263 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in TEST() local 299 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in TEST() local 346 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in TEST() local 381 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in TEST() local 416 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in TEST() local [all …]
|
/system/bt/gd/hal/ |
D | serialize_packet.h | 27 std::vector<uint8_t> packet_bytes; in SerializePacket() local
|
D | hci_hal_host_test.cc | 418 …auto packet_bytes = hal::SerializePacket(std::unique_ptr<packet::BasePacketBuilder>(new packet::Ra… in TEST() local
|
/system/bt/gd/cert/ |
D | matchers.py | 38 def ExtractMatchingCommandComplete(packet_bytes, opcode=None): argument 42 def _is_matching_command_complete(packet_bytes, opcode=None): argument 46 def _extract_matching_command_complete(packet_bytes, opcode=None): argument 64 def ExtractMatchingCommandStatus(packet_bytes, opcode=None): argument 68 def _is_matching_command_status(packet_bytes, opcode=None): argument 72 def _extract_matching_command_status(packet_bytes, opcode=None): argument 90 def ExtractEventWithCode(packet_bytes, event_code): argument 94 def _is_matching_event(packet_bytes, event_code): argument 98 def _extract_matching_event(packet_bytes, event_code): argument 111 def ExtractLeEventWithCode(packet_bytes, subevent_code): argument [all …]
|
/system/bt/gd/security/ |
D | pairing_handler_le.cc | 230 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in ExchangePairingFeature() local 307 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in ExchangePairingFeature() local
|
D | pairing_handler_le_unittest.cc | 42 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in BuilderToView() local
|
/system/bt/gd/security/test/ |
D | pairing_handler_le_pair_test.cc | 56 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in CommandBuilderToView() local 65 std::shared_ptr<std::vector<uint8_t>> packet_bytes = std::make_shared<std::vector<uint8_t>>(); in EventBuilderToView() local
|
/system/bt/gd/packet/parser/ |
D | parent_def.cc | 58 void ParentDef::AddTestCase(std::string packet_bytes) { in AddTestCase()
|