Lines Matching refs:remote_cmd
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() local
1162 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()
1175 handle_rc_passthrough_cmd(&remote_cmd); in btif_rc_check_handle_pending_play()
1179 remote_cmd.key_state = AVRC_STATE_RELEASE; in btif_rc_check_handle_pending_play()
1180 handle_rc_passthrough_cmd(&remote_cmd); in btif_rc_check_handle_pending_play()