Home
last modified time | relevance | path

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

/system/bt/profile/avrcp/
Davrcp_internal.h77 virtual tSDP_DISC_REC* FindServiceInDb(tSDP_DISCOVERY_DB* a, uint16_t b,
Dconnection_handler.cc447 sdp_->FindServiceInDb(disc_db, UUID_SERVCLASS_AV_REMOTE_CONTROL, nullptr); in SdpCb()
494 sdp_record = sdp_->FindServiceInDb(disc_db, UUID_SERVCLASS_AV_REM_CTRL_TARGET, in SdpCb()
/system/bt/profile/avrcp/tests/
Davrcp_test_helper.h91 MOCK_METHOD3(FindServiceInDb,
Davrcp_connection_handler_test.cc68 EXPECT_CALL(mock_sdp_, FindServiceInDb(_, _, _)) in SetUpSdp()
/system/bt/btif/avrcp/
Davrcp_service.cc119 tSDP_DISC_REC* FindServiceInDb(tSDP_DISCOVERY_DB* a, uint16_t b, in FindServiceInDb() function in bluetooth::avrcp::SdpInterfaceImpl