Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/profile/avrcp/
Davrcp_internal.h84 virtual tSDP_DISC_REC* FindServiceInDb(tSDP_DISCOVERY_DB* a, uint16_t b,
Dconnection_handler.cc505 sdp_->FindServiceInDb(disc_db, UUID_SERVCLASS_AV_REMOTE_CONTROL, nullptr); in SdpCb()
553 sdp_record = sdp_->FindServiceInDb(disc_db, UUID_SERVCLASS_AV_REM_CTRL_TARGET, in SdpCb()
/packages/modules/Bluetooth/system/profile/avrcp/tests/
Davrcp_test_helper.h113 MOCK_METHOD3(FindServiceInDb,
Davrcp_connection_handler_test.cc77 EXPECT_CALL(mock_sdp_, FindServiceInDb(_, _, _)) in SetUpSdp()
/packages/modules/Bluetooth/system/btif/avrcp/
Davrcp_service.cc156 tSDP_DISC_REC* FindServiceInDb(tSDP_DISCOVERY_DB* a, uint16_t b, in FindServiceInDb() function in bluetooth::avrcp::SdpInterfaceImpl