Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/avrcp/
Davrcp_service.cc96 uint16_t RemoveRecord(uint32_t sdp_handle) { in RemoveRecord() function in bluetooth::avrcp::AvrcpInterfaceImpl
459 avrcp_interface_.RemoveRecord(sdp_record_handle); in Cleanup()
462 avrcp_interface_.RemoveRecord(ct_sdp_record_handle); in Cleanup()
480 avrcp_interface_.RemoveRecord(sdp_record_handle); in RegisterBipServer()
492 avrcp_interface_.RemoveRecord(sdp_record_handle); in UnregisterBipServer()
/packages/modules/Bluetooth/system/profile/avrcp/
Davrcp_internal.h46 virtual uint16_t RemoveRecord(uint32_t sdp_handle) = 0;
/packages/modules/Bluetooth/system/profile/avrcp/tests/
Davrcp_test_helper.h82 MOCK_METHOD1(RemoveRecord, uint16_t(uint32_t));