Home
last modified time | relevance | path

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

/system/bt/bta/include/
Dbta_av_api.h271 tBTA_AV_RC rc_id; member
282 tBTA_AV_RC rc_id; member
571 void BTA_AvRemoteCmd(uint8_t rc_handle, uint8_t label, tBTA_AV_RC rc_id,
/system/bt/bta/av/
Dbta_av_act.cc423 static tBTA_AV_CODE bta_av_op_supported(tBTA_AV_RC rc_id, bool is_inquiry) { in bta_av_op_supported() argument
428 if (p_bta_av_rc_id[rc_id >> 4] & (1 << (rc_id & 0x0F))) { in bta_av_op_supported()
432 if (p_bta_av_rc_id[rc_id >> 4] & (1 << (rc_id & 0x0F))) { in bta_av_op_supported()
436 if (p_bta_av_rc_id_ac[rc_id >> 4] & (1 << (rc_id & 0x0F))) { in bta_av_op_supported()
903 av.remote_cmd.rc_id = p_data->rc_msg.msg.pass.op_id; in bta_av_rc_msg()
916 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.cc742 p_remote_cmd->rc_id); in handle_rc_passthrough_cmd()
746 if ((p_remote_cmd->rc_id == AVRC_ID_PLAY) && (!btif_av_is_connected())) { in handle_rc_passthrough_cmd()
756 if ((p_remote_cmd->rc_id == AVRC_ID_PAUSE) && (p_dev->rc_pending_play)) { in handle_rc_passthrough_cmd()
763 if ((p_remote_cmd->rc_id == AVRC_ID_STOP) && in handle_rc_passthrough_cmd()
773 p_dev->rc_features, p_remote_cmd->rc_id, pressed); in handle_rc_passthrough_cmd()
774 HAL_CBACK(bt_rc_callbacks, passthrough_cmd_cb, p_remote_cmd->rc_id, pressed, in handle_rc_passthrough_cmd()
804 BTIF_TRACE_DEBUG("%s: rc_id: %d state: %s", __func__, p_remote_rsp->rc_id, in handle_rc_passthrough_rsp()
812 p_remote_rsp->rc_id, p_remote_rsp->key_state)); in handle_rc_passthrough_rsp()
999 p_data->remote_cmd.rc_id, in btif_rc_handler()
1010 p_data->remote_rsp.rc_id, p_data->remote_rsp.key_state); in btif_rc_handler()
[all …]
Dbtif_av.cc1807 (p_av->remote_cmd.rc_id == AVRC_ID_PLAY)) { in ProcessEvent()