Home
last modified time | relevance | path

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

/system/bt/bta/include/
Dbta_av_api.h281 tBTA_AV_RC rc_id; member
292 tBTA_AV_RC rc_id; member
583 void BTA_AvRemoteCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_RC rc_id,
/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.cc424 static tBTA_AV_CODE bta_av_op_supported(tBTA_AV_RC rc_id, bool is_inquiry) { in bta_av_op_supported() argument
429 if (p_bta_av_rc_id[rc_id >> 4] & (1 << (rc_id & 0x0F))) { in bta_av_op_supported()
433 if (p_bta_av_rc_id[rc_id >> 4] & (1 << (rc_id & 0x0F))) { in bta_av_op_supported()
437 if (p_bta_av_rc_id_ac[rc_id >> 4] & (1 << (rc_id & 0x0F))) { in bta_av_op_supported()
906 av.remote_cmd.rc_id = p_data->rc_msg.msg.pass.op_id; in bta_av_rc_msg()
919 av.remote_rsp.rc_id = p_data->rc_msg.msg.pass.op_id; in bta_av_rc_msg()
Dbta_av_api.cc407 void BTA_AvRemoteCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_RC rc_id, in BTA_AvRemoteCmd() argument
414 p_buf->msg.op_id = rc_id; in BTA_AvRemoteCmd()
/system/bt/btif/src/
Dbtif_rc.cc803 p_remote_cmd->rc_id); in handle_rc_passthrough_cmd()
807 if ((p_remote_cmd->rc_id == AVRC_ID_PLAY) && (!btif_av_is_connected())) { in handle_rc_passthrough_cmd()
817 if ((p_remote_cmd->rc_id == AVRC_ID_PAUSE) && (p_dev->rc_pending_play)) { in handle_rc_passthrough_cmd()
824 if ((p_remote_cmd->rc_id == AVRC_ID_STOP) && in handle_rc_passthrough_cmd()
834 p_dev->rc_features, p_remote_cmd->rc_id, pressed); in handle_rc_passthrough_cmd()
835 HAL_CBACK(bt_rc_callbacks, passthrough_cmd_cb, p_remote_cmd->rc_id, pressed, in handle_rc_passthrough_cmd()
865 BTIF_TRACE_DEBUG("%s: rc_id: %d state: %s", __func__, p_remote_rsp->rc_id, in handle_rc_passthrough_rsp()
873 p_remote_rsp->rc_id, p_remote_rsp->key_state)); in handle_rc_passthrough_rsp()
1061 p_data->remote_cmd.rc_id, in btif_rc_handler()
1072 p_data->remote_rsp.rc_id, p_data->remote_rsp.key_state); in btif_rc_handler()
[all …]
Dbtif_av.cc1853 (p_av->remote_cmd.rc_id == AVRC_ID_PLAY)) { in ProcessEvent()