Home
last modified time | relevance | path

Searched refs:GetDirection (Results 1 – 11 of 11) 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.cpp214 if (old_a.GetDirection() != new_a.GetDirection()) { in are_compatible_interfaces()
Ddiagnostics.cpp137 if (a.GetDirection() == AidlArgument::INOUT_DIR) { in Visit()
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()
Daidl_to_cpp_common.cpp108 if (a.GetDirection() & AidlArgument::IN_DIR) { in BuildVarName()
Daidl_language.cpp804 if (aspect.possible_directions.count(GetDirection()) == 0) { in CheckValid()
Daidl_language.h536 Direction GetDirection() const { return direction_; }
/system/bt/profile/avrcp/
Ddevice.cc915 DEVICE_VLOG(2) << __func__ << ": direction=" << pkt->GetDirection() in HandleChangePath()
918 if (pkt->GetDirection() == Direction::DOWN && in HandleChangePath()
928 if (pkt->GetDirection() == Direction::DOWN) { in HandleChangePath()