Home
last modified time | relevance | path

Searched refs:RemoveRecord (Results 1 – 3 of 3) sorted by relevance

/system/bt/profile/avrcp/
Davrcp_internal.h42 virtual uint16_t RemoveRecord(uint32_t sdp_handle) = 0;
/system/bt/btif/avrcp/
Davrcp_service.cc67 uint16_t RemoveRecord(uint32_t sdp_handle) { in RemoveRecord() function in bluetooth::avrcp::AvrcpInterfaceImpl
333 avrcp_interface_.RemoveRecord(sdp_record_handle); in Cleanup()
348 avrcp_interface_.RemoveRecord(sdp_record_handle); in RegisterBipServer()
360 avrcp_interface_.RemoveRecord(sdp_record_handle); in UnregisterBipServer()
/system/bt/profile/avrcp/tests/
Davrcp_test_helper.h64 MOCK_METHOD1(RemoveRecord, uint16_t(uint32_t));