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

/external/bluetooth/bluedroid/btif/src/
H A Dbtif_rc.c384 rc_transaction_t *p_transaction=NULL; local
388 status=get_transaction(&p_transaction);
392 p_transaction=get_transaction_by_lbl(btif_rc_cb.rc_vol_label);
393 if(NULL!=p_transaction)
400 status=get_transaction(&p_transaction);
403 if(BT_STATUS_SUCCESS == status && NULL!=p_transaction)
405 btif_rc_cb.rc_vol_label=p_transaction->lbl;
1386 rc_transaction_t *p_transaction=NULL; local
1409 bt_status_t tran_status=get_transaction(&p_transaction);
1410 if(BT_STATUS_SUCCESS == tran_status && NULL!=p_transaction)
1456 rc_transaction_t *p_transaction=NULL; local
1590 rc_transaction_t *p_transaction=NULL; local
[all...]

Completed in 82 milliseconds