Searched refs:AVRC_BldResponse (Results 1 – 6 of 6) sorted by relevance
/aosp12/system/bt/test/mock/ |
H A D | mock_stack_avrc_bld_tg.cc | 39 tAVRC_STS AVRC_BldResponse(uint8_t handle, tAVRC_RESPONSE* p_rsp, in AVRC_BldResponse() function
|
/aosp12/system/bt/btif/test/ |
H A D | btif_rc_test.cc | 42 tAVRC_STS AVRC_BldResponse(uint8_t handle, tAVRC_RESPONSE* p_rsp, in AVRC_BldResponse() function
|
/aosp12/system/bt/stack/include/ |
H A D | avrc_api.h | 744 extern tAVRC_STS AVRC_BldResponse(uint8_t handle, tAVRC_RESPONSE* p_rsp,
|
/aosp12/system/bt/btif/src/ |
H A D | btif_rc.cc | 1259 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 D | avrc_bld_tg.cc | 1365 tAVRC_STS AVRC_BldResponse(uint8_t handle, tAVRC_RESPONSE* p_rsp, in AVRC_BldResponse() function
|
/aosp12/system/bt/bta/av/ |
H A D | bta_av_act.cc | 994 AVRC_BldResponse(0, &rc_rsp, &p_pkt); in bta_av_rc_msg()
|