Home
last modified time | relevance | path

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

/system/bt/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;
/system/bt/packet/tests/avrcp/
Dchange_path_packet_test.cc55 ASSERT_EQ(test_packet->GetDirection(), Direction::DOWN); in TEST()
/system/tools/aidl/
Dtype_namespace.cpp143 if (a.GetDirection() != AidlArgument::IN_DIR && !can_be_out) { in GetArgType()
Daidl_apicheck.cpp106 if (old_a.GetDirection() != new_a.GetDirection()) { in are_compatible_interfaces()
Daidl_to_cpp_common.cpp83 if (a.GetDirection() & AidlArgument::IN_DIR) { in BuildVarName()
Dgenerate_java_binder.cpp447 if (arg->GetDirection() & AidlArgument::IN_DIR) { in generate_stub_code()
532 if (arg->GetDirection() & AidlArgument::OUT_DIR) { in generate_stub_code()
649 AidlArgument::Direction dir = arg->GetDirection(); in generate_proxy_method()
719 if (arg->GetDirection() & AidlArgument::OUT_DIR) { in generate_proxy_method()
Daidl_language.h302 Direction GetDirection() const { return direction_; } in GetDirection() function
/system/bt/profile/avrcp/
Ddevice.cc890 DEVICE_VLOG(2) << __func__ << ": direction=" << pkt->GetDirection() in HandleChangePath()
893 if (pkt->GetDirection() == Direction::DOWN && in HandleChangePath()
903 if (pkt->GetDirection() == Direction::DOWN) { in HandleChangePath()