Home
last modified time | relevance | path

Searched refs:vp (Results 1 – 2 of 2) sorted by relevance

/system/bt/bta/hh/
Dbta_hh_act.c844 p_cb->vp = FALSE; in bta_hh_open_failure()
872 UINT16 event = p_cb->vp ? BTA_HH_VC_UNPLUG_EVT : BTA_HH_CLOSE_EVT; in bta_hh_close_act()
912 if (p_cb->vp ) in bta_hh_close_act()
924 p_cb->vp = FALSE; in bta_hh_close_act()
1140 p_cb->vp = TRUE; in bta_hh_write_dev_act()
1225 bta_hh_cb.kdev[xx].vp = TRUE; in bta_hh_cback()
Dbta_hh_int.h252 BOOLEAN vp; /* virtually unplug flag */ member