Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_rc.cc530 rc_transaction_t* p_transaction = NULL; in handle_rc_features() local
533 status = get_transaction(&p_transaction); in handle_rc_features()
535 p_transaction = get_transaction_by_lbl(p_dev->rc_vol_label); in handle_rc_features()
536 if (NULL != p_transaction) { in handle_rc_features()
542 status = get_transaction(&p_transaction); in handle_rc_features()
544 if (BT_STATUS_SUCCESS == status && NULL != p_transaction) { in handle_rc_features()
545 p_dev->rc_vol_label = p_transaction->lbl; in handle_rc_features()
2501 rc_transaction_t* p_transaction = NULL; in set_volume() local
2537 bt_status_t tran_status = get_transaction(&p_transaction); in set_volume()
2539 if (BT_STATUS_SUCCESS == tran_status && NULL != p_transaction) { in set_volume()
[all …]