Home
last modified time | relevance | path

Searched refs:GetOperationId (Results 1 – 5 of 5) sorted by relevance

/system/bt/packet/tests/fuzzers/
Dpass_through_packet_fuzzer.cc42 test_packet->GetOperationId(); in LLVMFuzzerTestOneInput()
47 test_packet->GetOperationId(); in LLVMFuzzerTestOneInput()
/system/bt/packet/avrcp/
Dpass_through_packet.cc54 uint8_t PassThroughPacket::GetOperationId() const { in GetOperationId() function in bluetooth::avrcp::PassThroughPacket
68 ss << " └ Opperation ID = " << loghex(GetOperationId()) << std::endl; in ToString()
Dpass_through_packet.h66 uint8_t GetOperationId() const;
/system/bt/packet/tests/avrcp/
Dpass_through_packet_test.cc46 ASSERT_EQ(test_packet->GetOperationId(), 0x44); in TEST()
50 ASSERT_EQ(test_packet->GetOperationId(), 0x44); in TEST()
/system/bt/profile/avrcp/
Ddevice.cc666 pass_through_packet->GetOperationId()); in MessageReceived()
670 if (pass_through_packet->GetOperationId() == 0x44 && in MessageReceived()
698 media_interface_->SendKeyEvent(pass_through_packet->GetOperationId(), in MessageReceived()