Searched refs:OpenBrowse (Results 1 – 5 of 5) sorted by relevance
/system/bt/profile/avrcp/tests/ |
D | avrcp_connection_handler_test.cc | 192 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()
|
D | avrcp_test_helper.h | 66 MOCK_METHOD2(OpenBrowse, uint16_t(uint8_t, uint8_t));
|
/system/bt/profile/avrcp/ |
D | avrcp_internal.h | 45 virtual uint16_t OpenBrowse(uint8_t handle, uint8_t conn_role) = 0;
|
D | connection_handler.cc | 234 avrc_->OpenBrowse(handle, AVCT_INT); in InitiatorControlCb() 349 avrc_->OpenBrowse(handle, AVCT_ACP); in AcceptorControlCb()
|
/system/bt/btif/avrcp/ |
D | avrcp_service.cc | 83 uint16_t OpenBrowse(uint8_t handle, uint8_t conn_role) override { in OpenBrowse() function in bluetooth::avrcp::AvrcpInterfaceImpl
|