Home
last modified time | relevance | path

Searched refs:AVRC_Close (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/bt/test/mock/
H A Dmock_stack_avrc_api.cc42 uint16_t AVRC_Close(uint8_t handle) { in AVRC_Close() function
/aosp12/system/bt/stack/include/
H A Davrc_api.h411 extern uint16_t AVRC_Close(uint8_t handle);
/aosp12/system/bt/btif/avrcp/
H A Davrcp_service.cc94 uint16_t Close(uint8_t handle) override { return AVRC_Close(handle); } in Close()
/aosp12/system/bt/bta/av/
H A Dbta_av_act.cc132 AVRC_Close(rc_handle); in bta_av_del_rc()
1039 AVRC_Close(p_rcb->handle); in bta_av_rc_close()
H A Dbta_av_aact.cc2961 AVRC_Close(p_scb->rc_handle); in bta_av_open_rc()
/aosp12/system/bt/stack/avrc/
H A Davrc_api.cc1071 uint16_t AVRC_Close(uint8_t handle) { in AVRC_Close() function