Searched refs:rc_id (Results 1 – 5 of 5) sorted by relevance
/system/bt/bta/include/ |
D | bta_av_api.h | 375 tBTA_AV_RC rc_id; member 387 tBTA_AV_RC rc_id; member 711 void BTA_AvRemoteCmd(UINT8 rc_handle, UINT8 label, tBTA_AV_RC rc_id,
|
/system/bt/btif/src/ |
D | btif_rc.c | 706 BTIF_TRACE_DEBUG("%s: p_remote_cmd->rc_id=%d", __FUNCTION__, p_remote_cmd->rc_id); in handle_rc_passthrough_cmd() 712 if ((p_remote_cmd->rc_id == BTA_AV_RC_PLAY) && (!btif_av_is_connected())) in handle_rc_passthrough_cmd() 722 if ((p_remote_cmd->rc_id == BTA_AV_RC_PAUSE) && (btif_rc_cb.rc_pending_play)) in handle_rc_passthrough_cmd() 728 if ((p_remote_cmd->rc_id == BTA_AV_RC_VOL_UP)||(p_remote_cmd->rc_id == BTA_AV_RC_VOL_DOWN)) in handle_rc_passthrough_cmd() 732 if ((p_remote_cmd->rc_id == BTA_AV_RC_STOP) && (!btif_av_stream_started_ready())) in handle_rc_passthrough_cmd() 746 if (p_remote_cmd->rc_id == BTA_AV_RC_FAST_FOR || p_remote_cmd->rc_id == BTA_AV_RC_REWIND) { in handle_rc_passthrough_cmd() 747 HAL_CBACK(bt_rc_callbacks, passthrough_cmd_cb, p_remote_cmd->rc_id, pressed); in handle_rc_passthrough_cmd() 752 if (p_remote_cmd->rc_id == key_map[i].avrcp) { in handle_rc_passthrough_cmd() 782 p_remote_cmd->rc_id, status); in handle_rc_passthrough_cmd() 811 BTIF_TRACE_DEBUG("%s: rc_id=%d status=%s", __FUNCTION__, p_remote_rsp->rc_id, status); in handle_rc_passthrough_rsp() [all …]
|
D | btif_av.c | 716 (p_av->remote_cmd.rc_id == BTA_AV_RC_PLAY) ) in btif_av_state_opened_handler()
|
/system/bt/bta/av/ |
D | bta_av_act.c | 413 static tBTA_AV_CODE bta_av_op_supported(tBTA_AV_RC rc_id, BOOLEAN is_inquiry) in bta_av_op_supported() argument 421 if (p_bta_av_rc_id[rc_id >> 4] & (1 << (rc_id & 0x0F))) in bta_av_op_supported() 428 if (p_bta_av_rc_id[rc_id >> 4] & (1 << (rc_id & 0x0F))) in bta_av_op_supported() 434 if (p_bta_av_rc_id_ac[rc_id >> 4] & (1 << (rc_id & 0x0F))) in bta_av_op_supported() 926 av.remote_cmd.rc_id = p_data->rc_msg.msg.pass.op_id; in bta_av_rc_msg() 940 av.remote_rsp.rc_id = p_data->rc_msg.msg.pass.op_id; in bta_av_rc_msg()
|
D | bta_av_api.c | 420 void BTA_AvRemoteCmd(UINT8 rc_handle, UINT8 label, tBTA_AV_RC rc_id, tBTA_AV_STATE key_state) in BTA_AvRemoteCmd() argument 427 p_buf->msg.op_id = rc_id; in BTA_AvRemoteCmd()
|