Searched refs:p_transaction (Results 1 – 1 of 1) sorted by relevance
518 rc_transaction_t *p_transaction=NULL; in handle_rc_features() local522 status=get_transaction(&p_transaction); in handle_rc_features()526 p_transaction=get_transaction_by_lbl(btif_rc_cb.rc_vol_label); in handle_rc_features()527 if (NULL!=p_transaction) in handle_rc_features()534 status=get_transaction(&p_transaction); in handle_rc_features()537 if (BT_STATUS_SUCCESS == status && NULL!=p_transaction) in handle_rc_features()539 btif_rc_cb.rc_vol_label=p_transaction->lbl; in handle_rc_features()1775 rc_transaction_t *p_transaction=NULL; in set_volume() local1798 bt_status_t tran_status=get_transaction(&p_transaction); in set_volume()1799 if (BT_STATUS_SUCCESS == tran_status && NULL!=p_transaction) in set_volume()[all …]