Home
last modified time | relevance | path

Searched refs:rc_id (Results 1 – 7 of 7) sorted by relevance

/system/bt/bta/include/
Dbta_av_api.h275 tBTA_AV_RC rc_id; member
286 tBTA_AV_RC rc_id; member
569 void BTA_AvRemoteCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_RC rc_id,
/system/bt/test/mock/
Dmock_bta_av_api.cc85 void BTA_AvRemoteCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_RC rc_id, in BTA_AvRemoteCmd() argument
/system/bt/btif/test/
Dbtif_rc_test.cc68 void BTA_AvRemoteCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_RC rc_id, in BTA_AvRemoteCmd() argument
/system/bt/bta/av/
Dbta_av_act.cc418 static tBTA_AV_CODE bta_av_op_supported(tBTA_AV_RC rc_id, bool is_inquiry) { in bta_av_op_supported() argument
423 if (p_bta_av_rc_id[rc_id >> 4] & (1 << (rc_id & 0x0F))) { in bta_av_op_supported()
427 if (p_bta_av_rc_id[rc_id >> 4] & (1 << (rc_id & 0x0F))) { in bta_av_op_supported()
431 if (p_bta_av_rc_id_ac[rc_id >> 4] & (1 << (rc_id & 0x0F))) { in bta_av_op_supported()
900 av.remote_cmd.rc_id = p_data->rc_msg.msg.pass.op_id; in bta_av_rc_msg()
913 av.remote_rsp.rc_id = p_data->rc_msg.msg.pass.op_id; in bta_av_rc_msg()
Dbta_av_api.cc397 void BTA_AvRemoteCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_RC rc_id, in BTA_AvRemoteCmd() argument
404 p_buf->msg.op_id = rc_id; in BTA_AvRemoteCmd()
/system/bt/btif/src/
Dbtif_rc.cc802 p_remote_cmd->rc_id); in handle_rc_passthrough_cmd()
806 if ((p_remote_cmd->rc_id == AVRC_ID_PLAY) && (!btif_av_is_connected())) { in handle_rc_passthrough_cmd()
816 if ((p_remote_cmd->rc_id == AVRC_ID_PAUSE) && (p_dev->rc_pending_play)) { in handle_rc_passthrough_cmd()
823 if ((p_remote_cmd->rc_id == AVRC_ID_STOP) && in handle_rc_passthrough_cmd()
833 p_dev->rc_features, p_remote_cmd->rc_id, pressed); in handle_rc_passthrough_cmd()
834 HAL_CBACK(bt_rc_callbacks, passthrough_cmd_cb, p_remote_cmd->rc_id, pressed, in handle_rc_passthrough_cmd()
864 BTIF_TRACE_DEBUG("%s: rc_id: %d state: %s", __func__, p_remote_rsp->rc_id, in handle_rc_passthrough_rsp()
872 p_remote_rsp->rc_id, p_remote_rsp->key_state)); in handle_rc_passthrough_rsp()
1060 p_data->remote_cmd.rc_id, in btif_rc_handler()
1071 p_data->remote_rsp.rc_id, p_data->remote_rsp.key_state); in btif_rc_handler()
[all …]
Dbtif_av.cc1860 (p_av->remote_cmd.rc_id == AVRC_ID_PLAY)) { in ProcessEvent()