Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/include/
Dbta_hd_api.h46 #define BTA_HD_VC_UNPLUG_EVT 10 /* Virtual Cable Unplug */ macro
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hd.cc255 case BTA_HD_VC_UNPLUG_EVT: in btif_hd_upstreams_evt()
311 case BTA_HD_VC_UNPLUG_EVT: in bte_hd_evt()
Dbtif_util.cc245 CASE_RETURN_STRING(BTA_HD_VC_UNPLUG_EVT); in dump_hd_event()
/packages/modules/Bluetooth/system/bta/hd/
Dbta_hd_act.cc501 cback_event = BTA_HD_VC_UNPLUG_EVT; in bta_hd_close_act()
684 (*bta_hd_cb.p_cback)(BTA_HD_VC_UNPLUG_EVT, &cback_data); in bta_hd_vc_unplug_done_act()
/packages/modules/Bluetooth/system/btif/test/
Dbtif_core_test.cc545 std::make_pair(BTA_HD_VC_UNPLUG_EVT, "BTA_HD_VC_UNPLUG_EVT"), in TEST_F()