Home
last modified time | relevance | path

Searched refs:RELEASED (Results 1 – 5 of 5) sorted by relevance

/system/bt/packet/tests/avrcp/
Dpass_through_packet_test.cc49 ASSERT_EQ(test_packet->GetKeyState(), KeyState::RELEASED); in TEST()
/system/bt/include/hardware/avrcp/
Davrcp_common.h144 RELEASED = 0x01, enumerator
Davrcp_logging_helper.h232 CASE_RETURN_TEXT(KeyState::RELEASED); in KeyStateText()
/system/bt/proto/bluetooth/metrics/
Dbluetooth.proto198 RELEASED = 2; enumerator
/system/bt/profile/avrcp/tests/
Davrcp_device_test.cc1221 EXPECT_CALL(interface, SendKeyEvent(0x44, KeyState::RELEASED)).Times(1); in TEST_F()
1251 EXPECT_CALL(interface, SendKeyEvent(0x44, KeyState::RELEASED)).Times(0); in TEST_F()