HomeSort by relevance Sort by last modified time
    Searched refs:GetDirection (Results 1 - 8 of 8) sorted by null

  /system/bt/packet/avrcp/
change_path.cc 58 Direction ChangePathRequest::GetDirection() const {
80 ss << " ? Direction = " << GetDirection() << std::endl;
change_path.h 62 Direction GetDirection() const;
  /system/bt/packet/tests/avrcp/
change_path_packet_test.cc 55 ASSERT_EQ(test_packet->GetDirection(), Direction::DOWN);
  /system/tools/aidl/
type_namespace.cpp 141 if (a.GetDirection() != AidlArgument::IN_DIR &&
generate_java_binder.cpp 375 if (arg->GetDirection() & AidlArgument::IN_DIR) {
464 if (arg->GetDirection() & AidlArgument::OUT_DIR) {
610 AidlArgument::Direction dir = arg->GetDirection();
652 if (arg->GetDirection() & AidlArgument::OUT_DIR) {
aidl_language.h 120 Direction GetDirection() const { return direction_; }
generate_cpp.cpp 102 if (a.GetDirection() & AidlArgument::IN_DIR) {
  /system/bt/profile/avrcp/
device.cc 739 DEVICE_VLOG(2) << __func__ << ": direction=" << pkt->GetDirection()
742 if (pkt->GetDirection() == Direction::DOWN &&
752 if (pkt->GetDirection() == Direction::DOWN) {
    [all...]

Completed in 91 milliseconds