Lines Matching full:p_transaction
351 rc_transaction_t *p_transaction=NULL;
355 status=get_transaction(&p_transaction);
359 p_transaction=get_transaction_by_lbl(btif_rc_cb.rc_vol_label);
360 if(NULL!=p_transaction)
367 status=get_transaction(&p_transaction);
370 if(BT_STATUS_SUCCESS == status && NULL!=p_transaction)
372 btif_rc_cb.rc_vol_label=p_transaction->lbl;
1243 rc_transaction_t *p_transaction=NULL;
1266 bt_status_t tran_status=get_transaction(&p_transaction);
1267 if(BT_STATUS_SUCCESS == tran_status && NULL!=p_transaction)
1270 __FUNCTION__,p_transaction->lbl);
1271 BTA_AvMetaCmd(btif_rc_cb.rc_handle,p_transaction->lbl, AVRC_CMD_CTRL, p_msg);
1313 rc_transaction_t *p_transaction=NULL;
1325 p_transaction=get_transaction_by_lbl(lbl);
1326 if(NULL!=p_transaction)
1328 BTA_AvMetaCmd(btif_rc_cb.rc_handle,p_transaction->lbl, AVRC_CMD_NOTIF, p_msg);