Home
last modified time | relevance | path

Searched refs:GetOpcode (Results 1 – 15 of 15) sorted by relevance

/aosp12/system/bt/vendor_libs/test_vendor_lib/test/
H A Dlink_layer_socket_device_test.cc104 ASSERT_EQ(client_opcodes_[index], command_view.GetOpcode()); in ValidatePacket()
106 ASSERT_EQ(server_opcodes_[index], command_view.GetOpcode()); in ValidatePacket()
192 client_opcodes_[pair_id] = CommandView::GetCommand(view).GetOpcode(); in SendFromClient()
199 server_opcodes_[pair_id] = CommandView::GetCommand(view).GetOpcode(); in SendFromServer()
H A Dpacket_stream_unittest.cc80 EXPECT_EQ(opcode, command->GetOpcode()); in CheckedReceiveCommand()
/aosp12/system/bt/packet/avrcp/
H A Davrcp_packet.cc89 Opcode Packet::GetOpcode() const { in GetOpcode() function in bluetooth::avrcp::Packet
102 ss << " └ OpCode = " << GetOpcode() << std::endl; in ToString()
H A Dregister_notification_packet.cc62 ss << " └ OpCode = " << GetOpcode() << std::endl; in ToString()
251 ss << " └ OpCode = " << GetOpcode() << std::endl; in ToString()
H A Dpass_through_packet.cc66 ss << " └ OpCode = " << GetOpcode() << std::endl; in ToString()
H A Dset_absolute_volume.cc64 ss << " └ OpCode = " << GetOpcode() << std::endl; in ToString()
H A Dset_addressed_player.cc65 ss << " └ OpCode = " << GetOpcode() << std::endl; in ToString()
H A Davrcp_packet.h87 Opcode GetOpcode() const;
H A Dplay_item.cc75 ss << " └ OpCode = " << GetOpcode() << std::endl; in ToString()
H A Dcapabilities_packet.cc64 ss << " └ OpCode = " << GetOpcode() << std::endl; in ToString()
H A Dget_element_attributes_packet.cc67 ss << " └ OpCode = " << GetOpcode() << std::endl; in ToString()
H A Dvendor_packet.cc117 ss << " └ OpCode = " << GetOpcode() << std::endl; in ToString()
/aosp12/system/bt/packet/tests/avrcp/
H A Davrcp_packet_test.cc86 ASSERT_EQ(test_avrcp_packet->GetOpcode(), Opcode::VENDOR); in TEST()
/aosp12/system/bt/profile/avrcp/
H A Dconnection_handler.cc558 uint16_t op_code = (uint16_t)(::bluetooth::Packet::Specialize<Packet>(packet)->GetOpcode()); in SendMessage()
H A Ddevice.cc650 DEVICE_VLOG(4) << __func__ << ": opcode=" << pkt->GetOpcode(); in MessageReceived()
652 switch (pkt->GetOpcode()) { in MessageReceived()