Home
last modified time | relevance | path

Searched refs:GetDirection (Results 1 – 10 of 10) 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/fuzzers/
Dchange_path_req_fuzzer.cc45 test_packet->GetDirection(); in LLVMFuzzerTestOneInput()
/system/bt/packet/tests/avrcp/
Dchange_path_packet_test.cc55 ASSERT_EQ(test_packet->GetDirection(), Direction::DOWN); in TEST()
/system/tools/aidl/
Daidl_checkapi.cpp137 if (old_a.GetDirection() != new_a.GetDirection()) { in are_compatible_interfaces()
Daidl_to_cpp_common.cpp87 if (a.GetDirection() & AidlArgument::IN_DIR) { in BuildVarName()
Dgenerate_java_binder.cpp465 if (arg->GetDirection() & AidlArgument::IN_DIR) { in generate_stub_code()
521 if (arg->GetDirection() & AidlArgument::OUT_DIR) { in generate_stub_code()
637 AidlArgument::Direction dir = arg->GetDirection(); in generate_proxy_method()
709 if (arg->GetDirection() & AidlArgument::OUT_DIR) { in generate_proxy_method()
Daidl_language.h378 Direction GetDirection() const { return direction_; } in GetDirection() function
Daidl_language.cpp1159 if (arg->GetDirection() != AidlArgument::IN_DIR && !can_be_out) { in CheckValid()
/system/bt/profile/avrcp/
Ddevice.cc893 DEVICE_VLOG(2) << __func__ << ": direction=" << pkt->GetDirection() in HandleChangePath()
896 if (pkt->GetDirection() == Direction::DOWN && in HandleChangePath()
906 if (pkt->GetDirection() == Direction::DOWN) { in HandleChangePath()