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_util.cc351 CASE_RETURN_STR(BTA_AV_RC_CLOSE_EVT) in dump_rc_event()
Dbtif_av.cc662 case BTA_AV_RC_CLOSE_EVT: \
727 CASE_RETURN_STR(BTA_AV_RC_CLOSE_EVT) in dump_av_sm_event_name()
1554 case BTA_AV_RC_CLOSE_EVT: { in ProcessEvent()
1561 if (event == BTA_AV_RC_CLOSE_EVT) { in ProcessEvent()
2202 case BTA_AV_RC_CLOSE_EVT: in ProcessEvent()
2490 case BTA_AV_RC_CLOSE_EVT: { in btif_av_handle_bta_av_event()
Dbtif_rc.cc988 case BTA_AV_RC_CLOSE_EVT: { in btif_rc_handler()
/system/bt/bta/include/
Dbta_av_api.h124 #define BTA_AV_RC_CLOSE_EVT 9 /* remote control channel closed */ macro
/system/bt/bta/av/
Dbta_av_act.cc1969 (*p_cb->p_cback)(BTA_AV_RC_CLOSE_EVT, &bta_av_data); in bta_av_rc_closed()