Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/include/
Dbta_av_api.h124 #define BTA_AV_RC_CLOSE_EVT 9 /* remote control channel closed */ macro
/packages/modules/Bluetooth/system/btif/src/
Dbtif_util.cc317 CASE_RETURN_STRING(BTA_AV_RC_CLOSE_EVT); in dump_rc_event()
Dbtif_av.cc785 case BTA_AV_RC_CLOSE_EVT: \
937 CASE_RETURN_STR(BTA_AV_RC_CLOSE_EVT) in dump_av_sm_event_name()
2000 case BTA_AV_RC_CLOSE_EVT: { in ProcessEvent()
2005 if (event == BTA_AV_RC_CLOSE_EVT) { in ProcessEvent()
2833 case BTA_AV_RC_CLOSE_EVT: in ProcessEvent()
3296 case BTA_AV_RC_CLOSE_EVT: { in btif_av_handle_bta_av_event()
Dbtif_rc.cc1203 case BTA_AV_RC_CLOSE_EVT: { in btif_rc_handler()
/packages/modules/Bluetooth/system/btif/test/
Dbtif_core_test.cc325 std::make_pair(BTA_AV_RC_CLOSE_EVT, "BTA_AV_RC_CLOSE_EVT"), in TEST_F()
636 std::make_pair(BTA_AV_RC_CLOSE_EVT, "BTA_AV_RC_CLOSE_EVT"), in TEST_F()
/packages/modules/Bluetooth/system/bta/av/
Dbta_av_act.cc2558 (*p_cb->p_cback)(BTA_AV_RC_CLOSE_EVT, &bta_av_data); in bta_av_rc_closed()