Home
last modified time | relevance | path

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

/system/bt/packet/avrcp/
Davrcp_packet.cc89 Opcode Packet::GetOpcode() const { in GetOpcode() function in bluetooth::avrcp::Packet
102 ss << " └ OpCode = " << GetOpcode() << std::endl; in ToString()
Dpass_through_packet.cc66 ss << " └ OpCode = " << GetOpcode() << std::endl; in ToString()
Dset_absolute_volume.cc64 ss << " └ OpCode = " << GetOpcode() << std::endl; in ToString()
Dset_addressed_player.cc65 ss << " └ OpCode = " << GetOpcode() << std::endl; in ToString()
Dplay_item.cc75 ss << " └ OpCode = " << GetOpcode() << std::endl; in ToString()
Davrcp_packet.h87 Opcode GetOpcode() const;
Dregister_notification_packet.cc62 ss << " └ OpCode = " << GetOpcode() << std::endl; in ToString()
251 ss << " └ OpCode = " << GetOpcode() << std::endl; in ToString()
Dget_element_attributes_packet.cc67 ss << " └ OpCode = " << GetOpcode() << std::endl; in ToString()
Dcapabilities_packet.cc64 ss << " └ OpCode = " << GetOpcode() << std::endl; in ToString()
Dvendor_packet.cc117 ss << " └ OpCode = " << GetOpcode() << std::endl; in ToString()
/system/bt/vendor_libs/test_vendor_lib/test/
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()
Dpacket_stream_unittest.cc80 EXPECT_EQ(opcode, command->GetOpcode()); in CheckedReceiveCommand()
/system/bt/packet/tests/avrcp/
Davrcp_packet_test.cc86 ASSERT_EQ(test_avrcp_packet->GetOpcode(), Opcode::VENDOR); in TEST()
/system/bt/profile/avrcp/
Dconnection_handler.cc558 uint16_t op_code = (uint16_t)(::bluetooth::Packet::Specialize<Packet>(packet)->GetOpcode()); in SendMessage()
Ddevice.cc645 DEVICE_VLOG(4) << __func__ << ": opcode=" << pkt->GetOpcode(); in MessageReceived()
647 switch (pkt->GetOpcode()) { in MessageReceived()