Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/packet/avrcp/
Dchange_path.cc58 Direction ChangePathRequest::GetDirection() const { in GetDirection() function in bluetooth::avrcp::ChangePathRequest
80 ss << " └ Direction = " << GetDirection() << std::endl; in ToString()
Dchange_path.h62 Direction GetDirection() const;
/packages/modules/Bluetooth/system/packet/tests/fuzzers/
Dchange_path_req_fuzzer.cc44 test_packet->GetDirection(); in LLVMFuzzerTestOneInput()
/packages/modules/Bluetooth/system/packet/tests/avrcp/
Dchange_path_packet_test.cc54 ASSERT_EQ(test_packet->GetDirection(), Direction::DOWN); in TEST()
/packages/modules/Bluetooth/system/profile/avrcp/
Ddevice.cc1219 log::verbose("direction={} uid=0x{:x}", pkt->GetDirection(), pkt->GetUid()); in HandleChangePath()
1221 if (pkt->GetDirection() == Direction::DOWN && in HandleChangePath()
1230 if (pkt->GetDirection() == Direction::DOWN) { in HandleChangePath()