Home
last modified time | relevance | path

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

/system/bt/profile/avrcp/tests/
Davrcp_connection_handler_test.cc192 EXPECT_CALL(mock_avrcp_, OpenBrowse(1, AVCT_ACP)).Times(1); in TEST_F()
342 EXPECT_CALL(mock_avrcp_, OpenBrowse(1, AVCT_ACP)).Times(1); in TEST_F()
358 EXPECT_CALL(mock_avrcp_, OpenBrowse(2, AVCT_ACP)).Times(1); in TEST_F()
437 EXPECT_CALL(mock_avrcp_, OpenBrowse(_, _)).Times(0); in TEST_F()
482 EXPECT_CALL(mock_avrcp_, OpenBrowse(1, AVCT_INT)).Times(1); in TEST_F()
Davrcp_test_helper.h66 MOCK_METHOD2(OpenBrowse, uint16_t(uint8_t, uint8_t));
/system/bt/profile/avrcp/
Davrcp_internal.h45 virtual uint16_t OpenBrowse(uint8_t handle, uint8_t conn_role) = 0;
Dconnection_handler.cc234 avrc_->OpenBrowse(handle, AVCT_INT); in InitiatorControlCb()
349 avrc_->OpenBrowse(handle, AVCT_ACP); in AcceptorControlCb()
/system/bt/btif/avrcp/
Davrcp_service.cc83 uint16_t OpenBrowse(uint8_t handle, uint8_t conn_role) override { in OpenBrowse() function in bluetooth::avrcp::AvrcpInterfaceImpl