Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_rc.cc2771 rc_transaction_t* p_transaction = NULL; in set_volume() local
2772 bt_status_t tran_status = get_transaction(p_dev, context, &p_transaction); in set_volume()
2774 if (tran_status != BT_STATUS_SUCCESS || !p_transaction) { in set_volume()
2782 log::verbose("msgreq being sent out with label: {}", p_transaction->label); in set_volume()
2783 BTA_AvMetaCmd(p_dev->rc_handle, p_transaction->label, AVRC_CMD_CTRL, p_msg); in set_volume()
2785 start_transaction_timer(p_dev, p_transaction->label, BTIF_RC_TIMEOUT_MS); in set_volume()
2810 rc_transaction_t* p_transaction = NULL; in register_volumechange() local
2819 status = get_transaction(p_dev, context, &p_transaction); in register_volumechange()
2821 p_transaction = get_transaction_by_lbl(p_dev, p_dev->rc_vol_label); in register_volumechange()
2822 if (NULL != p_transaction) { in register_volumechange()
[all …]