Home
last modified time | relevance | path

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

/system/bt/profile/avrcp/
Davrcp_internal.h76 virtual bool FindProfileVersionInRec(t_sdp_disc_rec* a, uint16_t b,
Dconnection_handler.cc438 sdp_->FindProfileVersionInRec( in SdpCb()
483 sdp_->FindProfileVersionInRec(sdp_record, UUID_SERVCLASS_AV_REMOTE_CONTROL, in SdpCb()
/system/bt/profile/avrcp/tests/
Davrcp_test_helper.h92 MOCK_METHOD3(FindProfileVersionInRec,
Davrcp_connection_handler_test.cc73 EXPECT_CALL(mock_sdp_, FindProfileVersionInRec(_, _, _)) in SetUpSdp()
/system/bt/btif/avrcp/
Davrcp_service.cc129 bool FindProfileVersionInRec(t_sdp_disc_rec* a, uint16_t b, in FindProfileVersionInRec() function in bluetooth::avrcp::SdpInterfaceImpl