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.cc118 case BTA_AV_RC_CLOSE_EVT: \
179 CASE_RETURN_STR(BTA_AV_RC_CLOSE_EVT) in dump_av_sm_event_name()
476 case BTA_AV_RC_CLOSE_EVT: in btif_av_state_idle_handler()
715 case BTA_AV_RC_CLOSE_EVT: in btif_av_state_closing_handler()
Dbtif_util.cc468 CASE_RETURN_STR(BTA_AV_RC_CLOSE_EVT) in dump_rc_event()
Dbtif_rc.cc988 case BTA_AV_RC_CLOSE_EVT: { in btif_rc_handler()
/system/bt/bta/include/
Dbta_av_api.h219 #define BTA_AV_RC_CLOSE_EVT 9 /* remote control channel closed */ macro
/system/bt/bta/av/
Dbta_av_act.cc1925 (*p_cb->p_cback)(BTA_AV_RC_CLOSE_EVT, (tBTA_AV*)&rc_close); in bta_av_rc_closed()