Home
last modified time | relevance | path

Searched refs:GetDirection (Results 1 – 8 of 8) 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.cpp141 if (a.GetDirection() != AidlArgument::IN_DIR && in GetArgType()
Dgenerate_java_binder.cpp375 if (arg->GetDirection() & AidlArgument::IN_DIR) { in generate_stub_code()
464 if (arg->GetDirection() & AidlArgument::OUT_DIR) { in generate_stub_code()
610 AidlArgument::Direction dir = arg->GetDirection(); in generate_proxy_method()
652 if (arg->GetDirection() & AidlArgument::OUT_DIR) { in generate_proxy_method()
Daidl_language.h120 Direction GetDirection() const { return direction_; } in GetDirection() function
Dgenerate_cpp.cpp102 if (a.GetDirection() & AidlArgument::IN_DIR) { in BuildVarName()
/system/bt/profile/avrcp/
Ddevice.cc739 DEVICE_VLOG(2) << __func__ << ": direction=" << pkt->GetDirection() in HandleChangePath()
742 if (pkt->GetDirection() == Direction::DOWN && in HandleChangePath()
752 if (pkt->GetDirection() == Direction::DOWN) { in HandleChangePath()