Searched refs:AVRC_BldResponse (Results 1 – 4 of 4) sorted by relevance
/system/bt/stack/include/ |
D | avrc_api.h | 685 extern tAVRC_STS AVRC_BldResponse(uint8_t handle, tAVRC_RESPONSE* p_rsp,
|
/system/bt/btif/src/ |
D | btif_rc.cc | 1182 status = AVRC_BldResponse(rc_handle, &avrc_rsp, &p_msg); in send_reject_response() 1277 if (AVRC_STS_NO_ERROR == (status = AVRC_BldResponse( in send_metamsg_rsp() 1304 status = AVRC_BldResponse(p_dev->rc_handle, pmetamsg_resp, &p_msg); in send_metamsg_rsp() 2087 status = AVRC_BldResponse(p_dev->rc_handle, &avrc_rsp, &p_msg); in get_folder_items_list_rsp() 2230 status = AVRC_BldResponse(p_dev->rc_handle, &avrc_rsp, &p_msg); in set_browsed_player_rsp() 2245 status = AVRC_BldResponse(p_dev->rc_handle, &avrc_rsp, &p_msg); in set_browsed_player_rsp() 5016 status = AVRC_BldResponse(p_dev->rc_handle, &avrc_rsp, &p_msg); in set_volume_rsp() 5061 status = AVRC_BldResponse(p_dev->rc_handle, &avrc_rsp, &p_msg); in volume_change_notification_rsp()
|
/system/bt/stack/avrc/ |
D | avrc_bld_tg.cc | 1366 tAVRC_STS AVRC_BldResponse(uint8_t handle, tAVRC_RESPONSE* p_rsp, in AVRC_BldResponse() function
|
/system/bt/bta/av/ |
D | bta_av_act.cc | 997 AVRC_BldResponse(0, &rc_rsp, &p_pkt); in bta_av_rc_msg()
|