Home
last modified time | relevance | path

Searched refs:DOWN (Results 1 – 7 of 7) sorted by relevance

/system/extras/tests/workloads/
Dchromefling.sh47 DOWN="70 100 70 400 $flingtime";;
53 DOWN="700 400 700 1847 $flingtime";;
59 DOWN="500 550 500 1200 $flingtime";;
65 DOWN="500 400 500 1400 $flingtime";;
71 DOWN="500 530 500 1560 $flingtime";;
108 swipe "$DOWN" $downCount
Drecentfling.sh48 DOWN="70 100 70 400 $flingtime";;
54 DOWN="500 550 500 1200 $flingtime";;
60 DOWN="500 550 500 1200 $flingtime";;
66 DOWN="70 70 70 400 $flingtime";;
111 swipe "$DOWN" $downCount
115 swipe "$DOWN" $downCount
/system/bt/packet/tests/avrcp/
Dchange_path_packet_test.cc55 ASSERT_EQ(test_packet->GetDirection(), Direction::DOWN); in TEST()
76 auto builder = ChangePathRequestBuilder::MakeBuilder(0, Direction::DOWN, 2); in TEST()
/system/bt/include/hardware/avrcp/
Davrcp_common.h139 DOWN = 0x01, enumerator
Davrcp_logging_helper.h219 CASE_RETURN_TEXT(Direction::DOWN); in DirectionText()
/system/bt/profile/avrcp/
Ddevice.cc896 if (pkt->GetDirection() == Direction::DOWN && in HandleChangePath()
906 if (pkt->GetDirection() == Direction::DOWN) { in HandleChangePath()
/system/bt/profile/avrcp/tests/
Davrcp_device_test.cc896 ChangePathRequestBuilder::MakeBuilder(0, Direction::DOWN, 2); in TEST_F()
922 ChangePathRequestBuilder::MakeBuilder(0, Direction::DOWN, 4); in TEST_F()