Searched refs:SendKeyEvent (Results 1 – 7 of 7) sorted by relevance
/aosp12/system/bt/profile/avrcp/tests/avrcp_device_fuzz/ |
H A D | avrcp_device_fuzz.cc | 13 virtual void SendKeyEvent(uint8_t key, KeyState state) {} in SendKeyEvent() function in bluetooth::avrcp::FakeMediaInterface
|
/aosp12/system/bt/include/hardware/avrcp/ |
H A D | avrcp.h | 106 virtual void SendKeyEvent(uint8_t key, KeyState state) = 0;
|
/aosp12/system/bt/profile/avrcp/tests/ |
H A D | avrcp_test_helper.h | 36 MOCK_METHOD2(SendKeyEvent, void(uint8_t, KeyState));
|
H A D | avrcp_device_test.cc | 1390 EXPECT_CALL(interface, SendKeyEvent(0x44, KeyState::PUSHED)).Times(1); in TEST_F() 1424 EXPECT_CALL(interface, SendKeyEvent(0x44, KeyState::PUSHED)).Times(0); in TEST_F() 1453 EXPECT_CALL(interface, SendKeyEvent(0x44, KeyState::RELEASED)).Times(1); in TEST_F() 1483 EXPECT_CALL(interface, SendKeyEvent(0x44, KeyState::RELEASED)).Times(0); in TEST_F()
|
/aosp12/system/bt/btif/avrcp/ |
H A D | avrcp_service.cc | 140 void SendKeyEvent(uint8_t key, KeyState state) override { in SendKeyEvent() function in bluetooth::avrcp::MediaInterfaceWrapper 141 do_in_avrcp_jni(base::Bind(&MediaInterface::SendKeyEvent, in SendKeyEvent()
|
/aosp12/system/bt/profile/avrcp/ |
H A D | device.cc | 696 d->media_interface_->SendKeyEvent(0x44, KeyState::PUSHED); in MessageReceived() 703 media_interface_->SendKeyEvent(pass_through_packet->GetOperationId(), in MessageReceived()
|
/aosp12/packages/apps/Bluetooth/jni/ |
H A D | com_android_bluetooth_avrcp_target.cpp | 79 void SendKeyEvent(uint8_t key, KeyState state) { in SendKeyEvent() function in android::AvrcpMediaInterfaceImpl
|