Searched refs:remote_cmd (Results 1 – 4 of 4) sorted by relevance
891 av.remote_cmd.rc_id = p_data->rc_msg.msg.pass.op_id; in bta_av_rc_msg()892 av.remote_cmd.key_state = p_data->rc_msg.msg.pass.state; in bta_av_rc_msg()893 av.remote_cmd.p_data = p_data->rc_msg.msg.pass.p_pass_data; in bta_av_rc_msg()894 av.remote_cmd.len = p_data->rc_msg.msg.pass.pass_len; in bta_av_rc_msg()895 memcpy(&av.remote_cmd.hdr, &p_data->rc_msg.msg.hdr, sizeof(tAVRC_HDR)); in bta_av_rc_msg()896 av.remote_cmd.label = p_data->rc_msg.label; in bta_av_rc_msg()999 av.remote_cmd.rc_handle = p_data->rc_msg.handle; in bta_av_rc_msg()
999 p_data->remote_cmd.rc_id, in btif_rc_handler()1000 p_data->remote_cmd.key_state); in btif_rc_handler()1001 handle_rc_passthrough_cmd((&p_data->remote_cmd)); in btif_rc_handler()1159 tBTA_AV_REMOTE_CMD remote_cmd; in btif_rc_check_handle_pending_play() local1162 memset(&remote_cmd, 0, sizeof(tBTA_AV_REMOTE_CMD)); in btif_rc_check_handle_pending_play()1163 remote_cmd.rc_handle = p_dev->rc_handle; in btif_rc_check_handle_pending_play()1164 remote_cmd.rc_id = AVRC_ID_PLAY; in btif_rc_check_handle_pending_play()1165 remote_cmd.hdr.ctype = AVRC_CMD_CTRL; in btif_rc_check_handle_pending_play()1166 remote_cmd.hdr.opcode = AVRC_OP_PASS_THRU; in btif_rc_check_handle_pending_play()1174 remote_cmd.key_state = AVRC_STATE_PRESS; in btif_rc_check_handle_pending_play()[all …]
757 (p_av->remote_cmd.rc_id == BTA_AV_RC_PLAY)) { in btif_av_state_opened_handler()
421 tBTA_AV_REMOTE_CMD remote_cmd; member