Home
last modified time | relevance | path

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

/aosp12/system/bt/test/mock/
H A Dmock_stack_avrc_bld_tg.cc39 tAVRC_STS AVRC_BldResponse(uint8_t handle, tAVRC_RESPONSE* p_rsp, in AVRC_BldResponse() function
/aosp12/system/bt/btif/test/
H A Dbtif_rc_test.cc42 tAVRC_STS AVRC_BldResponse(uint8_t handle, tAVRC_RESPONSE* p_rsp, in AVRC_BldResponse() function
/aosp12/system/bt/stack/include/
H A Davrc_api.h744 extern tAVRC_STS AVRC_BldResponse(uint8_t handle, tAVRC_RESPONSE* p_rsp,
/aosp12/system/bt/btif/src/
H A Dbtif_rc.cc1259 status = AVRC_BldResponse(rc_handle, &avrc_rsp, &p_msg); in send_reject_response()
1354 if (AVRC_STS_NO_ERROR == (status = AVRC_BldResponse( in send_metamsg_rsp()
1381 status = AVRC_BldResponse(p_dev->rc_handle, pmetamsg_resp, &p_msg); in send_metamsg_rsp()
2157 status = AVRC_BldResponse(p_dev->rc_handle, &avrc_rsp, &p_msg); in get_folder_items_list_rsp()
2300 status = AVRC_BldResponse(p_dev->rc_handle, &avrc_rsp, &p_msg); in set_browsed_player_rsp()
2315 status = AVRC_BldResponse(p_dev->rc_handle, &avrc_rsp, &p_msg); in set_browsed_player_rsp()
5156 status = AVRC_BldResponse(p_dev->rc_handle, &avrc_rsp, &p_msg); in set_volume_rsp()
5201 status = AVRC_BldResponse(p_dev->rc_handle, &avrc_rsp, &p_msg); in volume_change_notification_rsp()
/aosp12/system/bt/stack/avrc/
H A Davrc_bld_tg.cc1365 tAVRC_STS AVRC_BldResponse(uint8_t handle, tAVRC_RESPONSE* p_rsp, in AVRC_BldResponse() function
/aosp12/system/bt/bta/av/
H A Dbta_av_act.cc994 AVRC_BldResponse(0, &rc_rsp, &p_pkt); in bta_av_rc_msg()