Searched refs:AVRC_MsgReq (Results 1 – 4 of 4) sorted by relevance
/system/bt/stack/include/ |
D | avrc_api.h | 403 extern uint16_t AVRC_MsgReq(uint8_t handle, uint8_t label, uint8_t ctype,
|
/system/bt/stack/avrc/ |
D | avrc_api.cc | 603 AVRC_MsgReq(handle, (uint8_t)(label), AVRC_CMD_CTRL, p_cmd); in avrc_proc_far_msg() 1100 uint16_t AVRC_MsgReq(uint8_t handle, uint8_t label, uint8_t ctype, in AVRC_MsgReq() function
|
/system/bt/btif/avrcp/ |
D | avrcp_service.cc | 103 return AVRC_MsgReq(handle, label, ctype, p_pkt); in MsgReq()
|
/system/bt/bta/av/ |
D | bta_av_act.cc | 675 AVRC_MsgReq(p_rcb->handle, p_data->api_meta_rsp.label, in bta_av_rc_meta_rsp() 1000 AVRC_MsgReq(p_data->rc_msg.handle, p_data->rc_msg.label, ctype, p_pkt); in bta_av_rc_msg()
|