Lines Matching refs:remote_cmd
1061 p_data->remote_cmd.rc_id, in btif_rc_handler()
1062 p_data->remote_cmd.key_state); in btif_rc_handler()
1063 handle_rc_passthrough_cmd((&p_data->remote_cmd)); in btif_rc_handler()
1221 tBTA_AV_REMOTE_CMD remote_cmd; in btif_rc_check_handle_pending_play() local
1224 memset(&remote_cmd, 0, sizeof(tBTA_AV_REMOTE_CMD)); in btif_rc_check_handle_pending_play()
1225 remote_cmd.rc_handle = p_dev->rc_handle; in btif_rc_check_handle_pending_play()
1226 remote_cmd.rc_id = AVRC_ID_PLAY; in btif_rc_check_handle_pending_play()
1227 remote_cmd.hdr.ctype = AVRC_CMD_CTRL; in btif_rc_check_handle_pending_play()
1228 remote_cmd.hdr.opcode = AVRC_OP_PASS_THRU; in btif_rc_check_handle_pending_play()
1236 remote_cmd.key_state = AVRC_STATE_PRESS; in btif_rc_check_handle_pending_play()
1237 handle_rc_passthrough_cmd(&remote_cmd); in btif_rc_check_handle_pending_play()
1241 remote_cmd.key_state = AVRC_STATE_RELEASE; in btif_rc_check_handle_pending_play()
1242 handle_rc_passthrough_cmd(&remote_cmd); in btif_rc_check_handle_pending_play()