Home
last modified time | relevance | path

Searched refs:remote_cmd (Results 1 – 4 of 4) sorted by relevance

/system/bt/btif/src/
Dbtif_rc.c1015 __FUNCTION__, p_data->remote_cmd.rc_id, in btif_rc_handler()
1016 p_data->remote_cmd.key_state); in btif_rc_handler()
1021 if (btif_rc_cb.rc_handle == p_data->remote_cmd.rc_handle) in btif_rc_handler()
1023 handle_rc_passthrough_cmd( (&p_data->remote_cmd) ); in btif_rc_handler()
1170 tBTA_AV_REMOTE_CMD remote_cmd; in btif_rc_check_handle_pending_play() local
1173 memset (&remote_cmd, 0, sizeof(tBTA_AV_REMOTE_CMD)); in btif_rc_check_handle_pending_play()
1174 remote_cmd.rc_handle = btif_rc_cb.rc_handle; in btif_rc_check_handle_pending_play()
1175 remote_cmd.rc_id = AVRC_ID_PLAY; in btif_rc_check_handle_pending_play()
1176 remote_cmd.hdr.ctype = AVRC_CMD_CTRL; in btif_rc_check_handle_pending_play()
1177 remote_cmd.hdr.opcode = AVRC_OP_PASS_THRU; in btif_rc_check_handle_pending_play()
[all …]
Dbtif_av.c716 (p_av->remote_cmd.rc_id == BTA_AV_RC_PLAY) ) in btif_av_state_opened_handler()
/system/bt/bta/av/
Dbta_av_act.c926 av.remote_cmd.rc_id = p_data->rc_msg.msg.pass.op_id; in bta_av_rc_msg()
927 av.remote_cmd.key_state = p_data->rc_msg.msg.pass.state; in bta_av_rc_msg()
928 av.remote_cmd.p_data = p_data->rc_msg.msg.pass.p_pass_data; in bta_av_rc_msg()
929 av.remote_cmd.len = p_data->rc_msg.msg.pass.pass_len; in bta_av_rc_msg()
930 memcpy(&av.remote_cmd.hdr, &p_data->rc_msg.msg.hdr, sizeof (tAVRC_HDR)); in bta_av_rc_msg()
931 av.remote_cmd.label = p_data->rc_msg.label; in bta_av_rc_msg()
1036 av.remote_cmd.rc_handle = p_data->rc_msg.handle; in bta_av_rc_msg()
/system/bt/bta/include/
Dbta_av_api.h445 tBTA_AV_REMOTE_CMD remote_cmd; member