Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_av.c115 case BTA_AV_RC_CLOSE_EVT: \
182 CASE_RETURN_STR(BTA_AV_RC_CLOSE_EVT) in dump_av_sm_event_name()
446 case BTA_AV_RC_CLOSE_EVT: in btif_av_state_idle_handler()
681 case BTA_AV_RC_CLOSE_EVT: in btif_av_state_closing_handler()
Dbtif_util.c487 CASE_RETURN_STR(BTA_AV_RC_CLOSE_EVT) in dump_rc_event()
Dbtif_rc.c1006 case BTA_AV_RC_CLOSE_EVT: in btif_rc_handler()
/system/bt/bta/include/
Dbta_av_api.h240 #define BTA_AV_RC_CLOSE_EVT 9 /* remote control channel closed */ macro
/system/bt/bta/av/
Dbta_av_act.c2028 (*p_cb->p_cback)(BTA_AV_RC_CLOSE_EVT, (tBTA_AV *) &rc_close); in bta_av_rc_closed()