Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_avrc_sdp.cc44 struct AVRC_RemoveRecord AVRC_RemoveRecord; variable
57 uint16_t AVRC_RemoveRecord::return_value = 0;
84 uint16_t AVRC_RemoveRecord(uint32_t sdp_handle) { in AVRC_RemoveRecord() function
86 return test::mock::stack_avrc_sdp::AVRC_RemoveRecord(sdp_handle); in AVRC_RemoveRecord()
Dmock_stack_avrc_sdp.h110 struct AVRC_RemoveRecord { struct
116 extern struct AVRC_RemoveRecord AVRC_RemoveRecord; argument
/packages/modules/Bluetooth/system/stack/include/
Davrc_api.h339 uint16_t AVRC_RemoveRecord(uint32_t sdp_handle);
/packages/modules/Bluetooth/system/stack/avrc/
Davrc_sdp.cc366 uint16_t AVRC_RemoveRecord(uint32_t sdp_handle) { in AVRC_RemoveRecord() function
/packages/modules/Bluetooth/system/btif/avrcp/
Davrcp_service.cc97 return AVRC_RemoveRecord(sdp_handle); in RemoveRecord()