Home
last modified time | relevance | path

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

/aosp12/system/bt/packet/avrcp/
H A Dchange_path.cc58 Direction ChangePathRequest::GetDirection() const { in GetDirection() function in bluetooth::avrcp::ChangePathRequest
80 ss << " └ Direction = " << GetDirection() << std::endl; in ToString()
H A Dchange_path.h62 Direction GetDirection() const;
/aosp12/system/bt/packet/tests/fuzzers/
H A Dchange_path_req_fuzzer.cc45 test_packet->GetDirection(); in LLVMFuzzerTestOneInput()
/aosp12/system/bt/packet/tests/avrcp/
H A Dchange_path_packet_test.cc55 ASSERT_EQ(test_packet->GetDirection(), Direction::DOWN); in TEST()
/aosp12/system/tools/aidl/
H A Daidl_checkapi.cpp214 if (old_a.GetDirection() != new_a.GetDirection()) { in are_compatible_interfaces()
H A Dgenerate_java_binder.cpp468 if (arg->GetDirection() & AidlArgument::IN_DIR) { in generate_stub_code()
524 if (arg->GetDirection() & AidlArgument::OUT_DIR) { in generate_stub_code()
645 AidlArgument::Direction dir = arg->GetDirection(); in generate_proxy_method()
740 if (arg->GetDirection() & AidlArgument::OUT_DIR) { in generate_proxy_method()
H A Ddiagnostics.cpp137 if (a.GetDirection() == AidlArgument::INOUT_DIR) { in Visit()
H A Daidl_to_cpp_common.cpp108 if (a.GetDirection() & AidlArgument::IN_DIR) { in BuildVarName()
H A Daidl_language.cpp804 if (aspect.possible_directions.count(GetDirection()) == 0) { in CheckValid()
H A Daidl_language.h536 Direction GetDirection() const { return direction_; }
/aosp12/system/bt/profile/avrcp/
H A Ddevice.cc920 DEVICE_VLOG(2) << __func__ << ": direction=" << pkt->GetDirection() in HandleChangePath()
923 if (pkt->GetDirection() == Direction::DOWN && in HandleChangePath()
933 if (pkt->GetDirection() == Direction::DOWN) { in HandleChangePath()