Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/packet/tests/avrcp/
Dpass_through_packet_test.cc49 ASSERT_EQ(test_packet->GetKeyState(), KeyState::RELEASED); in TEST()
/packages/apps/TV/src/com/android/tv/dvr/recorder/
DRecordingTask.java116 RELEASED, enumConstant
561 case RELEASED: in stop()
/packages/modules/Bluetooth/system/include/hardware/avrcp/
Davrcp_common.h147 RELEASED = 0x01, enumerator
Davrcp_logging_helper.h234 CASE_RETURN_TEXT(KeyState::RELEASED); in KeyStateText()
/packages/modules/Bluetooth/system/gd/proto/bluetooth/metrics/
Dbluetooth.proto195 RELEASED = 2; enumerator
/packages/modules/Bluetooth/system/profile/avrcp/tests/
Davrcp_device_test.cc1585 EXPECT_CALL(interface, SendKeyEvent(0x44, KeyState::RELEASED)).Times(1); in TEST_F()
1616 EXPECT_CALL(interface, SendKeyEvent(0x44, KeyState::RELEASED)).Times(0); in TEST_F()