Searched refs:AddRecord (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/system/btif/avrcp/ |
D | avrcp_service.cc | 86 uint16_t AddRecord(uint16_t service_uuid, const char* p_service_name, in AddRecord() function in bluetooth::avrcp::AvrcpInterfaceImpl 403 avrcp_interface_.AddRecord(UUID_SERVCLASS_AV_REM_CTRL_TARGET, in Init() 411 avrcp_interface_.AddRecord(UUID_SERVCLASS_AV_REMOTE_CONTROL, in Init() 484 avrcp_interface_.AddRecord(UUID_SERVCLASS_AV_REM_CTRL_TARGET, in RegisterBipServer() 495 avrcp_interface_.AddRecord(UUID_SERVCLASS_AV_REM_CTRL_TARGET, in UnregisterBipServer()
|
/packages/modules/Bluetooth/system/profile/avrcp/ |
D | avrcp_internal.h | 40 virtual uint16_t AddRecord(uint16_t service_uuid, const char* p_service_name,
|
/packages/modules/Bluetooth/system/profile/avrcp/tests/ |
D | avrcp_test_helper.h | 80 MOCK_METHOD8(AddRecord, uint16_t(uint16_t, const char*, const char*, uint16_t,
|